SANtricity 11.9 Commands ( CA08871-194 ~ 196 )

Remove storage system directory server role mapping

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

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

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

Parameters

Parameter Description

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.

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