ONTAP 9.12.1 commands

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

    Display disk firmware update status.

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

    Description

    The storage disk firmware show-update-status command displays the state of the background disk 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.

    [-num-waiting-download <integer>] - The Number of Disks Waiting to Download

    Selects the nodes whose number of disks waiting to download by the BDFU process matches this parameter value.

    [-total-completion-estimate <integer>] - Estimated Duration to Completion (mins)

    Selects the nodes whose Background Disk Firmware Update (BDFU) completion time estimate matches this parameter value. This indicates the amount of estimated time required for BDFU to complete the firmware update cycle.

    [-average-duration-per-disk <integer>] - Average Firmware Update Duration per Disk (secs)

    Selects the nodes whose BDFU reports the average time required to update a single disk matches this parameter value. This indicates the average amount of time required by each disk drive.

    [-unable-to-update <disk path name>,…​] - List of Disks with a Failed Update

    Selects the nodes whose unable to update disk list matches this parameter value. This is a list of disks that failed to update the firmware.

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

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

    • off - The BDFU process is off.

    • running - The BDFU process is on and currently running.

    • idle - The BDFU process is on and is currently idle.

    Examples

    cluster1::*> storage disk firmware show-update-status
                                 Number     Average      Total
                       Update   Waiting    Duration Completion
    Node               State   Download /Disk (Sec) Est. (Min) Unable to Update
    ------------------ ------- -------- ----------- ---------- --------------------
    node1              running        2         120          4 1.3.3
    node2              idle           0         120          0 -
    node3              off            0         120          0 -
    Top of Page