HP StorageWorks Enterprise File Services WAN Accelerator 3.0.4 Command-Line Interface reference manual (AG421-96004, March 2007)

HP STORAGEWORKS EFS WAN ACCELERATOR COMMAND-LINE INTERFACE REFERENCE MANUAL 127
4 - CONFIGURATION-MODE
C
OMMANDS
The results of the job (the output and any error messages) are saved. Jobs can be
canceled and rescheduled. In either of these cases, any previous output or error
messages are cleared, and the job state is set to either inactive (if canceled) or pending
(if rescheduled).
Jobs are created by issuing any command that sets an attribute of the job. A job is set
to the pending state when a time in the future is specified. A job can have an empty
set of CLI commands.
An arbitrary number of CLI commands can be specified with a job and are executed in
an order specified by sequence numbers. If a CLI command in the sequence fails, no
further commands in the job are executed. The output of all commands executed are
saved to a file in a specified directory. The output of each command is simply appended
to the file.
The no job <job-id> command <sequence #> command option deletes the CLI
command from the job.
The no job <job-id> command option removes all statistics associated with the
specified job. If the job has not executed, the timer event is cancelled. If the job was
executed, the results are deleted along with the job statistics.
Syntax [no] job <job-id> command <sequence #> <cli-command>
Parameters
Example
minna (config) #job 10 command 1 "show info"
minna (config) #job 10 command 2 "show connections"
minna (config) #job 10 command 3 "show version"
job comment
Description Adds a comment to the job for display in the show job command.
The no command option deletes the comment.
Syntax [no] job <job-id> comment
Parameters
<job-id> Specifies the job identification number.
<sequence #> Specifies the sequence number for job execution. The sequence
number is an integer that controls the order in which a CLI
command is executed. CLI commands are executed from the
smallest to the largest sequence number.
<cli-command> Specifies the CLI command. Enclose the command in quotation
marks, as shown in the following example.
<job-id> Specifies the job identification number.
<comment> Specifies the comment for the job. Enclose the comment in
quotation marks, as shown in the following example.