efa inventory device firmware-download show

Shows the progress and status of the running firmware download.

Syntax

efa inventory device firmware-download show [ --fabric fabric-name | --ip device-ip-address | --prepared-list-name prepared-list-name | --execution-id execution-id | --type { fabrice | npb }]

Parameters

--fabric fabric-name
Specifies the name of the fabric.
--ip device-ip-address
Specifies a comma-separated list of device IP addresses.
--prepared-list-name prepared-list-name
Prepared list name.
--execution-id execution-id
Execution id provided when running the efa inventory device firmware-download activate command.
--type {fabric | npb }
Specifies the device type. Options are fabric or npb.

Examples

This example shows a running firmware download where Group 1 has completed and Group 2 is in progress.
$ efa inventory device firmware-download show --fabric fab_3stg
+-------+--------------+-------------+-------+--------------+-----+-------+------------------+-----------------+--------------+---------------------------+-------------------------------+
| Group |  IP Address  |  Host Name  | Model | Chassis Name | ASN | Role  | Current Firmware | Target Firmware | Update State |          Status           |       Last Update Time        |
+-------+--------------+-------------+-------+--------------+-----+-------+------------------+-----------------+--------------+---------------------------+-------------------------------+
| 1     | 10.20.245.1  | L1          | 3012  | SLX9250-32C  | 0   | Leaf  | 20.2.3a          | 20.2.3a         | Completed    | Firmware Committed        | 2021-03-19 21:18:51 +0000 UTC |
+-------+--------------+-------------+-------+--------------+-----+-------+------------------+-----------------+--------------+---------------------------+-------------------------------+
| 1     | 10.20.245.3  | L3          | 3012  | SLX9250-32C  | 0   | Leaf  | 20.2.3a          | 20.2.3a         | Completed    | Firmware Committed        | 2021-03-19 21:21:42 +0000 UTC |
+-------+--------------+-------------+-------+--------------+-----+-------+------------------+-----------------+--------------+---------------------------+-------------------------------+
| 1     | 10.20.245.5  | L5          | 3012  | SLX9250-32C  | 0   | Leaf  | 20.2.3a          | 20.2.3a         | Completed    | Firmware Committed        | 2021-03-19 21:19:21 +0000 UTC |
+-------+--------------+-------------+-------+--------------+-----+-------+------------------+-----------------+--------------+---------------------------+-------------------------------+
| 2     | 10.20.245.2  | L2          | 3012  | SLX9250-32C  | 0   | Leaf  | 20.2.3           | 20.2.3a         | In Progress  | Firmware Download Started | 2021-03-19 21:22:56 +0000 UTC |
+-------+--------------+-------------+-------+--------------+-----+-------+------------------+-----------------+--------------+---------------------------+-------------------------------+
| 2     | 10.20.245.4  | L4          | 3012  | SLX9250-32C  | 0   | Leaf  | 20.2.3           | 20.2.3a         | In Progress  | Firmware Download Started | 2021-03-19 21:23:27 +0000 UTC |
+-------+--------------+-------------+-------+--------------+-----+-------+------------------+-----------------+--------------+---------------------------+-------------------------------+
| 2     | 10.20.245.6  | L6          | 3012  | SLX9250-32C  | 0   | Leaf  | 20.2.3           | 20.2.3a         | In Progress  | Firmware Download Started | 2021-03-19 21:23:03 +0000 UTC |
+-------+--------------+-------------+-------+--------------+-----+-------+------------------+-----------------+--------------+---------------------------+-------------------------------+
| 3     | 10.20.245.9  | S1          | 3012  | SLX9250-32C  | 0   | Spine | 20.2.3           | 20.2.3a         | Prepared     |                           | 2021-03-19 21:06:23 +0000 UTC |
+-------+--------------+-------------+-------+--------------+-----+-------+------------------+-----------------+--------------+---------------------------+-------------------------------+
| 4     | 10.20.245.10 | S2          | 3012  | SLX9250-32C  | 0   | Spine | 20.2.3           | 20.2.3a         | Prepared     |                           | 2021-03-19 21:06:24 +0000 UTC |
+-------+--------------+-------------+-------+--------------+-----+-------+------------------+-----------------+--------------+---------------------------+-------------------------------+
Firmware Download Show Details
Firmware Download Show Overall Status [In Progress]
This example shows a firmware download with --type fabric
$ efa inventory device firmware-download show --type fabric 
+-------+-------------+-----------+-------+--------------+------------+------+--------------------------------+-----------------+--------------+------------------------+-----------------+-------+--------------+-------------------------------+------------------+------------------------+ 
| Group | IP Address  | Host Name | Model | Chassis Name |    ASN     | Role |        Current Firmware        | Target Firmware | Update State |         Status         | Detailed Status | Force | Full Install |       Last Update Time        | User Input Flags | Group Execution Policy | 
+-------+-------------+-----------+-------+--------------+------------+------+--------------------------------+-----------------+--------------+------------------------+-----------------+-------+--------------+-------------------------------+------------------+------------------------+ 
| 1     | 10.20.246.7 | SN1       | 4001  | BR-SLX9640   | 4200000000 | Leaf | 20.4.2slxos20.4.2c_230602_1733 | 20.4.2a         | Completed    | Firmware Not Activated |                 | true  | false        | 2023-06-13 07:50:49 +0530 IST | D,C              | stop-on-error          | 
+-------+-------------+-----------+-------+--------------+------------+------+--------------------------------+-----------------+--------------+------------------------+-----------------+-------+--------------+-------------------------------+------------------+------------------------+ 
| 1     | 10.20.246.8 | SN2       | 4001  | BR-SLX9640   | 4200000000 | Leaf | 20.4.2slxos20.4.2c_230602_1733 | 20.4.2a         | Completed    | Firmware Not Committed |                 | true  | false        | 2023-06-13 08:33:38 +0530 IST | A                | continue-on-error      | 
+-------+-------------+-----------+-------+--------------+------------+------+--------------------------------+-----------------+--------------+------------------------+-----------------+-------+--------------+-------------------------------+------------------+------------------------+ 
Firmware Download Show Details 

User Input Flags 
D - Firmware Download, A - Firmware Activate, C - Firmware Commit, R - Firmware Restore, MM - Firmware Maintenance Mode, DRC - Firmware Drift and Reconcile 
Group Execution Policy: per-device-policy 
Firmware Download Show Overall Status [Device Update In Progress] 
If Firmware download execution initiated with '--noAutoCommit' flag, please commit/restore after completion using: 
efa inventory device firmware-download commit --ip  10.20.246.7, 10.20.246.8 
efa inventory device firmware-download restore --ip  10.20.246.7, 10.20.246.8 
If Firmware download execution initiated with '--noActivate' flag, please activate after completion using: 
efa inventory device firmware-download activate --ip  10.20.246.7, 10.20.246.8 
--- Time Elapsed: 53.3182ms --- 
This example shows a firmware download for a specified fabric.
$ efa inventory device firmware-download show --fabric fab 
+-------+--------------+--------------+-------+--------------+-----+------+--------------------------------+-----------------+---------------+------------------------+-----------------+-------+--------------+-------------------------------+------------------+ 
| Group |  IP Address   |  Host Name     | Model | Chassis Name | ASN | Role |        Current Firmware               | Target Firmw are | Update State |         Status                  | Detailed Status | Force | Full Install |       Last Update Time               | User Input Flags | 
+-------+--------------+--------------+-------+--------------+-----+------+--------------------------------+-----------------+---------------+------------------------+-----------------+-------+--------------+-------------------------------+------------------+ 
| 1       | 10.20.246.15 | Avalanche-01 | 4000   | BR-SLX9540    | 0    | Leaf | 20.4.3b                                    | 20.4.3b              | Completed      | Firmware Not Committed |                          | false | false            | 2023-05-20 14:46:27 +0530 IST | D,A,C,MM         | 
+-------+--------------+--------------+-------+--------------+-----+------+--------------------------------+-----------------+---------------+------------------------+-----------------+-------+--------------+-------------------------------+------------------+ 
| 1       | 10.20.246.16 | Avalanche-02 | 4000   | BR-SLX9540    | 0    | Leaf | 20.4.2slxos20.4.2c_230516_1439 | 20.4.3a             | Completed       | Firmware Not Committed |                          | false | false           | 2023-05-22 16:06:17 +0530 IST | D,A,MM           | 
+-------+--------------+--------------+-------+--------------+-----+------+--------------------------------+-----------------+---------------+------------------------+-----------------+-------+--------------+-------------------------------+------------------+ 
Firmware Download Show Details 
User Input Flags 
D - Firmware Download, A - Firmware Activate, C - Firmware Commit, R - Firmware Restore, MM - Firmware Maintenance Mode, DRC - Firmware Drift and Reconcile