Save storage array configuration
The save storageArray configuration command creates a script file that you can use to re-create the current storage array volume configuration.
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 role. However, the use of this command with the LDAP parameter is restricted to those with the Security Admin role.
Context
Syntax
save storageArray configuration file="<var id="GUID-6788DEC4-E272-4464-96FB-A7B50E26041D__V1111146" className="keyword varname">filename</var>"
(allconfig|[globalSettings=(TRUE | FALSE)]
[volumeConfigAndSettings=(TRUE | FALSE)]
[hostTopology=(TRUE | FALSE)]
[lunMappings=(TRUE | FALSE)])
Parameters
Parameter | Description |
---|---|
file | The file path and the file name to which you want to save the configuration settings. Enclose the file name in double quotation marks (" "). For example: file="C:\Program Files\CLI\logs\saconf.cfg" The default name of the file that contains the configuration settings is storage-array-configuration.cfg . This command does not automatically append a file extension to the saved file. You must specify a file extension when entering the file name. |
allConfig | The setting to save all of the configuration values to the file. (If you choose this parameter, all of the configuration parameters are set to TRUE .) |
globalSettings | The setting to save the global settings to the file. To save the global settings, set this parameter to TRUE . To prevent saving the global settings, set this parameter to FALSE . The default value is TRUE . |
volumeConfigAndSettings | The setting to save the volume configuration settings and all of the global settings to the file. To save the volume configuration settings and global settings, set this parameter to TRUE . To prevent saving the volume configuration settings and global settings, set this parameter to FALSE . The default value is TRUE . |
hostTopology | The setting to save the host topology to the file. To save the host topology, set this parameter to TRUE . To prevent saving the host topology, set this parameter to FALSE . The default value is FALSE . |
lunMappings | The setting to save the LUN or NSID mapping to the file. To save the LUN or NSID mapping, set this parameter to TRUE. To prevent saving the LUN or NSID mapping, set this parameter to FALSE. The default value is FALSE. |
Notes
When you use this command, you can specify any combination of the parameters for the global setting, the volume configuration setting, the host topology, or the LUN mapping. If you want to enter all settings, use the allConfig parameter. You must either use the allConfig parameter, or one or more of the other four parameters.