Importing an enclosure, Setting the domain name, Configuring ldap authentication support for users – HP Virtual Connect Flex-10 10Gb Ethernet Module for c-Class BladeSystem User Manual

Page 169

Advertising
background image

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

Advertising