ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • cluster image show-update-history

    Display the update history

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

    Description

    The cluster image show-update-history command displays the update history for each node. By default, the command displays the following information:

    • Status

    • Package version

    • Start time

    • Completion time

    • Component ID

    • Previous version

    • Updated version

    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.

    [-component-id <text>] - Component ID

    Displays updates for the specified component.

    [-start-time <MM/DD/YYYY HH:MM:SS>] - Start Time

    Displays updates with the specified start time.

    [-package-version <text>] - Package Version

    Displays updates for the specified package version.

    [-status {successful|canceled|back-out}] - Status

    Displays updates that completed with the specified status.

    [-completion-time <MM/DD/YYYY HH:MM:SS>] - Completion Time

    Displays updates with the specified completion time.

    [-previous-version <text>] - Previous Version

    Displays updates with the specified previous version.

    [-updated-version <text>] - Updated Version

    Displays updates with the specified updated version.

    Examples

    The following example displays history of automated nondisruptive updates:

    cluster1::> cluster image show-update-history
    Package    Start       Completion                           Previous  Updated
    Status     Version    Time        Time        Component ID  Version   Version
    ---------- ---------  ----------  ----------  ------------  --------- ---------
    canceled   8.3        2/11/2014   2/11/2014   ssan-3240-    8.3       8.3
                          12:05:51    12:05:51    55a
    successful 8.3        2/11/2014   2/11/2014   ssan-3240-    8.3       8.3
                          14:23:58    15:02:19    55a
    successful 8.3        2/13/2014   2/18/2014   ssan-3240-    8.3       8.3
                          16:48:42    09:45:30    55a
    successful 8.3        2/18/2014   2/18/2014   ssan-3240-    8.3       8.3
                          10:33:10    11:02:45    55a
    canceled   8.3        2/11/2014   2/11/2014   ssan-3240-    8.3       8.3
                          12:05:51    12:05:51    55b
    successful 8.3        2/11/2014   2/11/2014   ssan-3240-    8.3       8.3
                          14:23:58    15:54:43    55b
    successful 8.3        2/13/2014   2/18/2014   ssan-3240-    8.3       8.3
                          16:48:42    10:05:02    55b
    successful 8.3        2/18/2014   2/18/2014   ssan-3240-    8.3       8.3
                          10:33:10    11:22:02    55b
    8 entries were displayed.
    Top of Page