Skip to main content

Remove storage array directory server role mapping

The remove storageArray directoryServer command removes the defined role mappings for the specified directory server.

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


remove storageArray directoryServer [domainId]
(allGroupDNs | groupDNs=(groupDN1 ... groupDNN))

Parameters

ParameterDescription
directoryServer Allows you to specify the domain, using the domain ID, for which to remove the mapping.
allGroupDNs Allows you to remove all group Distinguished Name mappings from the domain.
groupDNs Allows you to specify the groups’ distinguished name (DN) to be removed.
Note
If you enter more than one group, separate the values with a space.

Examples


SMcli -n Array1 -c "remove storageArray directoryServer ["domain1"]
groupDNs=("CN=company-distlist,OU=Managed,
OU=MyCompanyGroups,DC=hq,DC=mycompany,DC=com");"

SMcli -n Array1 -c "remove storageArray directoryServer ["domain1"]
allGroupDNs;"

SMcli completed successfully.