Users Guide
Configuring SNMP Trap Alert Destinations Using RACADM
To configure IP alert destination using RACADM:
1. Open a serial/Telnet/SSH text console to CMC and log in.
NOTE: Only one filter mask may be set for both SNMP and email alerting. You can skip step 2 if
you have already selected the filter mask.
2. Enable alert generation:
racadm config -g cfgAlerting -o cfgAlertingEnable 1
3. Specify the events for which alerts must be generated:
racadm config -g cfgAlerting -o cfgAlertingFilterMask <mask value>
where <mask value> is a hex value between 0x0 and 0xffffffff.
To obtain the mask value, use a scientific calculator in hex mode and add the second values of the
individual masks (1, 2, 4, and so on) using the <OR> key.
For example, to enable trap alerts for Battery Probe Warning (0x2), Power Supply Failure (0x1000),
and KVM failure (0x80000), key 2 <OR> 1000 <OR> 80000 and press the <=> key.
The resulting hex value is 81002, and the mask value for the RACADM command is 0x81002.
Table 17. Event Traps Filter Masks
Event Filter Mask Value
Fan Probe Failure 0x1
Battery Probe Warning 0x2
Temperature Probe Warning 0x8
Temperature Probe Failure 0x10
Redundancy Degraded 0x40
Redundancy Lost 0x80
Power Supply Warning 0x800
Power Supply Failure 0x1000
Power Supply Absent 0x2000
Hardware Log Failure 0x4000
Hardware Log Warning 0x8000
Server Absent 0x10000
Server Failure 0x20000
KVM Absent 0x40000
KVM Failure 0x80000
IOM Absent 0x100000
IOM Failure 0x200000
128