Difference between revisions of "StorCli: LSI Drive firmware update"
Jump to navigation
Jump to search
(Created page with "To flash the drive firmware you require an LSI raid card and StorCli. You need to find out the controller id you wish to target, the expander you wish you target and the slot...") |
|||
| Line 4: | Line 4: | ||
All this information can be found using (assuming you already know the controller id): | All this information can be found using (assuming you already know the controller id): | ||
| − | + | <syntaxhighlight> | |
./storcli64 /c0 show |more | ./storcli64 /c0 show |more | ||
| − | + | </syntaxhighlight> | |
Once you have the information required you can run the flashing command per drive: | Once you have the information required you can run the flashing command per drive: | ||
| + | <syntaxhighlight> | ||
| + | ./storcli64 /c0 /e8/s0 download src=/mnt/usb/storcli/0101KX1.bin | ||
| + | </syntaxhighlight> | ||
| − | . | + | This is of course a example command, the ids used may change and the firmware directory location will be different. |
Revision as of 12:22, 17 October 2014
To flash the drive firmware you require an LSI raid card and StorCli.
You need to find out the controller id you wish to target, the expander you wish you target and the slot (drive) you wish to flash.
All this information can be found using (assuming you already know the controller id):
./storcli64 /c0 show |moreOnce you have the information required you can run the flashing command per drive:
./storcli64 /c0 /e8/s0 download src=/mnt/usb/storcli/0101KX1.binThis is of course a example command, the ids used may change and the firmware directory location will be different.