Pathway/iTS System Management Manual (G06.24+)
Terminal Control Process (TCP) Commands
HP NonStop Pathway/iTS System Management Manual—426748-002
9-9
DELETE TCP Command
Examples
The following command stops the TCP backup process for TCP-1 and restarts it in
CPU 5:
CONTROL TCP TCP-1, BACKUPCPU 5
The following command sets the TCP DUMP attribute to OFF:
CONTROL TCP TCP-1, DUMP OFF
The following command changes the location of the TCP backup process and sets its
DUMP attribute to ON:
CONTROL TCP TCP-1, BACKUPCPU 4, DUMP ON (FILE T2DUMP)
DELETE TCP Command
Use the DELETE TCP command to remove a TCP description from the PATHMON
configuration file. A TCP must be in the STOPPED state before it can be deleted by
the PATHMON process.
tcp-name
specifies the name of a TCP. Use either a single name or several names
separated by commas and enclosed in parentheses.
Examples
The following command deletes the TCP named TCP-1:
DELETE TCP TCP-1
The following command deletes three TCPs:
DELETE (TCP-3,TCP-8,TCP-9)
DELETE [ TCP ] { tcp-name }
{ ( tcp-name [ , tcp-name ]...) }