ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system service-processor image update-progress show

    Display status for the latest Service Processor firmware update

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

    Description

    The system service-processor image update-progress show command displays the progress information of firmware updates on the Service Processor (SP) or Baseboard Management Controller (BMC) of the specified nodes. The "in-progress" field displays "no " if no update is in progress. This command does not display the progress of an SP/BMC firmware update that is triggered from the SP CLI.

    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>|local}] - Node

    This parameter displays the status of SP or BMC firmware update for the specified node.

    [-start-time <MM/DD/YYYY HH:MM:SS>] - Latest SP Firmware Update Start Timestamp

    This parameter displays the status of the SP or BMC whose firmware update start time matches the specified value.

    [-percent-done <integer>] - Latest SP Firmware Update Percentage Done

    This parameter displays the status of the SP or BMC whose update completion percentage matches the specified value.

    [-end-time <MM/DD/YYYY HH:MM:SS>] - Latest SP Firmware Update End Timestamp

    This parameter displays the status of the SP or BMC whose firmware update end time matches the specified value.

    [-in-progress {yes|no}] - Is Update in Progress

    This parameter displays the update status of the SP or BMC that matches the specified in-progress status.

    Examples

    The following example starts a firmware update on the local node and then uses the command system service-processor image update-progress show to display progress of firmware updates on SPs or BMCs of all nodes in the system.

    cluster1::> system service-processor image update -node local -baseline true
    
    cluster1::>
    
    cluster1::> system node service-processor image update-progress show
                     In                           Percent
    Node             Progress Start Time          Done    End Time
    ---------------- -------- ------------------- ------- -------------------
    node1            yes      8/28/2012 20:00:34  99      -
    node2            no       -                   0       -
    2 entries were displayed.
    
    cluster1::>
    Top of Page