HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 3.10/3.15 User Guide
Command line  46 
Item  Description 
add ldap-group 
Add a new directory group to the directory services configuration. 
Syntax 
add ldap-group <GroupName> [Description=<string>] 
[Privileges=domain,server,network,storage]
Parameters 
GroupName (required) 
The name of the LDAP directory group to add 
Properties 
Description 
(optional) 
An informational description for the new group to be added 
Privileges (optional) 
A set of one or more privileges for the group. Valid values include any 
combination of "domain", "server", "network" , and "storage". 
Example 
->add ldap-group MyNewGroup Description="Test Group" 
Privileges=domain,server 
Adds a new directory group 
Item  Description 
remove ldap-group 
Remove an existing directory group. 
Syntax 
remove ldap-group <GroupName|*> 
Parameter 
GroupName (required) 
The name of an existing directory group to be removed, or "*" to remove all 
LDAP groups 
Examples 
->remove ldap-group MyGroup 
Removes a directory group 
->remove ldap-group * 
Removes all directory groups 
Item  Description 
set ldap-group
Modify the properties of an existing directory group. 
Syntax 
set ldap-group <GroupName> [Description=<description>] 
[Privileges=<privileges>]
Parameter 
GroupName (required) 
The name of an existing group to modify 
Properties 
Description 
(optional)
A user-friendly description for the group 
Privileges (optional) 
A set of one or more privileges for the group. Valid values include any 
combination of "domain", "server", "network", and "storage". 
Example 
->set ldap-group MyGroup Description="Test Group" 
Privileges=domain,server,network










