TS/MP System Management Manual (H06.05+, J06.03+)
Starting and Stopping a PATHMON Environment
HP NonStop TS/MP System Management Manual—541819-007
2-8
Starting and Using PATHCOM
that you want PATHCOM to read. A command file can be an IN file or an Command
file: the only difference lies in how you run the file.
IN Command
You specify the IN command when you start PATHCOM. For example, this command
starts PATHCOM and directs PATHCOM to read commands from a file named
PWCMD and list them on the device $S.#LP:
11> PATHCOM /IN PWCMD, OUT $S.#LP, CPU 1, NOWAIT/ $PMX
When PATHCOM runs, it reads the commands and runs them in sequence. When it
encounters an end of file or an EXIT command, PATHCOM terminates.
OBEY Command
You specify the OBEY command from within PATHCOM. For example, this command
directs PATHCOM to read commands from a command file named PWCMD:
8> PATHCOM $PMX
$X364: PATHCOM - T0845H01 - (01AUG08)
(C)1980 Tandem(C)2005 Hewlett Packard Development Company, L.P.
= OBEY PWCMD
TACL Routines
The TACL INLINE facility enables you to incorporate PATHCOM commands into a
TACL routine to manage your PATHMON environment. This example shows a few
lines from a TACL routine that starts server objects in the PATHMON configuration file:
.
.
pathcom/inline,cpu 1,pri 190 / %1% == assume local pmon
+ errors 999
[#loop |do|
#set count [#compute [count] + 1 ]
+ start server srvr-S[count]
|until| [count] >= 50
]
.
.
For more information about TACL and using TACL routines, see the TACL Reference
Manual and the TACL Programming Guide.










