TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-120
PMSG Command
PMSG Command
Use the PMSG (process message) command to control logging of creation and
deletion messages about processes you create with the RUN command.
ON
specifies that whenever a process started by the current TACL process is created
or deleted, a message is sent to the TACL OUT file (usually the home terminal).
OFF
specifies that process creation and deletion messages are not to be displayed.
(OFF is the default setting.)
The form of process creation messages is:
PID: [\node-name.]{$process-name | cpu,pin } file-name
\node-name
is the name of the system where the process (represented by $process-
name or by cpu,pin) is created.
$process-name
is the process name of the newly created process.
cpu,pin
is the CPU number and process number of the new process.
file-name
is the file name of the new process.
The forms of process deletion messages are:
STOPPED: [\node-name.]{$process-name | cpu,pin }
ABENDED: [\node-name.]{$process-name | cpu,pin }
\node-name
is the name of the system in which the process stopped or abnormally ended.
$process-name
is the name of the process that is to be deleted.
cpu,pin
is the CPU number and process number of the process that is to be deleted.
PMSG { ON | OFF }