storage shelf firmware update
Update Shelf Firmware
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The storage shelf firmware update command updates the firmware on one or more shelves. You can download the latest firmware by using the storage firmware download command. You can specify a shelf whose firmware is to be updated by using the -shelf parameter. You can update the firmware on all the shelves by not providing the -shelf parameter. All the shelves of a specific module type can be updated by providing a value to the -module-type parameter.
Parameters
- { [-shelf <text>] - Shelf Name
- This specifies the name of the shelf whose firmware is to be updated.
- | [-module-type {atfcx|esh4|iom3|iom6|iom6e|iom12|iom12e|iom12b|nsm100|nsm8e}]} - Shelf Module Type
- Update the firmware on the shelves that match the module-type you specify.
- [-refresh [true]] - Refresh
- Forces an update on the shelf with the highest revision of the applicable firmware, resulting in a refresh of the firmware image already present on the shelf.
Examples
The following example updates the firmware on all the shelves in the cluster:
cluster1::*> storage shelf firmware update
cluster1::*> storage shelf firmware update -module-type IOM6
cluster1::*> storage shelf firmware update -shelf 1.2
cluster1::*> storage shelf firmware update -refresh -module-type IOM6
cluster1::*> storage shelf firmware update -refresh -shelf 1.2
Give documentation feedback