SymptomThe host name, which should send the email messages, is not responding as an SMTP server.
Solution 1CauseThe host name was not configured correctly.
Action-
As
Infrastructure administrator, verify that the host name for the sending email address is on the network by pinging the host.
As
Infrastructure administrator, verify that the host name for the sending email address is on the network by
pinging the host.
For more information, see
"Settings: Appliance Networking" in the
HPE OneView Help.
-
Verify the port number used is correct.
-
View the parameters for configuring email notification of alerts. For information, see the
HPE OneView Help.
Follow the procedure in
Configure the Appliance for email notification of alerts so that you can view the configuration parameters.
-
Update the
Email parameters as needed.
-
Save the configuration.
-
Verify the configuration with the
telnet
command. For example:
telnet mail.example.com 25
-
Verify also by monitoring email notifications.
Solution 2CauseThe SMTP server used for sending email notification has TLS/SSL security protocols.
Action-
Verify the connection to the SMTP server using the correct port with the
telnet
command. For example:
telnet mail.example.com 587
-
View the parameters for configuring email notification of alerts. For information, see the
HPE OneView Help.
Follow the procedure in
Configure the appliance for email notification of alerts
so that you can view the configuration parameters.
-
Ensure that the SMTP server does not have TLS/SSL support.
Update the
Email parameters as needed.
-
Save the configuration.
-
Verify the configuration with the
telnet
command. For example:
telnet mail.example.com 25
-
Verify also by monitoring email notifications.
Solution 3CauseThe email notification configuration has an invalid password for the SMTP server. The email cannot be sent because it fails to provide the correct authentication.
Action-
Use the
telnet
command to connect to the SMTP server to verify the password. For example:
-
View the parameters for configuring email notification of alerts. For information, see the
HPE OneView Help.
Follow the procedure in
Configure the Appliance for email notification of alerts so that you can view the configuration parameters.
-
Ensure that the SMTP server password is correct.
Update the
Email parameters as needed.
-
Save the configuration.
-
Verify by monitoring email notifications.