System Management
7210 SAS M, X Basic System Configuration Guide Page 261
Values 0 — 59 (maximum 60 minute-numbers)
all — Specifies all minutes.
month
Syntax [no] month {month-number [..month-number]|month-name [..month-name]| all}
Context config>cron>sched
Description This command specifies the month when the event should be executed. Multiple months can be
specified. When multiple months are configured, each of them will cause the schedule to trigger. If a
month is configured without configuring weekday, day-of-month, hour and minute, the event will not
execute.
The no form of this command removes the specified month from the configuration.
Parameters month-number — Specifies a month number.
Values 1 —12 (maximum 12 month-numbers)
all — Specifies all months.
month-name — Specifies a month by name
Values january, february, march, april, may, june, july, august, september, october, novem-
ber, december (maximum 12 month names)
type
Syntax type {schedule-type}
Context config>cron>sched
Description This command specifies how the system should interpret the commands contained within the
schedule node.
Parameters schedule-type — Specify 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. interval must be
specified for this feature to run successfully.
calendar — Specifies a schedule which runs based on a calendar. weekday, month,
day-of-month, hour and minute must be specified for this feature to run success-
fully.
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.
Default periodic