system node autosupport check show-details
Display detailed status of AutoSupport subsystem
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The system node autosupport check show-details command displays the detailed status of the AutoSupport subsystem. This includes verifying connectivity to your vendor's AutoSupport destinations by sending test messages and providing a list of possible errors in your AutoSupport configuration settings.
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>] - Node
- Selects the check results that match this parameter value. This parameter specifies the node whose status is being displayed.
- [-check-type <Type of AutoSupport Check>] - AutoSupport Check Type
- Selects the check results that match this parameter value. This parameter specifies the type of AutoSupport check being performed.
- [-status {ok|warning|failed|not-run}] - Status of the Check
- Selects the check results that match this parameter value. This parameter specifies the result of this AutoSupport check.
- [-error-detail <text>] - Detailed Description of Error
- Selects the check results that match this parameter value. This parameter specifies the detailed error message for this AutoSupport check.
- [-corrective-action <text>] - Corrective Action
- Selects the check results that match this parameter value. This parameter specifies a description of how to correct any errors seen as part of this AutoSupport Check
Examples
The following example displays the detailed status of the AutoSupport subsystem for a node named node2:
cluster1::> system node autosupport check show-details -node node2
Node: node2
Category: http-https
Component: http-put-destination
Status: ok
Detail: Successfully connected to "support.netapp.com/put".
Component: http-post-destination
Status: ok
Detail: Successfully connected to "support.netapp.com/post".
Category: smtp
Component: mail-server
Status: ok
Detail: Successfully connected to "mailhost.netapp.com".
Component: mail-server
Status: ok
Detail: Successfully connected to "sendmail.domain.com".
Component: mail-server
Status: ok
Detail: Successfully connected to "qmail.domain.com".
Category: on-demand
Component: ondemand-server
Status: ok
Detail: Successfully connected to "support.netapp.com/aods".
Category: configuration
Component: configuration
Status: ok
Detail: No configuration issues found.
Give documentation feedback