SANtricity 11.8 Commands

to Japanese version

Remove storage Array 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 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

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