TS/MP System Management Manual (G06.24+, H06.03+)
Configuring Objects in a PATHMON Environment
NonStop TS/MP System Management Manual—541819-001
3-12
Understanding the Working Set of Attribute Values
In response to this command, PATHCOM displays:
SERVER
PROCESSTYPE GUARDIAN
AUTORESTART 0
CREATEDELAY 1 MINS
DEBUG OFF
DELETEDELAY 10 MINS
HOMETERM $term-name
HIGHPIN OFF
LINKDEPTH 1
MAXSERVERS 1
NUMSTATIC 0
OWNER owner
PRI priority
PROGRAM ?
SECURITY "N"
TMF OFF
VOLUME \node.$volume.subvolume
In this example, the working set is in its initial state. For attributes with default values
assigned by PATHCOM, the default value appears; for example, the default value for
the AUTORESTART attribute is 0. Attributes to which you must assign values are
flagged with a question mark.
Establishing and Modifying Working Set Values
As you configure the objects in your PATHMON environment, you can establish or
modify the attribute values in the PATHCOM working set using the SET command.
For example, you can establish a value for the PROCCESSTYPE attribute for
SERVER objects by entering:
= SET SERVER PROCESSTYPE OSS
As another example, you can specify the maximum number of static server processes
allowed within a server class by entering:
= SET SERVER NUMSTATIC 2
Each time you enter the ADD command to add an object, the PATHMON process
assigns the working-set values last established for that object type (unless you
override these values with new ones in the ADD command). This feature allows you to
use the PATHCOM working set as a template for defining and adding multiple objects
of the same type with identical or similar attribute values.
For example, these commands add four SERVER objects to your PATHMON
environment.
= SET SERVER PROCESSTYPE GUARDIAN
= SET SERVER LINKDEPTH 1
= ADD SERVER FRED, PROGRAM \*.$MKT.SALES.HIST
= ADD SERVER JOAN, PROGRAM \*.$MKT.SALES.PROJ
= SET SERVER LINKDEPTH 2