Installation Manual
Adding iDRAC7 User Using RACADM
To add a new user to the RAC configuration, perform the following:
1. Set the user name.
2. Set the password.
3. Set the following user privileges:
– iDRAC7
– LAN
– Serial Port
– Serial Over LAN
4. Enable the user.
Example:
The following example describes how to add a new user named "John" with a "123456" password and LOGIN privileges to
the RAC.
racadm config -g cfgUserAdmin -o cfgUserAdminUserName -i 3 john
racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 3 123456
racadm config -g cfgUserAdmin -i 3 -o cfgUserAdminPrivilege 0x00000001
racadm config -g cfgUserAdmin -i 3 -o cfgUserAdminIpmiLanPrivilege 2
racadm config -g cfgUserAdmin -i 3 -o cfgUserAdminIpmiSerialPrivilege 2
racadm config -g cfgUserAdmin -i 3 -o cfgUserAdminSolEnable 1
racadm config -g cfgUserAdmin -i 3 -o cfgUserAdminEnable 1
To verify, use one of the following commands:
racadm getconfig -u john
racadm getconfig –g cfgUserAdmin –i 3
For more information on the RACADM commands, see the
RACADM Command Line Reference Guide for iDRAC7 and
CMC
available at dell.com/support/manuals.
Enabling iDRAC7 User With Permissions
To enable a user with specific administrative permissions (role-based authority):
125