Users Guide

Use the RACADM examples in this section as a guide to create a batch le of RACADM commands and then execute the batch le on
each managed system.
Create the iDRAC conguration le and execute the racadm set command on each managed system using the same conguration le.
If you are conguring a new iDRAC or if you have used the racadm racresetcfg command, the only current user is root with the password
calvin. The racadm racresetcfg command resets the iDRAC to the default values.
NOTE: Users can be enabled and disabled over time. As a result, a user may have a dierent index number on each
iDRAC.
To verify if a user exists, type the following command once for each index (1–16):
racadm get iDRAC.Users.<index>.UserName
Several parameters and object IDs are displayed with their current values. The key eld is iDRAC.Users.UserName=. If a user name is
displayed after =, that index number is taken.
NOTE: You can also use racadm get -f <myfile.cfg> and view or edit the myle.cfg le, which includes all iDRAC
conguration parameters.
To enable SNMP v3 authentication for a user, use SNMPv3AuthenticationType, SNMPv3Enable, SNMPv3PrivacyType objects. For more
information, see the RACADM Command Line Interface Guide available at dell.com/idracmanuals.
If you use the conguration XML le, use the AuthenticationProtocol, ProtocolEnable, and PrivacyProtocol attributes to enable SNMPv3
authentication.
Adding iDRAC user using RACADM
1 Set the index and user name.
racadm set idrac.users.<index>.username <user_name>
Parameter
Description
<index> Unique index of the user
<user_name> User name
2 Set the password.
racadm set idrac.users.<index>.password <password>
3 Set the user privileges.
For more information, see the iDRAC RACADM Command Line Interface Reference Guide available at dell.com/idracmanuals.
4 Enable the user.
racadm set.idrac.users.<index>.enable 1
To verify, use the following command:
racadm get idrac.users.<index>
For more information, see the iDRAC RACADM Command Line Interface Reference Guide available at dell.com/idracmanuals.
Enabling iDRAC user with permissions
To enable a user with specic administrative permissions (role-based authority):
1 Locate an available user index.
racadm get iDRAC.Users <index>
2 Type the following commands with the new user name and password.
racadm set iDRAC.Users.<index>.Privilege <user privilege bit mask value>
136
Conguring user accounts and privileges