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–23
Configuring Dynamic Processes by Using a Process Definition
The following table lists the mandatory (M) and optional (O) PARAM command
operands used for a dynamic 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.
PROCESSPRIORITY O Specifies process priority.
PROCESSSWAPVOL O Specifies a swap volume.
PROCESSWEIGHT O Specifies process weight.
DYNAMICPROCESS 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.
The NCP creates copies of a dynamic process as needed to accommodate increased
workload demands. Therefore, you need configure only one dynamic process. You
can, however, configure several dynamic processes in the CONFIG file if you want to
specify the execution attributes and logical name of each dynamic process. If you do
not specify a logical name, the NCP formulates a name for a new dynamic process.
In the following examples, the file name determines the class of the dynamic BK, EM,
IS, MS, and NC process:
PARAM PROCESSOBJECT=$DATA.ZNNM.NMBK
PARAM PROCESSPRIORITY=149
PARAM PROCESSSWAPVOL=$DATA1
PARAM PROCESSWEIGHT=10
PARAM DYNAMICPROCESS=BK_D01
PARAM PROCESSOBJECT=$DATA.ZNNM.NMEM
PARAM PROCESSPRIORITY=145
PARAM PROCESSSWAPVOL=$DATA1
PARAM PROCESSWEIGHT=10
PARAM DYNAMICPROCESS=EM_D01
PARAM PROCESSOBJECT=$DATA.ZNNM.NMIS
PARAM PROCESSPRIORITY=143
PARAM PROCESSSWAPVOL=$DATA1
PARAM PROCESSWEIGHT=10
PARAM DYNAMICPROCESS=IS_D01
PARAM PROCESSOBJECT=$DATA.ZNNM.NMMS
PARAM PROCESSPRIORITY=143
PARAM PROCESSSWAPVOL=$DATA1
PARAM PROCESSWEIGHT=10
PARAM DYNAMICPROCESS=MS_D01