7210 SAS-M, T, R6, R12, Mxp, Sx, S Basic System
Configuration Guide
System Management
Edition: 01 3HE 16132 AAAB TQZZA 443
Description This command configures the type of schedule to run, including one-time only (oneshot),
periodic or calendar-based runs. All runs are determined by month, day of month or weekday,
hour, minute and interval (seconds).
The no form of this command removes the context from the configuration.
Parameters schedule-name — Specifies the name of the schedule.
owner schedule-owner — Specifies the owner name of the schedule.
count
Syntax count number
Context config>system>cron>sched
Supported
Platforms
Supported on all 7210 SAS platforms as described in this document, including platforms
configured in the access-uplink operating mode
Description This command configures the total number of times a CRON interval schedule is run. For
example, if the interval is set to 600 and the count is set to 4, the schedule runs 4 times at
600 second intervals.
Parameters number — Specifies the number of times the schedule is run.
Values 1 to 65535
Default 65535
day-of-month
Syntax day-of-month {day-number [..day-number] all}
[no] day-of-month
Context config>system>cron>sched
Supported
Platforms
Supported on all 7210 SAS platforms as described in this document, including platforms
configured in the access-uplink operating mode
Description This command specifies which days of the month that the schedule will occur. Multiple days
of the month can be specified. When multiple days are configured, each of them will cause
the schedule to trigger. If a day-of-month is configured without configuring the month,
weekday, hour and minute commands, the event will not execute.
Using the weekday command as well as the day-of-month command will cause the script to
run twice. For example, consider that “today” is Monday January 1. If “Tuesday January 5” is
configured, the script will run on Tuesday (tomorrow) as well as January 5 (Friday).
See the month, weekday, hour, and minute commands for more information.