Quantum DXi-Series Command Line Interface (CLI) Guide
6-67081-09 Rev B
February 2014
Scheduler CLI Commands (DEPRECATED)
65
start
=
Sat
Jul
7
12:00:00
2012
recurrence
=
FREQ=WEEKLY;BYDAY=SU
The string can contain any of the following; however, not necessarily at the
same time.
FREQ
• DAILY: Event will occur every day.
Example: recurrence = FREQ=DAILY
• WEEKLY: Event will occur once a week.
BYDAY=<day>
Where <day> is one or more of MO, TU, WE, TH, FR, SA, SU. If more
than one day of the week is displayed, each day will be separated by a
comma.
Example: recurrence = FREQ=WEEKLY;BYDAY=MO,WE,FR
• MONTHLY: Event will occur once a month.
BYMONTHDAY=<day>
Where <day> is 1 to 28, 30, or 31. This specifies which day of the
month. i.e. 15 would be to execute on the 15th day of the month.
Example: recurrence = FREQ=MONTHLY;BYMONTHDAY=15
BYDAY=#<day>
Where # is some number 1 to 4 (representing first, second, third, and
fourth) and <day> is one of MO, TU, WE, TH, FR, SA, SU. This specifies
which day of month to send the event. i.e. 2WE = second Wednesday of
the month.
Example: recurrence = FREQ=MONTHLY;BYDAY=2WE
• YEARLY: Event will occur once a year.
BYMONTH=<month>; BYMONTHDAY=<monthday>
Where <month> is 1 to 12 to indicate which month for the event to
occur and <monthday> is the day of the month. i.e. if <month> is 2
and <monthday> is 15, then execute the event on the 15th day of the
2nd month.
Example: recurrence = FREQ=YEARLY;BYMONTH=2;BYMONTHDAY=15
BYMONTH=<month>; BYDAY=#<day>
Where <month> is 1 to 12 to indicate which month for the event to
occur and # is some number 1 to 4 (representing first, second, third,
and fourth) and <day> is one of MO, TU, WE, TH, FR, SA, SU. This
specifies which day of month to send the event. i.e. 2WE = second
Wednesday of the month.
Example: recurrence = FREQ=YEARLY;BYMONTH=8;BYDAY=2WE
INTERVAL=#
Where # represents how often to execute. For instance, a 2 would indicate
to execute every 2 days or every 2 months depending on the FREQ value.
Example: recurrence = FREQ=MONTHLY;INTERVAL=2;BYMONTHDAY=1
COUNT=#