User's Manual

Troubleshooting and Recovery 301
4
Click the
Traps Settings
tab. The
Chassis Event Alert Destinations
page
displays.
5
Click
Send
in the
Test Trap
column beside the destination.
Using RACADM
1
Open a serial/Telnet/SSH text console to the CMC and log in.
NOTE: Only one filter mask may be set for both SNMP and e-mail alerting. You
may skip step 2 if you have already selected filter mask.
2
Enable alerting by typing:
racadm config -g cfgAlerting -o cfgAlertingEnable
1
3
Specify the events for which you want the CMC to generate by typing:
racadm config -g cfgAlerting -o
cfgAlertingFilterMask <mask value>
where
<mask value>
is a hex value between 0x0 and 0x003fffdf.
To obtain the mask value, use a scientific calculator in hex mode and add
the second values of the individual masks (1, 2, 4, etc.) 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> 200000 and press the <=> key.
The resulting hex value is 208002, and the mask value for the RACADM
command is 0x208002.
Table 11-2. 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