6 nonstop autotmf commands, Running the command interpreter, Nonstop autotmf commands – HP Integrity NonStop J-Series User Manual
Page 77
HP NonStop AutoTMF Software User’s Guide—429952-017
6-1
6
NonStop AutoTMF 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
Running the Command Interpreter
Use this TACL RUN command to start the command interpreter:
run-options
process options for any TACL RUN command.
monitor
the name of an alternate monitor process. The monitor process name must be a
local name, starting with a dollar sign (“$”).
If omitted, the default monitor is assumed.
cmd
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
Use the
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]