This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:storage:lsi:megaraid [2020/05/21 13:18] gcooper |
computing:storage:lsi:megaraid [2020/10/12 14:27] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== LSI MegaRAID | + | ====== LSI Storage Tools ====== |
See also **[[computing: | See also **[[computing: | ||
Line 204: | Line 204: | ||
megarec.exe -m0flash 0 af21088m.rom | megarec.exe -m0flash 0 af21088m.rom | ||
</ | </ | ||
+ | |||
+ | ===== SAS2Flash ===== | ||
+ | |||
+ | :!: This tool works on HBAs. | ||
+ | |||
+ | **Manual**: https:// | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | Example to boot from USB DOS drive, backup and update 9207-8i HBA firmware and BIOS: | ||
+ | |||
+ | < | ||
+ | c: | ||
+ | |||
+ | cd c: | ||
+ | |||
+ | sas2flsh_x86.exe -ufirmware SAS9207-8i_FW-Backup.fw | ||
+ | sas2flsh_x86.exe -ubios SAS9207-8i_BIOS-Backup.rom | ||
+ | |||
+ | sas2flsh_x86.exe -l flashlog.txt -o -f ..\Firmware\9207_8i_LSI_SAS\Firmware\9207-8.bin -b ..\sasbios_rel\mptsas2.rom | ||
+ | </ | ||
+ | |||
+ | ==== Other People' | ||
+ | |||
+ | :!: Use Rufus to make a FreeDOS USB boot volume. | ||
+ | |||
+ | Copy: | ||
+ | |||
+ | < | ||
+ | sas2flsh.exe | ||
+ | 2118it.bin | ||
+ | </ | ||
+ | |||
+ | to the root of the USB flash drive. | ||
+ | |||
+ | Boot from the USB flash drive. | ||
+ | |||
+ | execute: | ||
+ | |||
+ | < | ||
+ | sas2flsh -listall | ||
+ | </ | ||
+ | |||
+ | :!: Note the numbers of the 2 cards (should be 0 and 1). | ||
+ | |||
+ | Execute: | ||
+ | |||
+ | < | ||
+ | sas2flsh -c 0 -o -e 6 (erases the firmware ROM, do not reboot until new firmware is loaded) | ||
+ | sas2flsh -c 0 -f 2118it.bin | ||
+ | |||
+ | sas2flsh -c 1 -o -e 6 (erases the firmware ROM, do not reboot until new firmware is loaded) | ||
+ | sas2flsh -c 1 -f 2118it.bin | ||
+ | |||
+ | sas2flsh -listall | ||
+ | </ | ||
+ | |||
+ | Verify the firmware is loaded properly. | ||
+ | |||
+ | There is no need to load the '' | ||
+ | |||
+ | The above is also true if you use the UEFI installer which is recommended. | ||
===== CacheCade 2.0 SSD Caching ===== | ===== CacheCade 2.0 SSD Caching ===== | ||
Line 221: | Line 288: | ||
- Select a Drive Group and click '' | - Select a Drive Group and click '' | ||
- '' | - '' | ||
+ | |||
+ |