White Papers
VRTX Alert Management
Email Alert Settings
Figure 4.
The SMTP (Email) Server Settings can also be set using the RACADM command line as follows:
1. To set the SMTP (Email) Server address, run the command racadm config –g
cfgRemoteHosts –o cfgRhostsSmtpServerIpAddr 192.168.0.152 OR
racadm config –g cfgRemoteHosts –o cfgRhostsSmtpServerIpAddr
domain.name
2. To set Modify Source Email Name, run the command racadm config –g cfgAlerting
–o cfgAlertingSourceEmailName user@home.com
3. To set Email Alert Destinations, run the command
a. racadm config -g cfgEmailAlert -o cfgEmailAlertEnable 1 -i
<index>
b. racadm config -g cfgEmailAlert -o cfgEmailAlertAddress <email
address> -i <index>
c. racadm config -g cfgEmailAlert -o cfgEmailAlertEmailName "John
Doe" -i <index>
4. To send a test email, run the command racadm testemail –i <index>, where index
is the configured Email Alert Number.