NET/MASTER Management Services (MS) System Management Guide
Configuring Static and Dynamic Application Processes
Configuring the Processing Environment
115414 NonStop NET/MASTER MS System Management Guide 11–21
Configuring Static Processes by Using a Process Definition
The following table lists the mandatory (M) and optional (O) PARAM command
operands used for a static process definition:
Operand Use Purpose
PROCESSOBJECT M Specifies the program file name. This operand is normally first in
the process definition.
PROCESSCLASS O Specifies the application process class. This operand is optional
for all application processes. If omitted, the process class is
determined by the file name specified by the PROCESSOBJECT
operand.
PROCESSCPU O Specifies the preferred CPUs for process creation.
PROCESSPRIORITY O Specifies process priority.
PROCESSSWAPVOL O Specifies a swap volume.
STATICPROCESS M Specifies the process type and logical name. Specify a unique
name of 1 through 12 characters. This operand must be last in the
process definition.
In the following examples, the file name determines the class of the static BK, EM, IS,
MS, and NC process:
PARAM PROCESSOBJECT=$DATA.ZNNM.NMBK
PARAM PROCESSCPU=(3,4)
PARAM PROCESSPRIORITY=149
PARAM PROCESSSWAPVOL=$DATA1
PARAM STATICPROCESS=BK_S01
PARAM PROCESSOBJECT=$DATA.ZNNM.NMEM
PARAM PROCESSCPU=(3,4)
PARAM PROCESSPRIORITY=145
PARAM PROCESSSWAPVOL=$DATA1
PARAM STATICPROCESS=EM_S01
PARAM PROCESSOBJECT=$DATA.ZNNM.NMIS
PARAM PROCESSCPU=(3,4)
PARAM PROCESSPRIORITY=143
PARAM PROCESSSWAPVOL=$DATA1
PARAM STATICPROCESS=IS_S01
PARAM PROCESSOBJECT=$DATA.ZNNM.NMMS
PARAM PROCESSCPU=(3,4)
PARAM PROCESSPRIORITY=143
PARAM PROCESSSWAPVOL=$DATA1
PARAM STATICPROCESS=MS_S01
PARAM PROCESSOBJECT=$DATA.ZNNM.NMNC
PARAM PROCESSCPU=(3,4)
PARAM PROCESSPRIORITY=147
PARAM PROCESSSWAPVOL=$DATA1
PARAM STATICPROCESS=NC_S01