Pathway/iTS System Management Manual (G06.24+)
Terminal Control Process (TCP) Commands
HP NonStop Pathway/iTS System Management Manual—426748-002
9-2
ADD TCP Command
ADD TCP Command
Use the ADD TCP command to enter the name and description of a TCP into the
PATHMON configuration file. Use this command after defining a TCP with the SET
TCP command.
tcp-name
specifies the name of a TCP. A TCP name can be from 1 through 15 alphanumeric
or hyphen characters and must start with a letter, be unique within the PATHMON
environment, and not be a PATHCOM reserved word.
tcp-attribute
specifies an attribute describing a TCP object. A TCP attribute consists of a
keyword and a value. The value you enter overrides the value previously
established with the SET TCP command. Use any of the attributes listed for the
SET TCP command.
Consideration
To use the ADD TCP command, you must have a licensed copy of the HP NonStop
Pathway/iTS product on your system; otherwise, the PATHMON process returns an
error.
Examples
The following command adds the definition of the TCP named TCPAL to the
PATHMON configuration file:
ADD TCP TCPAL
The following command adds the TCP named SALES-TCP to the PATHMON
configuration file and changes the definition of the HOMETERM and SERVERPOOL
attributes:
ADD TCP SALES-TCP, HOMETERM $CENTER, SERVERPOOL 25000
For guidelines on calculating appropriate configuration values, see the TS/MP System
Management Manual.
ADD TCP tcp-name [ , tcp-attribute ]...