ServeRAIDFlash
Jump To: Support > KB > IBM > ServeRAIDFlash
Reflashing ServeRAID cards to vanilla LSI firmware
M1015 -> LSI 9220-8i (SAS 2008)
- Make a bootable DOS USB stick (left as exercise to reader)
- Get files from here
- Extract files to USB stick
- Get latest firmware from here
- Overwrite
2118ir.bin
and2118it.bin
on the USB stick from the latest firmware - Note down SAS address from green sticker on back of card
- Boot from USB stick. If necessary, cd to dir containing extracted files
- Wipe flash:
megarec -writesbr 0 sbrempty.bin megarec -cleanflash 0
- Reboot from USB stick again
- Flash with relevant ROM (IR = RAID controller, IT = no RAID, just JBOD):
sas2flsh -o -f 2118ir.bin -b mptsas2.rom
- Set SAS address:
sas2flsh -o -sasadd 500605b0xxxxxxxx (x= numbers for SAS address)
- Reboot
To update in future, you only need to do the sas2flsh -o -f 2118ir.bin -b mptsas2.rom
step