Skip to main content

Set AutoSupport message collection schedule

The set storageArray autoSupport schedule command sets the daily and weekly times and days of the week that AutoSupport messages are sent.

Supported Arrays

This command applies to an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.

Roles

To execute this command on an storage array, you must have the Storage Admin or Support Admin role.

Context

  • If AutoSupport is enabled, the management software sends both daily AutoSupport messages and weekly AutoSupport messages.

  • You can specify a range (hour-level granularity) of when to send daily and when to send weekly messages for the storage arrays in your management domain.

  • For the weekly schedule, you select preferred days of the week for AutoSupport collection and transmission.

Syntax

set storageArray autoSupport schedule dailyTime=startTime-endTime
[dayOfWeek=(Sunday Monday Tuesday Wednesday Thursday Friday Saturday)]
weeklyTime=startTime-endTime

Parameters

ParameterDescription
dailyTime

< startTime > - < endTime > Specifies the time of day that you want to start and end the collection of AutoSupport data for all storage arrays. The startTime and endTime must be in the 24-hour form of HH:00 and must be on the hour. For example, 9:00 p.m. should be entered as 21:00.

dayOfWeek

(Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday) Specifies the preferred days of the week (Sunday through Saturday) that you want to collect AutoSupport bundle collection data. The dayOfWeek parameter must be surrounded by parentheses and separated with a space.

weeklyTime

< startTime > - < endTime > Specifies the time of day that you want to start and end the collection of the AutoSupport bundle collection data for each day of the week that you have selected. The startTime and endTime must be in the form of HH:MM[am|pm].

Examples


SMcli -n Array1 -c "set storageArray autoSupport schedule dailyTime=14:00-15:00
weeklyTime=1:00-5:00;"

SMcli -n Array1 -c "set storageArray autoSupport schedule dailyTime=14:00-15:00 dayOfWeek=(Monday Friday)
weeklyTime=1:00-5:00;"

SMcli completed successfully.

Verification

Use the show storageArray autoSupport command to see the resulting change to the schedule.