User's Manual
Troubleshooting and Recovery 293
Using RACADM
1
Open a Telnet/SSH text console to the CMC and log in.
2
Enable alerting by typing:
racadm config -g cfgAlerting -o cfgAlertingEnable
1
NOTE: Only one filter mask may be set by both SNMP and email alerting. You
may skip step 3 if you have already set a filter mask.
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 and
must be expressed with the leading
0x
characters. Table 11-2 provides filter
masks for each event type. For instructions on calculating the hex value for
the filter mask you want to enable, see step 3 on "Using RACADM" on
page 289.
4
Enable email alerting by typing:
racadm config -g cfgEmailAlert -o
cfgEmailAlertEnable 1 -i <
index
>
where
<index>
is a value 1–4. The index number is used by the CMC to
distinguish up to four configurable destination email addresses.
5
Specify a destination email address to receive the email alerts by typing:
racadm config -g cfgEmailAlert -o
cfgEmailAlertAddress
<email address>
-i <
index
>
where
<email address>
is a valid email address, and
<index>
is the
index value you specified in step 4.
6
Specify the name of the party receiving the email alert by typing:
racadm config -g cfgEmailAlert -o
cfgEmailAlertEmailName
<email name>
-i <
index
>
where
<email name>
is the name of the person or group receiving the
email alert, and
<index>
is the index value you specified in steps 4 and 5.
The email name can contain up to 32 alphanumeric characters, dashes,
underscores, and periods. Spaces are not valid.