ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage shelf firmware show-update-status

    Display the Shelf Firmware Update (SFU) Status.

    Availability: This command is available to cluster administrators at the advanced privilege level.

    Description

    The storage shelf firmware show-update-status command displays the state of the Shelf Firmware Update process.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-node <nodename>] - Node

    Selects the node that matches this parameter value.

    [-update-status {running|idle}] - Disk Shelf Firmware Update Status

    Selects the nodes whose SFU process status matches this parameter value. Possible values are:

    • running - Disk shelf firmware update is in progress.

    • idle - Disk shelf firmware update is not in progress.

    [-in-progress-count <integer>] - Number of Shelves with Earlier Revisions Being Updated

    Selects the nodes that matches the number of shelves the SFU process is updating to this parameter value. This specifies the number of shelves with earlier revisions that are being updated.

    Examples

    cluster1::*> storage shelf firmware show-update-status
                       Update  In-Progress
    Node               Status        Count
    ------------------ ------- -----------
    cluster-n1         running          10
    cluster-n2         idle              -
    cluster-n3         running           7
    Top of Page