User's Manual
178 Using the Serial and racadm Commands
Several parameters and object IDs are displayed along with their current
values. The two objects of interest are:
# cfgUserAdminIndex=XX
cfgUserAdminUserName=
If the cfgUserAdminUserName object has no value, that index number,
which is indicated by the cfgUserAdminIndex object, is available for use. If a
name appears after the "=," that index is taken by that user name.
NOTE: When you manually add or remove a user with the racadm config
subcommand, you must specify the index with the -i option. Observe that the
cfgUserAdminIndex object displayed in the previous example contains a '#'
character. Also, if you use the racadm config -f racadm.cfg command to specify any
number of groups/objects to write, the index cannot be specified. A new user is
added to the first
available index. This behavior allows more flexibility in configuring
multiple DRAC 4s with the same settings.
Adding a DRAC 4 User Without Alert Capabilities
To add a simple user without any alert information, first locate an available
user index by performing the steps in "Before Adding a DRAC 4 User." Next,
type the following two command lines with the new user name and password:
racadm config -g cfgUserAdmin -o cfgUserAdminUserName
-i <index> <username>
racadm config -g cfgUserAdmin -o cfgUserAdminPassword
-i <index> <password>
Example:
racadm config -g cfgUserAdmin -o cfgUserAdminUserName
-i 2 john
racadm config -g cfgUserAdmin -o cfgUserAdminPassword
-i 2 123456
A user name "john" with the password of "123456" is created. This user name
and password can now be used to log into the Web-based remote access
interface. You can verify this using either of the following two commands:
racadm getconfig -u john
racadm getconfig -g cfgUserAdmin -i 2