On this page
Upgrading SSD Firmware on G4 appliances
Before you begin
-
The innodisk L20420i firmware file is available here:
https://tufin-rnd.atlassian.net/wiki/spaces/DevOps/pages/698647025/Upgrade+SSD+firmware+on+G4+appliances -
This firmware is flashed from within linux using hdparm
This flash could destroy any existing data on the drive, before upgrading firmware back up existing data.
Backing up in TOS
-
Run:
-
Stop TOS
Upgrading SSD firmware on g4 appliances
-
Copy the file A_COMBO_Patrion.bin to the appliance.
-
Type lsblk and locate the two device names of the SATA-DOMs (for example /dev/sdb and /dev/sdc)
-
Type the following command:
sudo hdparm --fwdownload A_COMBO_Patriot.bin --yes-i-know-what-i-am-doing --please-destroy-my-drive /dev/sdb
wait for the process to complete
-
Type the following command:
sudo hdparm --fwdownload A_COMBO_Patriot.bin --yes-i-know-what-i-am-doing --please-destroy-my-drive /dev/sdb
wait for the process to complete
-
Shut down the appliance.
-
Restart the appliance.
-
Use the following command to verify the firmware of the drives:
hdparm -I /dev/sdb | grep Firmware
The returned results should include Firmware revision L20420i