HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 4.20 User Guide
Configuring the Virtual Connect domain using the CLI  169 
Importing an enclosure 
To import an enclosure, use the import enclosure command. 
To enter OA credentials during import: 
>import enclosure username=Administrator password=myPassword 
To be prompted for a masked password: 
>import enclosure username=Administrator 
Password=***** 
Setting the domain name 
To set the domain name, use the set domain command: 
>set domain name=MyNewDomainName 
The Virtual Connect domain name must be unique within the data center, and can be up to 31 characters 
without spaces or special characters. 
Configuring LDAP authentication support for users 
To set LDAP properties: 
>set ldap serveraddress=192.168.0.110 enabled=true 
To add LDAP directory groups: 
>add ldap-group MyNewGroup description="This is my test group" 
roles=domain,server,network 
To remove LDAP directory groups: 
>remove ldap-group MyGroup 
To enable or disable local users: 
>set ldap localusers=disabled 
To display LDAP settings and directory groups: 
>show ldap 
>show ldap-group 
Configuring RADIUS authentication support for users 
To set RADIUS properties: 
>set radius serveraddress=192.168.0.110 enabled=true serverkey=xyz1234 
To add RADIUS groups: 
>add radius-group MyNewGroup Description="Test Group" Roles=domain,server 
To remove RADIUS groups: 
>remove radius-group MyGroup 
To display RADIUS settings and groups: 
>show radius 
>show radius-group 










