Installation manual

Configuring a Namespace
Configuring Windows Authentication (CIFS)
CLI Storage-Management Guide 7-19
Enter this command once for each authorized group.
For example, this command set applies three management-authorization groups to the
“medarcv” namespace:
bstnA6k(gbl)# namespace medarcv
bstnA6k(gbl-ns[medarcv])# show windows-mgmt-auth
...
bstnA6k(gbl-ns[medarcv])# windows-mgmt-auth testGroup
bstnA6k(gbl-ns[medarcv])# windows-mgmt-auth fullAccess
bstnA6k(gbl-ns[medarcv])# windows-mgmt-auth readOnly
bstnA6k(gbl-ns[medarcv])# ...
Removing a Management-Authorization Group
Use no windows-mgmt-auth to remove one management-authorization group from the
current namespace:
no windows-mgmt-auth name
where name (1-64 characters) identifies one management-authorization group to
remove from the namespace.
For example, this command sequence deletes the “testGroup” from the “medarcv”
namespace:
bstnA6k(gbl)# namespace medarcv
bstnA6k(gbl-ns[medarcv])# no windows-mgmt-auth testGroup
bstnA6k(gbl-ns[medarcv])# ...