SANtricity 11.8 Commands

to Japanese version

Save storage Array SOC counts

The save storageArray SOCCounts command saves the SOC error statistics to a file.

Supported Series

This command applies to any individual storage system, including the HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 and AB3100 series, as long as all SMcli packages are installed.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 storage system, you must have the Storage Admin role.

Context

This command is valid only for Fibre Channel devices in an arbitrated loop topology.

Syntax

save storageArray SOCCounts file="filename"

Parameter

Parameter Description

file

The file path and the file name to which you want to save the SOC error statistics. Enclose the file name in double quotation marks (" "). For example:

file="C:\Program Files\CLI\logs\socstat.csv"

The default name of the file that contains the SOC error statistics is soc-statistics.csv. You can use any file name, but you must use the .csv extension.

Notes

To more effectively save SOC error statistics to a file, perform these steps:

  1. Run the reset storageArray SOCBaseline command to set all of the SOC counters to 0.

  2. Run the storage system for a predetermined amount of time (for example, two hours).

  3. Run the save storageArray SOCCounts file="filename" command.

Top of Page