AutoSYNC Software User's Guide (Update 19)

HP AutoSYNC User’s Guide522580-020
8-1
8 Command Interpreter
The AUTOSYNC command interpreter is the primary interface for invoking utility
functions and for controlling and monitoring the AutoSYNC.
This chapter describes the AutoSYNC command interpreter and is organized as
follows:
Running the Command Interpreter
Command Syntax
Command Summary
Command Descriptions
Running the Command Interpreter
AUTOSYNC is invoked through the TACL run command or equivalent. The TACL
syntax is:
run-options
process options, such as CPU, PRI, NAME, and so on.
monitor
the name of a AutoSYNC monitor process, which implicitly specifies a current
mapping database. The monitor process name must be a local name, starting with
a dollar sign ($), which is required only if there is an alternate monitor process; see
Configuring an Alternate Monitor Process
on page A-9.
cmd
an AUTOSYNC command line.
AUTOSYNC sets the completion code when it stops. The completion code values are:
0: Normal completion
1: Warnings messages were issued during the session
2: Error messages were issued during session
During the AUTOSYNC session, the user can look at the completion code using the
ENV command. The RESET command restores the completion code to 0 (and all
parameters displayed by the ENV command to their default value).
[RUN] $SYSTEM.AUTOSYNC.AUTOSYNC[/run-options/] [monitor;]
[cmd]