User's Manual
82 Using the RACADM Command Line Interface
3
Set the user privileges. For information about user privileges,
see Table 5-18, Table 5-19, and Table 3-1 in the database property
chapter of the
Dell Chassis Management Controller Administrator
Reference Guide.
4
Enable the user.
Example
The following example describes how to add a new user named "John" with a
"123456" password and LOGIN privilege to the CMC.
NOTE: See Table 3-1 in the database property chapter of the Dell Chassis
Management Controller Firmware Administrator Reference Guide for a list of valid
bit mask values for specific user privileges. The default privilege value is 0, which
indicates the user has no privileges enabled.
racadm config -g cfgUserAdmin -o cfgUserAdminUserName
-i 2 john
racadm config -g cfgUserAdmin -o cfgUserAdminPassword
-i 2 123456
racadm config -g cfgUserAdmin -i 2 -o
cfgUserAdminPrivilege 0x00000001
racadm config -g cfgUserAdmin -i 2 -o
cfgUserAdminEnable 1
To verify that the user was added successfully with the correct privileges, use
one of the following commands:
racadm getconfig -u john
or
racadm getconfig –g cfgUserAdmin –i 2