User Manual

HP NonStop AutoTMF Software User’s Guide429952-014
6-1
6
NonStop AutoTMF Software
Commands
The command interpreter (CI) is the primary interface for installing, configuring,
controlling and monitoring NonStop AutoTMF software.
This chapter describes the command interpreter and is organized as follows:
Running the Command Interpreter
Command Syntax
Command Summary
Command Descriptions
Monitor Commands
Running the Command Interpreter
Use this TACL RUN command to start the command interpreter:
run-options
process options for any TACL RUN command.
monitor
If an alternate monitor is configured, specifies the name of the alternate monitor
process. The monitor process name must be a local name, starting with a dollar
sign (“$”).
cmd
specifies a command.
The CI sets the completion code when the CI stops. The completion code values are:
0: Normal completion
1: Warnings messages were issued during the session
2: Error messages were issued during the session
During a CI session, you can display the completion code by using the ENV
command.
Use the RESET
command to restore the completion code to 0. The RESET command
also restores all parameters displayed by the ENV command to their default values.
[RUN] $SYSTEM.ESCORT.ESCORT[/run-options/] [monitor;] [cmd]