Pathway/XM System Management Manual

PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual426761-001
10-12
ADD TCP
ADD TCP
This statement establishes the name and description of a TCP template. Each defined
and added TCP template is used by PXMCFG as a template from which to generate the
TCP processes that manage TERM and PROGRAM objects. TCP processes generated
by PXMCFG are entered into the SuperCTL configuration file. Use this statement after
defining a TCP template with the SET TCP
statement.
tcp-template
specifies the name of a TCP template. tcp-template can be from 1 through 15
alphanumeric or hyphen characters and must start with a letter, be unique within the
Pathway/XM environment, and not be a Pathway/XM reserved word.
When creating TCP processes, PXMCFG appends a unique sequence number to this
template name to create the derived TCP process names.
tcp-attribute
specifies an attribute describing a TCP process. An attribute consists of a keyword
and a value. The value you enter temporarily overrides the value previously
established with the SET TCP statement. Use any of the attributes listed for the SET
TCP statement.
Consideration
To use the ADD TCP statement, you must have a licensed copy of the Pathway/iTS
product on your system; otherwise, the PATHMON process returns an error.
Examples
The following statement adds the TCP template named TCPAL:
ADD TCP TCPAL
TCP processes derived from this template are named TCPAL01, TCPAL02, and so on.
The following statement adds the TCP template named SALES-TCP and changes the
definition of the HOMETERM and SERVERPOOL attributes:
ADD TCP SALES-TCP, HOMETERM $CENTER, SERVERPOOL 25000
ADD TCP tcp-template [ , tcp-attribute ]...