SANtricity 11.8 Commands

to Japanese version

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 systems.

Supported Series

This command applies to an individual HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 or AB3100 storage system.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 storage system, 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.

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.

This parameter is required.

Examples

SMcli -n Array1 -c "save storageArray autoSupport log inputArchive=0 file=\"ASUPTransmissionLog\";"

SMcli completed successfully.
Top of Page