Retrieve an AutoSupport log
The save storageArray autoSupport log command allows you to view an AutoSupport log file. This file provides information about status, history of transmission activity, and any errors encountered during delivery of the AutoSupport messages. The log is available for all AutoSupport-capable and AutoSupport-enabled storage arrays.
Supported Arrays
This command applies to an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.
Roles
To execute this command on an storage array, you must have the Storage Admin or Support Admin role.
Context
This command allows you to view two types of logs:
Current log – View the log captured at this point in time.
Archive log – View the log from an archived file.
Syntax
save storageArray autoSupport log [inputArchive=n]
file="filename"
Parameters
Parameter | Description |
---|---|
inputArchive | Allows you to specify the archived AutoSupport log, where the archive file is n , an integer starting at 0. Note Omitting this parameter means you select the current AutoSupport log (captured at this point in time). |
file | Allows you to specify the output ASUP transmission log filename. Note This parameter is required. |
Examples
SMcli -n Array1 -c "save storageArray autoSupport log inputArchive=0 file=\"ASUPTransmissionLog\";"
SMcli completed successfully.