From a bootable MS-DOS USB Memory Stick
SAS2FLSH.EXE -listall
SAS2FLSH.EXE -c 0 -list
Note down the SAS address in case something goes wrong and you need to reprogram the SAS address.
Erase the old firmware and boot ROM
SAS2FLSH.EXE -o -e 6
Write the Dell 6Gbps firmware
SAS2FLSH.EXE -o -f 6GBPSAS.FW
Write the LSI P07 firmware
SAS2FLSH.EXE -o -f P07-2118it.bin
Write the LSI P20 firmware
SAS2FLSH.EXE -o -f P20-2118it.bin
From a bootable CentOS 7 USB Memory Stick
lspci -Dmmnn | grep “6Gbps SAS HBA Adapter”
lsirec 0000:03:00.0 unbind
lsirec 0000:03:00.0 halt
lsirec 0000:03:00.0 readsbr /home/h200-09.sbr
sbrtool.py parse /home/h200-09.sbr /home/h200-09.cfg
vi /home/h200-09.cfg
sbrtool.py build /home/h200-09.cfg /home/h200-09.sbr
lsirec 0000:03:00.0 writesbr /home/h200-09.sbr
lsirec 0000:03:00.0 reset
lsirec 0000:03:00.0 info
lsirec 0000:03:00.0 rescan
lspci -Dmmnn | grep “PERC H200 Integrated”