7210 SAS-MXP, R6, R12, S, SX, T BASIC SYSTEM
CONFIGURATION GUIDE RELEASE 22.9.R1
System management
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: Command usage to configure the type of schedule to run
config>system>cron# schedule test2
config>system>cron>sched# day-of-month 17
config>system>cron>sched# end-time 2007/07/17 12:00
config>system>cron>sched# minute 0 15 30 45
config>system>cron>sched# weekday friday
config>system>cron>sched# shut
Example: Configuration output
The following is sample configuration output that schedules a script named ‟test2” to run every 15 minutes
on the 17th of each month and every Friday until noon on July 17, 2007.
*A:SR-3>config>system>cron# info
----------------------------------------------
schedule "test2"
shutdown
day-of-month 17
minute 0 15 30 45
weekday friday
end-time 2007/07/17 12:00
exit
----------------------------------------------
*A:SR-3>config>system>cron#
6.14.1.3.6.3 Script
The script command opens a new nodal context that contains information about a script.
Use the following CLI syntax to create a nodal context.
config>system>cron
script script-name [owner script-owner]
description description-string
location file-url
shutdown
Example: Command usage to create a nodal context called "test"
config>system>cron# script test
config>system>cron>script#
Example: Configuration output that names a script "test"
A:sim1>config>system>cron# info
----------------------------------------------
script "test"
location "ftp://172.22.184.249/./sim1/test.cfg"
3HE 18197 AAAB TQZZA
© 2022 Nokia.
Use subject to Terms available at: www.nokia.com/terms/.
306
SPACER TEXT