The SMcli -autoSupportConfig command sets up the delivery method for sending AutoSupport messages.
This command applies to all E2700 and E5600 storage arrays in the management domain at once. It does not apply to E2800 or E5700 storage arrays.
You can create two major types of delivery methods for sending AutoSupport messages:
SMcli -autoSupportConfig deliveryMethod=SMTP mailRelayServer=<mailRelayServerName> senderMail=<senderEmailAddress>
Parameter | Description |
---|---|
deliveryMethod | Allows you to specify the delivery method of the AutoSupport messages. Valid choice is SMTP. See the next section of this topic for information about using HTTP or HTTPS, which are also valid. |
mailRelayServer | Allows you to specify the mail relay server for the AutoSupport messages. |
senderMail | Allows you to specify the sender email address for the AutoSupport messages. |
SMcli -autoSupportConfig deliveryMethod={HTTP|HTTPS} {direct|proxyConfigScript=<proxyConfigScript>| proxyServer hostAddress:<address>portNumber=<portNumber> [userName=<userName>password=<password>]}
The following table lists the parameters for the HTTP/HTTPS delivery methods.
Parameter | Description |
---|---|
deliveryMethod | Allows you to specify the delivery method of the AutoSupport messages. Valid choices are HTTPS and HTTP (see prior section for use of SMTP, which is also valid). |
direct | Allows you to connect directly to the destination technical support systems using the HTTPS or HTTP protocols. |
proxyConfigScript | Allows you to specify the location of a Proxy Auto-Configuration (PAC) script file. |
proxyServer | Allows you to specify the HTTP(s) proxy server details required for establishing connection with the destination technical support system. |
hostAddress | The host IP address of the proxyServer. |
portNumber | The port number of the proxy server. This parameter is required when the proxyServer parameter is used. |
userName | The user name. This parameter is required. |
password | The authentication password. This parameter is required. |
8.25
SMcli –autoSupportConfig deliveryMethod=SMTP mailRelayServer:server.eng.netapp.com senderEmail:user@netapp.com
SMcli -autoSupportConfig deliveryMethod=HTTPS proxyServer hostAddress:10.117.12.112 portNumber=8080 userName=user password=0987654321
Send a test message using the SMcli -autoSupportConfig test command to verify that your delivery methods are set up correctly.