7210 SAS-M, T, R6, R12, Mxp, Sx, S Basic System
Configuration Guide
System Management
Edition: 01 3HE 16132 AAAB TQZZA 335
• Time of Day
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.
Use the following CLI syntax to configure the parameters for a script.
CLI Syntax: config>system>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
The following example shows the command usage to configure the parameters for a
script.
Example: config>system>cron# action test
config>system>cron>action# results ftp://
172.22.184.249/./sim1/test-results
config>system>cron>action# no shut
The following sample output shows a script named “test” receiving an action to store
its results in a file called “test-results”.
A:sim1>config>system>cron# info
----------------------------------------------
script "test"
location "ftp://172.22.184.249/./sim1/test.cfg"
no shutdown
exit
action "test"
results "ftp://172.22.184.249/./sim1/test-results"
no shutdown
exit
----------------------------------------------
A:sim1>config>cron# script