User's Manual

Troubleshooting and Recovery 381
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 hexadecimal value between 0x0 and
0x017fffdf and must be expressed with the leading
0x
characters.
Table 12-3 provides filter masks for each event type. For instructions on
calclulating the hex value for the filter mask you want to enable, see step 3
on "Using RACADM" on page 376.
4
Enable e-mail 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 e-mail addresses.
5
Specify a destination e-mail address to receive the e-mail alerts by typing:
racadm config -g cfgEmailAlert -o
cfgEmailAlertAddress <email address> -i <index>
where
<email address>
is a valid e-mail address, and
<index>
is the
index value you specified in step 4.
6
Specify the name of the party receiving the e-mail 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
e-mail alert, and
<index>
is the index value you specified in step 4
and step 5. The e-mail name can contain up to 32 alphanumeric
characters, dashes, underscores, and periods. Spaces are not valid.
7
Setup the SMTP host by configuring the
cfgRhostsSmtpServerIpAddr
database property by typing:
racadm config -g cfgRemoteHosts -o
cfgRhostsSmtpServerIpAddr host.domain
where
host.domain
is a full-qualified domain name.
You can configure up to four destination e-mail addresses to receive e-mail
alerts. To add more e-mail addresses, repeat step 2–step 6.