TS/MP System Management Manual (G06.24+, H06.03+)

Maintaining a PATHMON Environment
NonStop TS/MP System Management Manual541819-001
5-7
Displaying Configuration Information
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 5-4 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.
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).
Example 5-4. 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