Intern Diskussion:Server/Aktualisierung/2019: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
== | == Neuflash der SAS-Controller == | ||
<code>sudo /home/user/opt/MegaRAID/MegaCli/MegaCli64 -AdpAllInfo -a0 | grep SAS\ Address</code> | <code>sudo /home/user/opt/MegaRAID/MegaCli/MegaCli64 -AdpAllInfo -a0 | grep SAS\ Address</code> | ||
| Zeile 5: | Zeile 5: | ||
SAS Address : 5b8ca3a0f8736400 | SAS Address : 5b8ca3a0f8736400 | ||
</pre> | </pre> | ||
<code>sudo /home/user/opt/MegaRAID/MegaCli/MegaCli64 -AdpAllInfo -a0 | grep SAS\ Address | <code>sudo /home/user/opt/MegaRAID/MegaCli/MegaCli64 -AdpAllInfo -a0 | grep SAS\ Address</code> | ||
<pre> | <pre> | ||
SAS Address : 5c81f660d2024c00 | SAS Address : 5c81f660d2024c00 | ||
</pre> | </pre> | ||
<code>lspci -nnv | grep H310 -B1</code> | |||
<pre> | |||
0a:00.0 RAID bus controller [0104]: LSI Logic / Symbios Logic MegaRAID SAS 2008 [Falcon] [1000:0073] (rev 03) | |||
Subsystem: Dell MegaRAID SAS 2008 [Falcon] (PERC H310) [1028:1f78] | |||
</pre> | |||
<code>$EDITOR /home/user/H310.cfg</code> | |||
<pre> | |||
Unk00 = 0x0022f661 | |||
Unk04 = 0xb34f2000 | |||
Unk08 = 0x91d700f8 | |||
PCIVID = 0x1000 | |||
PCIPID = 0x0072 | |||
Unk10 = 0x0000 | |||
HwConfig = 0x0104 | |||
SubsysVID = 0x1028 | |||
SubsysPID = 0x1f78 | |||
Unk18 = 0x00000000 | |||
Unk1c = 0x00000000 | |||
Unk20 = 0x00000000 | |||
Unk24 = 0x00000000 | |||
Unk28 = 0x00000000 | |||
Unk2c = 0x00000000 | |||
Unk30 = 0x40000000 | |||
Unk34 = 0x0300c650 | |||
Unk38 = 0x00000000 | |||
Unk3c = 0x00000000 | |||
Interface = 0x00 | |||
Unk41 = 0x2c | |||
Unk42 = 0x0000 | |||
Unk44 = 0x00000000 | |||
Unk48 = 0x0000 | |||
Unk4a = 0x00 | |||
</pre> | |||
Alle 3 Dell - Controller (2x H310, 1x H200) wurden neu geflasht. Sie sind nun einheitlich auf folgendem Stand: | |||
* Firmware P19, 19.000000 (IT mode) | |||
* NVram 11.0000 | |||
* Option ROM: ja, für BIOS | |||
* SAS-Adressen: der H200 hat seine originale, die H310er die oben ausgelesenen, der im SRS5110 Nr. 5b8ca3a0f8736400, der im SRS5111 die 5c81f660d2024c00. Es kann also sein, dass die Adressen der beiden HH310 genau vertauscht sind. | |||
Aktuelle Version vom 4. September 2019, 13:21 Uhr
Neuflash der SAS-Controller
[Bearbeiten]sudo /home/user/opt/MegaRAID/MegaCli/MegaCli64 -AdpAllInfo -a0 | grep SAS\ Address
SAS Address : 5b8ca3a0f8736400
sudo /home/user/opt/MegaRAID/MegaCli/MegaCli64 -AdpAllInfo -a0 | grep SAS\ Address
SAS Address : 5c81f660d2024c00
lspci -nnv | grep H310 -B1
0a:00.0 RAID bus controller [0104]: LSI Logic / Symbios Logic MegaRAID SAS 2008 [Falcon] [1000:0073] (rev 03)
Subsystem: Dell MegaRAID SAS 2008 [Falcon] (PERC H310) [1028:1f78]
$EDITOR /home/user/H310.cfg
Unk00 = 0x0022f661
Unk04 = 0xb34f2000
Unk08 = 0x91d700f8
PCIVID = 0x1000
PCIPID = 0x0072
Unk10 = 0x0000
HwConfig = 0x0104
SubsysVID = 0x1028
SubsysPID = 0x1f78
Unk18 = 0x00000000
Unk1c = 0x00000000
Unk20 = 0x00000000
Unk24 = 0x00000000
Unk28 = 0x00000000
Unk2c = 0x00000000
Unk30 = 0x40000000
Unk34 = 0x0300c650
Unk38 = 0x00000000
Unk3c = 0x00000000
Interface = 0x00
Unk41 = 0x2c
Unk42 = 0x0000
Unk44 = 0x00000000
Unk48 = 0x0000
Unk4a = 0x00
Alle 3 Dell - Controller (2x H310, 1x H200) wurden neu geflasht. Sie sind nun einheitlich auf folgendem Stand:
- Firmware P19, 19.000000 (IT mode)
- NVram 11.0000
- Option ROM: ja, für BIOS
- SAS-Adressen: der H200 hat seine originale, die H310er die oben ausgelesenen, der im SRS5110 Nr. 5b8ca3a0f8736400, der im SRS5111 die 5c81f660d2024c00. Es kann also sein, dass die Adressen der beiden HH310 genau vertauscht sind.