SANtricity 11.8 Commands

to Japanese version

Enable or disable AutoSupport maintenance window (for individual HB2100/HB2200/HB2300 or HB5100/HB5200 series)

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 Fujitsu 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 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 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