140 Using the serial and racadm Commandsw w w . d e l l . c o m | s u p p o r t . d e l l . c o m racadm config -g cfgTraps -o cfgTrapsSnmpCommunity -i 2 publicracadm config -g cfgTraps -o cfgTrapsEnable -i 2 1racadm config -g cfgTraps -o cfgTrapsFilterRacEventMask -i 2 0x0racadm config -g cfgTraps -o cfgTrapsFilterSysEventMask -i 2 0x0racadm config -g cfgTraps -o cfgTrapsDestIpAddr -i 2 <SNMP trapdestination>racadm config -g cfgOobSnmp -o cfgOobSnmpTrapsEnable 1racadm config -g cfgRemoteHosts -o cfgRhostsSmtpServerIpAddr143.166.224.254racadm racresetYou can type the commands manually, run a batch file, or build a .cfg file using the commandracadm config -f racadm.cfg. After doing so, you may want to test each of the alerts.Testing Email AlertingEmail alerting is enabled by the following command. A "0" disables this feature; a "1" enables it.racadm config -g cfgUserAdmin -o cfgUserAdminEmailEnable -i 2 1racadm testemail -i 2Testing SNMP Trap AlertingSNMP traps are enabled by the following command. A "0" disables this feature; a "1" enables it.racadm config -g cfgTraps -o cfgTrapsEnable -i 2 1racadm testtrap -i 2Adding a DRAC 4 User With PermissionsTo add a user with specific administrative permissions (role-based authority), first locate anavailable user index by performing the steps in "Before Adding a DRAC 4 User." Next, type thefollowing command lines with the new user name and password.NOTE: See Table B-1 for a list of the Bit Mask numbers to enable specific user permissions. The defaultuser permission is 0, which provides full admininstrative permission.racadm config -g cfgUserAdmin -o cfgUserAdminPrivilege -i <index><username> <Bit Mask Number for specific user permissions>