Owner's Manual

96 Using the RACADM Command Line Interface
Enabling a CMC User With Permissions
To enable a user with specific administrative permissions (role-based
authority), first locate an available user index by performing the steps in
"Before You Begin" on page 89. Next, type the following command lines with
the new user name and password.
racadm config -g cfgUserAdmin -o
cfgUserAdminPrivilege -i <index> <user privilege bitmask value>
NOTE: See Table 3-1 in the Database Property chapter of the
RACADM Command
Line Reference Guide for iDRAC6 and CMC
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.
Disabling a CMC User
Using RACADM, you can only disable CMC users manually and on an
individual basis. You cannot delete users by using a configuration file.
The following example illustrates the command syntax that can be used to
delete a CMC user:
racadm config -g cfgUserAdmin -i 2
cfgUserAdminPrivilege 0x0
Configuring SNMP and E-mail Alerting
You can configure the CMC to send SNMP event traps and/or e-mail alerts
when certain events occur on the chassis. For more information and
instructions, see "Configuring SNMP Alerts" on page 402 and "Configuring E-
mail Alerts" on page 407.
You can specify the trap destinations as appropriately-formatted
numeric addresses (IPv6 or IPv4), or Fully-qualified domain names (FQDNs).
Choose a format that is consistent with your networking
technology/infrastructure.
NOTE: The Test TRAP functionality does not detect improper choices based
on current network configuration. For example, using an IPv6 destination in an
IPv4-only environment.