TS/MP 2.5 System Management Manual

specifies the name to which you assign parameter-value. The name must begin with an alphabetic
character.
parameter-value
specifies a character string value that you assign to parameter-name. This string must be enclosed
in quotation marks if you include blanks, commas, or quotation marks in the value. Embedded
quotation marks must be doubled.
The PATHMON process uses the information you supply for this parameter to send a PARAM message
to each server that it starts. No more than 120 PARAM messages can be added to any one server
class. In practice, the actual number might be less because all individual PARAMs for a server are
collected into a single PARAM message, limited in length to 1028 bytes. For more information about
PARAM messages, see the Guardian User’s Guide.
For more information on this parameter, see the COBOL Reference Manual and TACL Reference
Manual.
This attribute is valid for Guardian server processes only.
PRI priority
specifies the priority at which the servers of this server class run.
priority can be a value from 1 through 199. If you omit this attribute, the default is 10 less than
the priority of the PATHMON process.
This attribute is valid for Guardian and OSS server processes.
PROCESS $process-name [ process-attribute ]
assigns server names and overrides corresponding attributes of the SET SERVER command. The
PATHMON process gives the process names to the servers when it creates them. It assigns the names
in the order that you define them in the server class description.
This attribute is valid for Guardian and OSS server processes.
$process-name
specifies the name of a server process within the server class.
process-name can be a maximum of six characters, beginning with a dollar sign ($) and followed
by one to five alphanumeric characters. The first character must be a letter. A secondary qualifier
for the process name is allowed. The secondary qualifier can be a maximum of 8 characters beginning
with a # (pound sign) and followed by one to seven alphanumeric characters. The first character
must be a letter.
If you omit this attribute, the default is a process name that the operating system assigns in the form
$Xnnn, $Ynnn, or $Znnn.
For better manageability, assign explicit server process names instead of letting the operating system
assign the server process names.
process-attribute
specifies any of these process attributes:
ASSOCIATIVE { ON | OFF }
specifies whether the PATHMON process in this Pathway environment grants links to a server process
that already exists in another Pathway environment.
If you omit this attribute, the default is OFF.
s the PATHMON process to grant links to the server process, even if a server by
the same name already exists. A START SERVER command is successful.
ON
does not the PATHMON process to grant links to the server process if a server by
the same name already exists. A START SERVER command fails.
OFF
CPUS primary:backup | cpu
specifies the primary and backup processors in which the server process runs or a list of individual
CPUs.
When this attribute is included as part of the PROCESS attribute specification, the PATHMON process
uses the CPUs specified for the server process. The CPUs specified for the server process do not need
to match the CPUs specified for the server class.
194 SERVER Commands