Owner's Manual

86 | Smart Scripting CLI
www.dell.com | support.dell.com
Defaults
None
Command Modes
EXEC
Command
History
Usage
Information
Use the keyword unschedule only on scripts that are not currently running and that
were scheduled using the
script execute command in EXEC mode.
script execute (EXEC mode)
Z9000
MXL Switch
Schedule when to trigger scripts to execute.
Syntax
script execute script-name start {now | time-date | time} [stop {at time-date | after
time}] [args arguments] [username username] [bg]
To cancel, use the script unschedule command.
Parameters
job-id Enter the keywords job-id followed by the job identifier of the
specific job to be stopped, resumed, cleared, killed or unscheduled.
all Enter the keyword all to stop, resume, clear, kill or unschedule all
scripts.
Version 9.3(0.0) Introduced on the S6000.
Version 9.2(0.0) Introduced on the S4810, S4820T, Z9000, and MXL Switch.
script-name Enter the name of the script to be scheduled for execution.
start now Enter the keywords start now to begin executing the script.
start time-date Enter the keywords start time-date with the time and date in
HH:MM format to begin executing the script at a specific time. The
date can be the present or a future date.
start time Enter the keywords start with the time in HH:MM format to begin
executing the script after a set time.
stop at time-date Enter the keywords stop at with the time and date in HH:MM-MM/
DD/YY format to stop executing the script. The date must be a future
date.
stop after time Enter the keywords stop after followed by the time in HH:MM
format to stop executing the script.
args arguments Enter the keyword args followed by the arguments to be scripted.
The maximum length is 64 characters. The arguments can be any
number of words within quotes (“) and separated by a space.
username username Enter the username to be used when the script executes. The
maximum length is 16 characters. The default username is the user
configuring the CLI.
bg Enter the keyword bg to schedule scripts to run in the background.