Configure email alert settings
The set emailAlert command configures the email to send an email to a specified technical support or organization. The email alert contains a summary of the event, detailed information about the affected storage, and customer contact information.
Supported Arrays
This command applies to the DE2000H/ DE4000H / DE4000F DE6000H storage arrays.
Syntax
set emailAlert
serverAddress="serverAddress" |
senderAddress="emailAddress" |
additionalContactInfo="filename" |
(recipientAddresses=("emailAddress1" ... "emailAddressN") |
addRecipientAddresses=("emailAddress1" ... "emailAddressN"))
Parameters
Parameter | Description |
---|---|
serverAddress | Allows you to set the email server address. The email server address can be a fully qualified domain name, IPv4 address, or IPv6 address. |
senderAddress | Allows you to set the sender’s email address. |
additionalContactInfo | Allows you to provide the filename that contains the additional contact information to be used in the email alert. |
recipientAddresses | Allows you to set one or more recipient email addresses. Using this set option will clear out existing email addresses. Enclose all of the names in parentheses. Enclose each of the names in double quotation marks (""). Separate each of the names with a space. |
addRecipientAddresses | Allows you to add one or more recipient email addresses to the existing list. Enclose all of the names in parentheses. Enclose each of the names in double quotation marks (""). Separate each of the names with a space. |
Examples
SMcli -n Array1 -c "set emailAlert
serverAddress="email.server.domain.com"
senderAddress="no-reply@server.domain.com"
additionalContactInfo="C:\additionalInfo.txt"
recipientAddresses=("person1@email.domain.com" "person2@email.domain.com");"
SMcli -n Array1 -c "set emailAlert addRecipientAddresses=("person3@lenovo.com");"
SMcli completed successfully.
Give documentation feedback