System Management 
370
Basic System Configuration Guide
3HE 11010 AAAC TQZZA Edition: 01
 
Parameters month-number — specifies a month number
Values 1 to 12 (maximum 12 month-numbers)
month-name — specifies a month by name
Values january, february, march, april, may, june, july, august, september, 
october, november, december (maximum 12 month names)
all — specifies all months
type
Syntax type schedule-type 
Context config>cron>schedule
Description This command specifies how the system should interpret the commands contained within the 
schedule node.
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 that runs at a given interval. The 
interval value must be specified for this feature to run successfully.
calendar — specifies a schedule that runs based on a calendar. The 
values, weekday, month, day-of-month, hour, and minute, must be 
specified for this feature to run successfully.
oneshot — specifies a schedule that 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
weekday
Syntax [no] weekday {weekday-number [..weekday-number] | day-name [..day-name] | all}
Context config>cron>schedule
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 month, day-of-month, hour 
and minute, 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).