OSI/TS Management Programming Manual
ALTER PROCESS Command
Commands and Responses
056786 Tandem Computers Incorporated 5–35
Tokens in Command Buffer
ZSPI-TKN-MANAGER or ZCOM-TKN-XMGR
is the Guardian 90 C-series system (ZSPI-TKN-MANAGER) or D-series system
(ZCOM-TKN-XMGR) process name of the TSP process to which SCP is to send
this command. This token is optional and must occur only once in the command.
ZCOM-TKN-OBJNAME
is the name of the process whose attributes are to be altered. This token is
required, must occur only once, and must be the same as the TSP process name
specified in either ZSPI-TKN-MANAGER or ZCOM-TKN-XMGR.
ZOS4-MAP-ALTER-PROC-TSP
is an extensible structured token that contains the desired values for the attributes.
This token contains the following fields:
ZPRI
is the new Guardian 90 process priority. A null value indicates no change.
The range of values is 1 through 199. No default value is provided, the TSP
process will run at the priority specified in NEWPROCESS or
PROCESS_CREATE_ .
ZMAX-CONNS
is the maximum number of concurrent transport connections allowed within a
TSP process. The value of this attribute can be set at process startup time
using the PARAM command, as described in the Tandem OSI/TS Manual. A
null value indicates no change. The range of values for Cyclone systems is 1
through 1024 and for non Cyclone systems is 1 through 512 The default value
is 255.
ZRECV-SIZE
specifies the maximum size (in bytes) of the user request. The value is an
integer in the range of 1024 through 32000. The default is 32000.
ZRECV-DEPTH
specifies the maximum number of $RECEIVE messages permitted to be
queued. The value is an integer in the range of 96 through 2047. The default
is 1024.
ZLANDFC
specifies the maximum number of incoming Layer 2 frames allowed per I/O.
The value is an integer in the range of 0 through 22. The default is 10.