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–19
Note The NCP creates copies of a dynamic process as needed to accommodate increased workload demands.
Therefore, you need configure only one dynamic process (NMxxss01).
If you specify CC, the NCP creates one dynamic process in each available CPU.
Application processes started without a CONFIG file are assigned to CPUs in a
circular fashion and execute with a priority one less than that of the NCP.
The following table lists examples of valid file names on disk:
File Name Comment
NMBK0101 Starts one static and one dynamic BK process. (Analyzed as NM, BK, 01, 01.)
NMEMCCCC Starts one static and one dynamic EM process in each available CPU. (Analyzed as
NM, EM, CC, CC.)
NMISCC01 Starts one static IS process in each available CPU; starts one dynamic IS process.
(Analyzed as NM, IS, CC, 01.)
NMMS0301 Starts three static MS processes and one dynamic MS process. (Analyzed as NM,
MS, 03, 01.)
NMNC01CC Starts one static NC process; starts one dynamic NC process in each available CPU.
(Analyzed as NM, NC, 01, CC.)
NMNC0001 Starts one dynamic NC process. (Analyzed as NM, NC, 00, 01.)
NM0001 Starts one dynamic NC process. (Analyzed as NM, 00, 00, 01.)
NMA0001 Starts one dynamic NC process. (Analyzed as NM, A0, 00, 01.)
NMAB0001 Starts one dynamic NC process. (Analyzed as NM, AB, 00, 01.)
NMCC01 Starts one static NC process in each available CPU; starts one dynamic NC process.
(Analyzed as NM, CC, CC, 01.)
The following table lists examples of invalid file names on disk:
File Name Reason
NM Missing process class, static process, and dynamic process creation hints.
(Analyzed as NM.)
AZNC0101 First and second characters are not NM. (Analyzed as AZ, NC, 01, 01.)
NMNC0000 No static or dynamic NC processes will start. (Analyzed as NM, NC, 00, 00.)
NMCC Missing dynamic process creation hints. (Analyzed as NM, CC, CC.)
NM01AB AB is an invalid dynamic process creation hint. (Analyzed as NM, 01, 01, AB.)
NMAB01 AB is an invalid static process creation hint. (Analyzed as NM, AB, AB, 01.)
NMABCD AB is an invalid static process creation hint; CD is an invalid dynamic process
creation hint. (Analyzed as NM, AB, AB, CD.)