7210 SAS-M, T, R6, R12, Mxp, Sx, S Basic System
Configuration Guide
System Management
Edition: 01 3HE 16132 AAAB TQZZA 447
Parameters schedule-type — Specifies the type of schedule for the system to interpret the
commands contained within the schedule node.
Values periodic — Specifies a schedule which runs at a given interval. The
interval must be specified for this feature to run successfully.
calendar — Specifies a schedule which runs based on a calendar.
The month, weekday, day-of-month, hour, and minute must be
specified for this feature to run successfully.
oneshot — Specifies a schedule which runs one time only. As soon
as the first event specified in these parameters takes place and the
associated event occurs, the schedule enters a shutdown state.
month, weekday, day-of-month, hour, and minute must be
specified for this feature to run successfully.
See interval, month, weekday, day-of-month, hour and minute for
more information.
Default periodic
weekday
Syntax weekday {weekday-number [..weekday-number]|day-name [..day-name]| all}
no weekday
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 week that the schedule will fire on. Multiple days
of the week can be specified. When multiple days are configured, each of them will cause the
schedule to occur. If a weekday is configured without configuring the month, day-of-month,
hour, and minute commands, the event will not execute.
See the month, day-of-month, hour and minute commands for more information.
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).
The no form of this command removes the specified weekday from the configuration.
Parameters day-number — Specifies a weekday by number.
Values 1 to 7 (maximum 7 week-day-numbers)
day-name — Specifies a day by name.
Values sunday, monday, tuesday, wednesday, thursday, friday, saturday
(maximum 7 weekday names)
all — Specifies all days of the week.