TS/MP 2.5 System Management Manual

parameter). A maximum of four server processes can run concurrently (indicated by the
MAXSERVERS parameter).
Link managers, such as the ACS subsystem processes, can each have only one link to each server
process within this class (indicated by the LINKDEPTH parameter). The maximum number of
concurrent send operations to any server process in this class is one (indicated by the MAXLINKS
parameter).
This example displays information about a single OSS server class, TRANS-SRV1, using the
OBEYFORM option. OBEYFORM causes the information to be displayed in the format used to
configure the server class:
= INFO SERVER TRANS-SRV1, OBEYFORM
Example 6 (page 84) shows the information displayed in response to the command. Note that
PATHCOM includes the RESET SERVER command before and the ADD SERVER command after
the server class description.
Example 6 INFO SERVER OBEYFORM Display for an OSS Server
RESET SERVER
SET SERVER PROCESSTYPE OSS
SET SERVER ARGLIST -l, process/log, -t
SET SERVER AUTORESTART 4
SET SERVER CPUS (0,1,2)
SET SERVER CREATEDELAY 15 SECS
SET SERVER CWD /nyc/trans
SET SERVER DEBUG OFF
SET SERVER DEFINE =ACCESS, CLASS MAP, FILE $DATA.REG2.ACCESS
SET SERVER DEFINE =CONTROL,CLASS MAP, FILE $DATA.REG2.CONTROL
SET SERVER DELETEDELAY 60 MINS
SET SERVER ENV DEBUGLOGFORMAT=TRUE
SET SERVER ENV DEBUGLOGLEVEL=3
SET SERVER ENV DEBUGLOGRECSPEROPEN=500
SET SERVER ENV HANGAROUND=FALSE
SET SERVER HIGHPIN OFF
SET SERVER HOMETERM $RM123
SET SERVER LINKDEPTH 1
SET SERVER MAXSERVERS 5
SET SERVER NUMSTATIC 4
SET SERVER OWNER 101,1
SET SERVER PRI 134
SET SERVER PROGRAM bin/servers/srvr1
SET SERVER SECURITY "N"
SET SERVER STDERR process/error
SET SERVER STDIN new
SET SERVER STDOUT out
SET SERVER TIMEOUT 10 MINS
SET SERVER TMF ON
ADD SERVER TRANS-SRV1
This is an OSS server class (indicated by the PROCESSTYPE parameter).
The current working directory for the server class is /nyc/trans (indicated by the CWD parameter).
The object file for server class TRANS-SRV1 resides at /nyc/trans/bin/servers/srvr1 (indicated by
the PROGRAM parameter).
Server processes associated with this server class cannot run at a high PIN (indicated by the
HIGHPIN parameter). A maximum of five server processes can run concurrently (indicated by the
MAXSERVERS parameter).
A TCP or ACS subsystem processes can have only one link to each server process within this class
(indicated by the LINKDEPTH parameter).
84 Maintaining a PATHMON Environment