Pathway/iTS System Management Manual (G06.24+)
Terminal Control Process (TCP) Commands
HP NonStop Pathway/iTS System Management Manual—426748-002
9-25
SET TCP Command
The TCP can control a maximum of 8 terminals simultaneously running the
Inspect program and can process a total of 20 program breakpoints for all
SCREEN COBOL programs under inspection.
If a TCP primary process fails, all breakpoints set for the Inspect program are
lost. The breakpoints should be reentered when the TCP backup process takes
over.
LIKE tcp-name
sets the attribute values for a TCP to those of the named TCP. tcp-name must be
the name of a previously added TCP.
MAXINPUTMSGLEN number
specifies the maximum length in bytes of any unsolicited message that the TCP
accepts. This does not include the header length.
number can be a value from 0 through 6000 bytes. If you omit this attribute, the
default is 133 bytes. (Note that any bytes you specify in excess of the default are
taken from the terminal pool area.)
The TCP rejects messages received that exceed MAXINPUTMSGLEN.
MAXINPUTMSGS number
specifies the maximum number of unsolicited messages that the TCP queues at
any one time for all its requesters. When this attribute is exceeded, all arriving
messages are rejected by the TCP until a terminal issues a REPLY to process
messages already in the queue.
number must be a value from 0 to 2045. If you omit this attribute, the default is 0.
MAXPATHWAYS number
specifies the maximum number of external PATHMON processes (PATHMON
processes controlling different PATHMON environments) that the TCP can
communicate with at one time.
number must be a value from 0 through 4095. If you omit this attribute, the value
of MAXPATHWAY is 0 and attempts by the TCP to access a server process in
another PATHMON environment fail.
MAXREPLY bytes
specifies the maximum number of bytes permitted for an outgoing SEND message
or a server reply message.
For a TCP that runs the gateway requester program to support Pathway/iTS web
clients, set bytes to 32000. Otherwise, set bytes to the larger of either:
•
The longest outgoing message (in bytes) from any SEND verb in any terminal
under control of this TCP.