SANtricity 11.9 Commands ( CA08871-194 ~ 196 )

Delete storage system directory server

The delete storageArray directoryServers command allows you to delete one or more directory servers.

Supported Series

This command applies to an individual ETERNUS AB/HB series storage system.

Roles

To execute this command on the ETERNUS AB/HB series storage system, 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.

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.
Top of Page