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 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 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 Service Processor 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 Service Processor 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 Service Processor 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 Service Processor 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 Service Processor 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 Service Processors of all nodes in the system.
cluster1::> system service-processor image update -node local -update-type full -baseline true -clear-logs 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::>
Give documentation feedback