Delete storage array directory server
The delete storageArray directoryServers command allows you to delete one or more directory servers.
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 Security Admin role.
Syntax
delete storageArray (allDirectoryServers |
directoryServers ["domainId1" ... "domainIdN"])
Parameters
Parameter | Description |
---|---|
allDirectoryServers | Allows you to delete all directory servers. |
directoryServers | Allows you to specify one or more directory servers to delete, each identified with the domain ID. Note Enclose the IDs in square brackets ([ ]). If you supplied more than one, then separate them with a space. |
Examples
SMcli -n Array1 -c "delete storageArray directoryServers ["domain1" "domain3"];"
SMcli -n Array1 -c "delete storageArray allDirectoryServers;"
SMcli completed successfully.
Give documentation feedback