System Management
288
Basic System Configuration Guide
3HE 11010 AAAC TQZZA Edition: 01
no shutdown
exit
action "test"
results "ftp://172.22.184.249/./sim1/test-results"
no shutdown
exit
Schedule
The schedule function 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). If end-time and interval
are both configured, whichever condition is reached first is applied.
CLI Syntax: config>cron
schedule schedule-name [owner schedule-owner]
action action-name [owner owner-name]
count number
day-of-month {day-number [..day-number] | all}
description description-string
end-time [date | day-name] time
hour {hour-number [..hour-number] | all}
interval seconds
minute {minute-number [..minute-number] | all}
month {month-number [..month-number] | month-
name [..month-name] | all}
no shutdown
type {periodic | calendar | oneshot}
weekday {weekday-number [..weekday-number] |
day-name [..day-name] | all}
shutdown
Example: config>cron# schedule test2
config>cron>sched# day-of-month 17
config>cron>sched# end-time 2010/09/17 12:00
config>cron>sched# minute 0 15 30 45
config>cron>sched# weekday friday
config>cron>sched# shutdown
The following example schedules a script named “test2” to run every 15 minutes on
the 17th of each month and every Friday until noon on September 17, 2525:
*A:ALU-1>config>cron# info
----------------------------------------------
schedule "test2"
shutdown
day-of-month 17
minute 0 15 30 45
weekday friday