Fabric-wide Firmware Download

Use this procedure to upgrade the firmware of SLX devices in a Clos fabric.

About this task

This is the recommended method for upgrading the firmware of devices in a Clos fabric. It describes how to upgrade the device of standby EFA node and MCT leaf pairs, force a failover to change the active node to standby, and then upgrade the SLX of new standby node and remaining MCT leaf pairs.

To upgrade firmware in a small data center configuration, see Extreme Fabric Automation Deployment Guide, 3.1.0 .

Procedure

  1. Prepare and run the firmware download on the devices in the fabric, in batches. In batch-1, add the device that hosts the standby node and devices on right side of the fabric. The diagram that follows illustrates the right and left devices in the batches of a fabric.
    Click to expand in new window
    Batches for fabric-wide update
    Batches for fabric-wide update
    1. Prepare the firmware download.
      $ efa inventory device firmware-download prepare add --fabric <fabric name> --firmware-host <IP of firmware download host>
      --firmware-directory <path to target firmware build> 
      
      The command returns the following information in a table: IP address, host name, model, chassis name, ASN, role, current firmware, firmware host, firmware directory, target firmware, and last update time.
    2. Download the firmware with or without the –noAutoCommit, –noMaintMode, and -drc options, as desired.
      $ efa inventory device firmware-download execute 
      --fabric <fabric name> --noAutoCommit –noMaintMode 
      
      Firmware Download Execute [success] 
      
      --noAutoCommit    Configure Auto commit in Firmware Download 
      --noMaintMode     Configure Maintenance Mode in Firmware Download
      --drc             Configure a drift reconcilation operation is performed after Firmware Download
    3. Monitor the progress of the firmware download.
      $ efa inventory device firmware-download show 
      --fabric <fabric name> 
    4. Repeat step c until the firmware download is complete.
      Each time you repeat step c, the command returns a table that details the progress of the firmware download. The download is complete when the Update State column shows Completed and the Status column shows Firmware Not Committed when –noAutoCommit is used and Firmware Committed without –noAutoCommit.
  2. Commit the firmware across all devices in the fabric.
    $ efa inventory device firmware-download commit –fabric <fabric name> 
    
    OR 
    
    $ efa inventory device firmware-download commit –ip <IP address of all devices in fabric>
    The download is complete when the Update State column shows Completed on all devices and the Status column shows Firmware Committed.