Basic System Configuration Guide System Management
Edition: 01 3HE 11010 AAAC TQZZA 287
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}
script script-name [owner script-owner]
description description-string
location file-url
no shutdown
Action
Use this command to configure the parameters for a script, including the maximum
amount of time to keep the results from a script run, the maximum amount of time a
script may run, the maximum number of script runs to store, and the location to store
the results.
CLI Syntax: config>cron
action action-name [owner action-owner]
expire-time {seconds | forever}
lifetime {seconds | forever}
max-completed unsigned
results file-url
script script-name [owner script-owner]
shutdown
Example: config>cron# action test
config>cron>action# results ftp://172.22.184.249/./sim1/
test-results
config>cron>action# no shutdown
The following example shows a script named “test” receiving an action to store its
results in a file called “test-results”:
A:ALU-1>config>cron# info
----------------------------------------------
script "test"
location "ftp://172.22.184.249/./sim1/test.cfg"