SANtricity 11.8 Commands

to Japanese version

Delete storage Array directory server

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

Supported Series

This command applies to an individual HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 or AB3100 storage system.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 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