HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 4.01 User Guide

Command line 94
Item Description
Roles (optional)
A set of one or more privileges for the group. Valid values are any combination
of "domain", "server", "network", and "storage". Separate multiple values with
commas.
Example
->set radius-group MyGroup Description="Test Group"
Roles=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
detailed information for all RADIUS groups. If no value is specified, a summary of
all groups appears.
Examples
->show radius-group
Displays a summary of all RADIUS groups
->show radius-group MyGroup
Displays detailed information for a specific RADIUS group
->show radius-group *
Displays detailed information for all RADIUS groups
role
Manage role-based user authentication.
Supported actions: help, set, show
Item Description
set role
Configure the authentication order or permitted operations for a VC role.
Syntax
set role <RoleName> Order=<order> Operations=<operations>
Parameter
RoleName (required)
The VC privilege/role for which the existing authentication order is to be set.
Valid values are "domain", "network", "server", and "storage".
Property
Order (optional)
The order of authentication to be set for a given role, specified as one or more
authentication methods separated by a comma. The format is
<method1,method2,method3>. Valid values are "ldap", "radius", "tacacs", and
"local".
Operations (optional)
The operation permissions to be set for a given role, specified as one or more role
operations separated by a comma. Valid values are "FirmwareUpdate",
"SaveConfig", "RestoreConfig", "SupportFiles", "PortMonitoring", "Default"
(Factory Default), "*"(All), '' (None).
Enabling the "FirmwareUpdate" also requires enabling "SaveConfig" and
"SupportFiles" so that the VCSU firmware update works properly.
Examples
->set role network Order=tacacs,radius