SANtricity 11.9 Commands ( CA08871-194 ~ 196 )

Enable or disable AutoSupport maintenance window

The set storageArray autoSupportMaintenanceWindow command turns on or turns off the AutoSupport maintenance window feature.

Use a maintenance window to suppress automatic ticket creation on error events. Under normal operation mode the storage system will use AutoSupport to open a case with our Support if there is an issue. When AutoSupport is placed in a maintenance window this feature is suppressed.

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 autoSupportMaintenanceWindow (enable | disable)
    emailAddresses=("emailAddress1" "emailAddress2" ...)
    [duration=<duration_in_hours>];

Parameters

Parameter Description

emailAddresses

The list of email addresses to receive a confirmation email that the maintenance window request has been processed. You can specify up to five email addresses.

duration

Optional. The duration (in hours) to enable maintenance window. If omitted, the maximum supported duration (72 hours) is used.

Examples

SMcli -n Array1 -c "set storageArray autoSupportMaintenanceWindow enable
      emailAddresses=\"me@company.com\" duration=5;"

SMcli completed successfully.
SMcli -n Array1 -c "set storageArray autoSupportMaintenanceWindow enable
      emailAddresses=(\"me1@company.com\" \"me2@company.com\");"

SMcli completed successfully.
SMcli -n Array1 -c "set storageArray autoSupportMaintenanceWindow disable
      emailAddresses=(\"me1@company.com\" \"me2@company.com\" \"me3@company.com\"
      \"me4@company.com\" \"me5@company.com\");"

SMcli completed successfully.
Top of Page