HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 3.70/3.75 User Guide
Command line  77 
Item  Description 
Description 
(optional) 
An informational description for the new group being added. The description 
can consist of 0 to 20 alphanumeric characters, dash (–), underscore (_), or 
period (.), backslash (\) and single-quote ('). 
Privileges (optional) 
A set of one or more privileges for the group. Valid values include any 
combination of "domain", "server", "network", and "storage". Separate multiple 
values with commas. If privileges are not specified, then the group will have no 
privileges and can only view information. If '*' is specified, it indicates all 
privileges. 
Example 
->add radius-group MyNewGroup Description="Test Group" 
Privileges=domain,server 
Adds a new RADIUS group 
Item  Description 
remove radius-group 
Remove an existing RADIUS group. 
Syntax 
remove radius-group <GroupName|*> 
Parameter 
GroupName (required) 
The name of an existing RADIUS group to be removed. Use "*" to remove all 
RADIUS groups. 
Examples 
->remove radius-group MyGroup 
Removes a specified RADIUS group 
->remove radius-group * 
Removes all RADIUS groups 
Item  Description 
set radius-group
Modify the properties of an existing RADIUS group. 
Syntax 
set radius-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". Separate multiple 
values with commas. 
Example 
->set radius-group MyGroup Description="Test Group" 
Privileges=domain,server,network 
Modifies a RADIUS group description and privileges 
Item  Description 
show radius-group 
Display the existing RADIUS groups. 
Syntax 
show radius-group [<GroupName>|*] 
Parameter 
GroupName (optional)
The name of an existing RADIUS group in the domain. Use "*" to display 










