- Download the firmware image from Fujitsu's download site (http://support.ts.fujitsu.com/).
- Extract the firmware image (e.g. oc14-11.1.172.23.ufi) from the download file.
- Place the firmware file under /lib/firmware.
- Check the current firmware version.
- Update the firmware.
- Check if the firmware is installed. Example) New firmware version appears in the square brackets
- Reboot the server to activate the new firmware.
# cp oc14-11.1.172.23.ufi /lib/firmware
1 | # ethtool -i <interface name> |
1 2 3 4 5 6 7 8 9 10 | # ethtool -i eth0 driver: be2net version: 11.1.172.21.4fts firmware-version: 10.6.193.31 bus-info: 0000:03:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: no supports-priv-flags: yes |
1 | # ethtool -f <interface name> <firmware file name copied in step 2> |
1 | # ethtool -f eth0 oc14-11.1.172.23.ufi |
1 2 3 4 5 6 7 8 9 10 | # ethtool -i eth0 driver: be2net version: 11.1.172.21.4fts firmware-version: 10.6.193.31 [11.1.172.23] bus-info: 0000:03:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: no supports-priv-flags: yes |