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.
This command applies to all E2700 and E5600 storage arrays in the management domain at once. It does not apply to E2800 or E5700 storage arrays.
SMcli -autoSupportSchedule reset | (dailyTime=<startTime>-<endTime> dayOfWeek=[Sunday Monday Tuesday Wednesday Thursday Friday Saturday] weeklyTime=<startTime>-<endTime>)
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 arrays. 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 arrays. 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]. |
8.25
SMcli -autoSupportSchedule dailyTime=10:00am-11:00am dayOfWeek=[Monday Thursday Friday] weeklyTime=2:00am-3:00amSMcli -autoSupportSchedule dailyTime=10:00am-11:00am dayOfWeek=[Monday Thursday Friday] weeklyTime=2:00am-3:00am
Use the SMcli -autoSupportSchedule show command to see the resulting change to the schedule in the management domain.