ONTAP 9.12.1 commands

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

    Display a summary of the current AutoSupport destinations

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

    Description

    The system node autosupport destinations show command displays a list of all message destinations used by AutoSupport. The command provides you with a quick summary of all addresses and URLs that receive AutoSupport messages from all nodes in the cluster.

    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

    Use this parameter to display only destinations that receive AutoSupport messages from the node you specify.

    [-destinations <text>,…​] - Destinations

    Use this parameter to display only destination lists for nodes that send AutoSupport messages to the destinations you specify.

    Examples

    This example displays all of the destinations in use by the current cluster. Each node uses the same destination for HTTP POST, HTTP PUT, and e-mail notifications.

    cluster1::> system node autosupport destinations show
    Node
         Destinations
    ------------------------------------------------------------------------------
    node1
         https://asuppost.example.com/cgi-bin/asup.cgi
         https://asupput.example.com/cgi-bin/asup.cgi
         support@example.com
    
    node2
         https://asuppost.example.com/cgi-bin/asup.cgi
         https://asupput.example.com/cgi-bin/asup.cgi
         support@example.com
    Top of Page