System Management
340
7210 SAS-M, T, R6, R12, Mxp, Sx, S Basic System
Configuration Guide
3HE 16132 AAAB TQZZA Edition: 01
The following example shows the command usage to create a time range that is
repeated on weekdays.
Example: config>system>cron>time-range$ weekdays start 11:00 end
12:00
config>system>cron>time-range$
The following is a sample configuration output of a time range beginning at 11:00 and
ending at 12:00. This schedule runs all weekdays during this time period.
A:sim1>config>system>cron>time-range# show cron time-range detail
===============================================================================
Cron time-range details
===============================================================================
Name : 1
Triggers : 0
Status : Inactive
Periodic : weekdays Start 11:00 End 12:00
===============================================================================
A:sim1>config>system>cron>time-range#
Weekend
The weekend command configures the start and end of a periodic schedule for
weekends (Saturday and Sunday). The resolution must be at least one minute apart,
for example, start at 11:00 and end at 11:01. A start time and end time of 11:00 is
invalid.
Use the following syntax to configure a time range that is repeated on weekends.
CLI Syntax: config>system>cron>time-range$
weekend start time-of-day end time-of-day
The following example shows the command usage to create a time range that is
repeated on weekends.
Example: config>system>cron>time-range$ weekend start 11:00 end
12:00
config>system>cron>time-range$
The following is a sample configuration output of a weekend time range beginning at
11:00am and ending at 12:00pm, both Saturday and Sunday.
To specify 11:00am to 12:00pm on Saturday or Sunday only, use the absolute
parameter for one day, or the weekly parameter for every Saturday or Sunday
accordingly. In addition, see the schedule parameter to schedule oneshot or
periodic events in the config>system>cron context.