ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • 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|iom12g}] - 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

    The following example updates the firmware on all shelves with the IOM6 module type:

    cluster1::*> storage shelf firmware update -module-type IOM6

    The following example updates the firmware on shelf 1.2:

    cluster1::*> storage shelf firmware update -shelf 1.2

    The following example refreshes the firmware on all shelves with the IOM6 module type:

    cluster1::*> storage shelf firmware update -refresh -module-type IOM6

    The following example refreshes the firmware on shelf 1.2:

    cluster1::*> storage shelf firmware update -refresh -shelf 1.2
    Top of Page