SANtricity 11.9 Commands ( CA08871-194 ~ 196 )

Specify the Email (SMTP) delivery method

The set storageArray autoSupport deliveryMethod command sets up the delivery method for sending AutoSupport messages to email (SMTP).

Supported Series

This command applies to an individual ETERNUS AB3100, ETERNUS AB6100, ETERNUS HB1100/HB1200/HB1300/HB1400, ETERNUS HB2100/HB2200/HB2300/HB2400/HB2500/HB2600, or ETERNUS HB5100/HB5200 storage system.

Roles

To execute this command on an ETERNUS AB3100, ETERNUS AB6100, ETERNUS HB1100/HB1200/HB1300/HB1400, ETERNUS HB2100/HB2200/HB2300/HB2400/HB2500/HB2600, or ETERNUS HB5100/HB5200 storage system, you must have the Storage Admin or Support Admin role.

Syntax

set storageArray autoSupport deliveryMethod=email
mailRelayServer="serverAddress" senderEmail="emailAddress" destinationAddress="destination1@example.com" destinationAddress="destination2@example.com";

Parameters

Parameter Description

deliveryMethod

Allows the user to specify the delivery method for AutoSupport collection. Valid choices are:

  • email

  • HTTPS

If the email method is configured, then the Remote Diagnostics will be disabled.

mailRelayServer

Allows the user to specify the mail relay server for the AutoSupport collection.

senderEmail

Allows the user to specify send email address for the AutoSupport collection.

destinationAddress

Email address where AutoSupport dispatches will be sent. This parameter may be provided multiple times to allow dispatches to be sent to multiple addresses.

Examples

SMcli -n Array1 -c "set storageArray autoSupportConfig deliveryMethod=email mailRelayServer=\"mailserver.company.com\" senderEmail=\"user@company.com\";"

SMcli completed successfully.

Verification

Send a test message using the start storageArray autoSupport deliveryTest command to verify that your delivery methods are set up correctly.

Top of Page