Pathway/iTS System Management Manual (G06.24+)

TERM Commands
HP NonStop Pathway/iTS System Management Manual426748-002
10-7
DELETE TERM Command
DELETE TERM Command
Use the DELETE TERM command to remove a TERM object description from the
PATHMON configuration file. A TERM object must be stopped before PATHCOM can
delete it.
This command can be issued to configured and temporary TERM objects.
term-name
specifies the name of a TERM object. Use either a single name or several names
separated by commas and enclosed in parentheses.
Consideration
This command is usually issued only to configured TERM objects; temporary TERM
objects created in response to a RUN PROGRAM command are usually terminated
automatically by the PATHMON process when the task has completed.
Examples
The following command deletes the TERM object named TERM-1:
DELETE TERM TERM-1
The following command deletes two TERM objects:
DELETE (TERM3, TERM4)
DELETE [ TERM ] { term-name }
{ ( term-name [, term-name ]... ) }