Owner's Manual

Troubleshooting and Recovery 405
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 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 CMC to generate by typing:
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, 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 12-3. 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