Skip to main content

Clear storage array configuration

The clear storageArray configuration command clears an entire storage array configuration or part of a storage array configuration, or clears volume group and volume configuration only.

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.

Context

Use this command to perform one of these operations:

  • Clear the entire storage array configuration, and return it back to the initial installation state.

  • Clear the configuration except for security information and identification information.

  • Clear volume group configuration information and volume configuration information only.

Attention
Possible damage to the storage array configuration – As soon as you run this command, the existing storage array configuration is deleted.

Syntax

clear storageArray configuration (all | volumeGroups) 

clear storageArray configuration factoryReset 

Parameters

ParameterDescription
NoneIf you do not enter a parameter, this command removes all configuration information for the storage array, except for information related to security and identification.
all The setting to remove the entire configuration of the storage array, including security information and identification information. Removing all configuration information returns the storage array to its initial state.
volumeGroups The setting to remove the volume configuration and the volume group configuration. The rest of the configuration stays intact.
factoryReset This setting removes the entire configuration of the storage array (the same function as the all parameter), but also resets network configuration and any password information stored in the controller.
supportReset
Attention
This command is for technical support use only.
This setting behaves like the factoryReset parameter, but also clears all bundle keys.

Notes

With this command, you can clear the configuration of the storage array in a number of different ways. When you clear the storage array for volume groups, recovery mode automatically starts. In recovery mode, onboard (cache) backups (if they exist on the platform) are retained. When the storage array is in recovery mode, you can, optionally, restore the storage array configuration from a host-based backup file or from one of the onboard (cache) backups.

This command also resets the storage array identifier. Any premium features enabled with a key file are invalidated, and new premium feature keys must be created and applied. Contact technical support.

When you run this command, the storage array becomes unresponsive, and all script processing is canceled. You must remove and re-add the storage array to resume communication with the host. To remove an unresponsive storage array, use this SMcli wrapper command:


SMcli -X -n
<var id="GUID-FF3B3A22-2EA8-4C0A-B86C-9D2E957FBD87__V1588631" className="keyword varname">
storageArrayName
</var>

The X is a unique SMcli terminal and must be uppercase.

To re-add the storage array, use this SMcli wrapper command:


SMcli -A -n
<var id="GUID-FF3B3A22-2EA8-4C0A-B86C-9D2E957FBD87__V1588636" className="keyword varname">
storageArrayName
</var>

The A is a unique SMcli terminal and must be uppercase.