Update 3Ware RAID-Controller Firmware unter Linux
Geschrieben von: Michael Loth   
Montag, den 11. April 2011 um 15:18 Uhr

Zum installierten Contoller passende Firmware sowie das Tool tw_cli auf der Download-Seite des Herstellers herunterladen:

http://3ware.com/support/download.asp

Das Tool mit Hilfe von unzip auf dem Server entpacken:

[root@server ~]# tar -xvf tw_cli-linux-x86_64-x.x.x.tgz
[root@server ~]# chmod +x tw_cli

Das eigentliche Firmwareupdate einleiten:

[root@server ~]# ./tw_cli /c0 update fw=/root/prom0006.img

Warning: Updating the firmware can render the device driver
and/or management tools incompatible.

Before you update the firmware, it is recommended that you:
1) Back up your data.
2) Make sure you have a copy of the current firmware image so
that you can roll back, if necessary.
3) Close all applications.

Examining compatibility data from firmware image and /c0 ... Done.

New-Firmware Current-Firmware Current-Driver Current-API

------------------------------------------------------------------------

FE9X 4.10.00.007 FE9X 3.08.02.005 2.26.02.009 2.06.01.006

Both API and Driver are compatible with the new firmware.
Recommendation: proceed to update.
Given the above recommendation... Do you want to continue ? Y|N [N]: Y
Downloading the firmware from file /tmp/3ware/prom0006.img ... Done.
The new image will take effect after reboot.


Abschließend einen Neustart des Systems ausführen, um die neu geladene Firmware zu aktivieren.