SANtricity 11.8 Commands

to Japanese version

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 HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 or AB3100 storage system.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 storage system, you must have the Storage Admin or Support Admin role.

Syntax

set storageArray autoSupport deliveryMethod=email
mailRelayServer="serverAddress" senderEmail="emailAddress"

Parameters

Parameter Description

deliveryMethod

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

  • email

  • HTTP

  • HTTPS

If the email method is configured, then the AutoSupport OnDemand and 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.

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