SANtricity 11.9 Commands ( CA08871-194 ~ 196 )

Save controller NVSRAM

The save controller NVSRAM file command saves a selected set of controller NVSRAM regions to a file.

Supported Series

This command applies to any individual storage system, including the ETERNUS AB3100, ETERNUS AB6100, ETERNUS HB1100/HB1200/HB1300/HB1400, ETERNUS HB2100/HB2200/HB2300/HB2400/HB2500/HB2600, and ETERNUS HB5100/HB5200, as long as all SMcli packages are installed.

Roles

To execute this command on an ETERNUS AB3100, ETERNUS AB6100, ETERNUS HB1100/HB1200/HB1300/HB1400, ETERNUS HB2100/HB2200/HB2300/HB2400/HB2500/HB2600, or ETERNUS HB5100/HB5200 storage system, you must have the Storage Admin or Support Admin role.

Syntax

save controller [(a|b)] NVSRAM file="filename"

Parameters

Parameter Description

controller

The controller with the NVSRAM values that you want to save. Valid controller identifiers are a or b, where a is the controller in slot A, and b is the controller in slot B. Enclose the controller identifier in square brackets ([ ]).

file

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

file="C:\Program Files\CLI\logs\nvsramb.txt"

The default name of the file that contains the NVSRAM values is nvsram-data.txt. This command does not automatically append a file extension to the saved file. You must specify a file extension when entering the file name.

Top of Page