HP StorageWorks Enterprise File Services WAN Accelerator 2.1 Command Line Interface Reference Guide (November 2005)

HP STORAGEWORKS EFS WAN ACCELERATOR COMMAND-LINE INTERFACE REFERENCE MANUAL 101
4 - CONFIGURATION-MODE
C
OMMANDS
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 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 job <job-id> comment
Parameters
Example
minna (config) # job 10 comment this is a test
minna (config) #
job date-time
Description Sets the date and time for the scheduled job to execute. If the time specified is in the
past, the job does not execute and is in the inactive state. An hour and minute must be
specified; optionally, you can specify seconds or the date. The no command option
disables the date and time settings.
<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.
<job-id> Specifies the job identification number.
<comment> Specifies the comment for the job.