Upgrade FOS

Check that the device has enough free disk space

admin> firmwaredownload -v
Required space available on the switch to proceed firmwaredownload.

Show current firmware version

admin> firmwareshow
Appl     Primary/Secondary Versions
------------------------------------------
FOS      v9.2.2
         v9.2.2

Check HA status

admin> hashow
hashow: Not supported on this platform

Check you have a license

admin> license --show
  License Id : 10:00:38:ba:b0:bb:e4:2a
  License 1 :
  -------------------------------------------------------------
    License serial number   : FOS-12-0-04-12345678
    License features        : Trusted FOS (TruFOS) Certificate
    Generation date         : 04/10/2025
    Expiry date             : 06/09/2028
  License 2 :
  -------------------------------------------------------------
    License serial number   : FOS-68-0-03-87654321
    License features        : Ports on Demand
    License Capacity        : 8
    Generation date         : 05/09/2025

Disable ssh stricthostkeycheck

sshutil stricthostkeycheck -value no

Download the firmware to the switch

In preparation I downloaded the firmware package from Broadcom, extracted the archive and uploaded the extracted directory to a local SSH/SCP/SFTP server I have access to and that can be accessed by the switch.
You can also use an ftp or http server

admin> firmwaredownload -p sftp -s
Server Name or IP Address: 10.11.12.112
User Name: thor
File Name: /incoming/brocade/v9.2.2a_G7_ENTRY

Or

admin> firmwaredownload -p sftp 10.11.12.112,thor,/incoming/brocade/v9.2.2a_G7_ENTRY
Verifying if the public key authentication is available.Please wait ...
The public key authentication is not available.
Password: <hidden>

Do you accept and agree to the terms outlined in the End User License Agreement(EULA) for this product?
Please respond with (Y/y) to Accept, (N/n) to Not accept, or (D/d) to display the EULA : y

Checking system settings for firmwaredownload...

WARNING: SNMPv1 entries are configured. SNMPv1 is deprecated in the target FOS version. Please migrate to using SNMPv3 as soon as possible after upgrade. Support for SNMPv1 will be removed in a future release.
WARNING: HTTPS client ca-bundle is being updated in the target firmware version. Please check HTTPS client connectivity in the new firmware.

System settings check passed.

You can run firmwaredownloadstatus to get the status
of this command.

This command will cause a warm/non-disruptive boot but will
require that existing telnet, secure telnet or SSH sessions
be restarted.



Do you want to continue (Y/N) [Y]:
Firmware download in progress, please wait.

Completed download of 28/132 packages (21%). Please wait...

After that the switch does its warm reboot

admin> firmwareshow
Appl     Primary/Secondary Versions
------------------------------------------
FOS      v9.2.2a
         v9.2.2a

Leave a Reply