TS/MP System Management Manual (H06.05+, J06.03+)

SERVER Commands
HP NonStop TS/MP System Management Manual541819-007
12-23
SET SERVER Command
System defaults for file name expansion are based on values you specify for the
CMDVOL command and the SET PATHWAY NODEINDEPENDENT attribute. See
the command descriptions in CMDVOL Command and SET PATHWAY Command.
If you omit this attribute, spaces are passed to the servers for the file name.
This attribute is valid for Guardian server processes only.
LIKE server-class
sets the attribute values for the server class to those of the named server class.
server-class must be the name of a previously added server class.
This attribute is valid for Guardian and OSS server processes.
LINKDEPTH number
specifies the maximum number of concurrent links that any one link manager, such
as the LINKMON process, ACS subsystem processes, or a TCP, can have to a
given server process before the PATHMON process directs that link manager's link
requests to another server within the server class.
The value of LINKDEPTH should not exceed the value of MAXLINKS and cannot
exceed 255. In the unlikely event that if MAXLINKS is set to 0, the value of
LINKDEPTH should be set to 1. For information about configuration limits, see
Appendix C, Configuration Limits and Defaults.
If you omit this attribute, the default is 1.
Typically, you use the LINKDEPTH attribute to allow multithreaded servers; for
servers that are not multithreaded, use the default of 1 for LINKDEPTH.
This attribute is valid for Guardian and OSS server processes.
MAXLINKS number
specifies the maximum number of concurrent links permitted between all
LINKMON processes or ACS subsystem processes and TCPs and a server in a
server class.
number must be a value from 0 through 4095. This attribute establishes the
maximum number of concurrent send operations to a single server process. The
TCP, LINKMON process, or ACS subsystem processes do not check how many
links a server has with other TCPs or LINKMON processes.
If the value for this attribute is too large, it can cause the requests to the server
process to be queued at the server for an unacceptable length of time. For
example, if MAXLINKS is equal to 20, there could be 20 concurrent requests
outstanding to a server. If the transaction service time is 1 second, a response
time of more than 20 seconds can occur.