ONTAP 9.12.1 commands

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

    Cancel an AutoSupport Transmission.

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

    Description

    The system node autosupport history cancel command cancels an active AutoSupport transmission. This command is used to pause or abandon a long running delivery of an AutoSupport message. The cancelled AutoSupport message remains available for retransmission using the system node autosupport history retransmit command.

    Parameters

    -node {<nodename>|local} - Node

    Use this parameter to specify the node on which to cancel the AutoSupport message. The default setting is localhost.

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

    Use this parameter to specify the sequence number of the AutoSupport message you want to cancel.

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

    Use this parameter to specify the destination type for the AutoSupport message you want to cancel.

    Examples

    Use this command to cancel the AutoSupport message delivery with seq-num 10 to all destinations.

    cluster1::> system node autosupport history cancel -node local -seq-num 10

    Use this command to cancel the AutoSupport message delivery with seq-num 10 via HTTP only.

    cluster1::> system node autosupport history cancel -node local -seq-num 10 -destination http
    Top of Page