ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system node autosupport history show-upload-details

    Display upload details of recent AutoSupport messages

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

    Description

    The system node autosupport history show-upload-details command displays upload details of the 50 most recent AutoSupport messages sent by nodes in the cluster. By default, it displays the following information:

    • AutoSupport Sequence Number

    • Destination

    • Compressed Size

    • Percentage Complete

    • Rate of upload

    • Time Remaining

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

    Use this parameter to display the following detailed information about all entries:

    • AutoSupport Sequence Number

    • Destination

    • Compressed Size

    • Percentage Complete

    • Rate of Upload

    • Time Remaining

    [-node {<nodename>|local}] - Node

    Use this parameter to display details of AutoSupport messages sent from the node you specify.

    [-seq-num <Sequence Number>] - AutoSupport Sequence Number

    Use this parameter to display details of AutoSupport messages with the sequence number you specify. Sequence numbers are unique to a node. Use this parameter with the -node parameter to display information about an individual message.

    [-destination {smtp|http|noteto|retransmit}] - Destination for this AutoSupport

    Use this parameter to display details of AutoSupport messages that were sent to the destination type you specify.

    [-size {<integer>[KB|MB|GB|TB|PB]}] - Autosupport Compressed Size

    Use this parameter to display details of AutoSupport messages of the compressed size you specify.

    [-percent-complete <integer>] - Percent Complete

    Use this parameter to display the percentage completed for any active (incomplete) AutoSupport message.

    [-upload-rate {<integer>[Bps|KBps|MBps|GBps]|unlimited}] - Rate of Upload

    Use this parameter to display the rate in bytes per second that upload is using currently, otherwise zero when not active.

    [-time-remaining <[<integer>h][<integer>m][<integer>s]>] - Time remaining for Upload

    Use this parameter to display the estimated time for the transmission of the AutoSupport message to complete.

    Examples

    The following example shows the first three results output by the history show-upload-details command. Note that "q" was pressed at the prompt.

    cluster1::> system node autosupport history show-upload-details -node node1
                 Seq                         Percent                Time
    Node         Num   Destination Size      Complete   Rate        Remaining
    ------------ ----- ----------- --------- ---------- ----------- --------
    node1
                 13
                       smtp        755.9KB   100        142.88KBps  0s
                       http        755.8KB   80         125.97KBps  10s
                       noteto      -         -          -           -
                 12
                       smtp        -         -          -           -
                       http        316.4KB   100        158.22KBps  0s
                       noteto      201B      100        201Bps      0s
                 11
                       smtp        -         -          -           -
                       http        626.1MB   100        649.56KBps  0s
                       noteto      -         -          -           -
    Press <space> to page down, <return>> for next line, or 'q' to quit... q
    9 entries were displayed.
    Top of Page