SANtricity 11.8 Commands

to Japanese version

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

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

Parameter Description

dailyTime

<startTime> - <endTime> Specifies the time of day that you want to start and end the collection of AutoSupport data for all storage systems. 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.

Top of Page