Users Guide

Using the Serial and racadm Commands 179
Deleting a DRAC 4 User
All users must be deleted manually. You cannot delete users by specifying
them in a racadm.cfg file.
To delete the user "john" created in the previous example, type the following
command line:
racadm config -g cfgUserAdmin -o cfgUserAdminUserName
-i <index> ""
A null string of double quote characters("") indicates to the DRAC 4 to delete
the index for the specified group.
NOTE: You can delete all users, including users with administrative privileges;
however, this will disable all remote access to the DRAC 4 card. If you delete all
users, use the local racadm CLI tool to re-add users.
Adding a DRAC 4 User With Alerting Capabilities
To add a DRAC 4 user that is able to receive email and SNMP traps, first
locate an available DRAC 4 user index by performing the steps in "Before
Adding a DRAC 4 User." The following example has an available user index at
index 2.
NOTE: See "DRAC 4 Property Database Group and Object Definitions"
for details about each specific object.
racadm config -g cfgUserAdmin -o cfgUserAdminUserName
-i 2 john
racadm config -g cfgUserAdmin -o cfgUserAdminPassword
-i 2 123456
racadm config -g cfgUserAdmin -o
cfgUserAdminEmailAddress -i 2 "<email address>"
racadm config -g cfgUserAdmin -o
cfgUserAdminEmailCustomMsg -i 2 "RAC Alert Email Test"
racadm config -g cfgUserAdmin -o
cfgUserAdminEmailEnable -i 2 1
racadm config -g cfgUserAdmin -o
cfgUserAdminAlertFilterRacEventMask -i 2 0x0