SANtricity 11.8 Commands

to Japanese version

Reset AutoSupport message collection schedule

The SMcli autoSupportSchedule reset command resets the daily and weekly times and days of the week that AutoSupport messages are sent. You can accept default random values generated by the management software, or you can specify values with this command.

Supported Series

It does not apply to HB2100/HB2200/HB2300 or HB5100/HB5200 storage systems.

Context

This command is an SMcli command, not a script command. You must run this command from a command line. You cannot run this command from the script editor in the storage management software.

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

  • The management software randomly selects a time of day for both daily and weekly messages and a day of the week for weekly messages. Management software makes all attempts to ensure that no two storage systems within a management domain sends scheduled AutoSupport messages at the same time.

  • 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

SMcli -autoSupportSchedule reset | (dailyTime=<startTime>-<endTime>
   dayOfWeek=[Sunday Monday Tuesday Wednesday Thursday Friday Saturday]
   weeklyTime=<startTime>-<endTime>)

Parameters

Parameter Description

reset

Resets and generates new schedules using a 24 hour day and 7 day weeks (Sunday to Saturday) time interval.

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 form of HH:MM[am|pm}.

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 for all storage systems. The dayOfWeek parameter must be surrounded by brackets 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].

Example

 SMcli -autoSupportSchedule dailyTime=10:00am-11:00am
dayOfWeek=[Monday Thursday Friday] weeklyTime=2:00am-3:00am

SMcli -autoSupportSchedule dailyTime=10:00am-11:00am dayOfWeek=[Monday Thursday Friday] weeklyTime=2:00am-3:00am

Verification

Use the SMcli -autoSupportSchedule show command to see the resulting change to the schedule in the management domain.

Top of Page