NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
PARAM PROCESSCLASS
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–233
PROCESSCLASS
PROCESSCLASS={ BK | EM | IS | MS | NC }
specifies the class of a static or dynamic application process.
BK
specifies an application process of the background services (BK) class, which
supports the BK function. This process class supports the BSYS, BMON,
BLOG, and LOGP virtual users and their background processing
environments; handles commands submitted to these virtual users; and
supports the system-level LOGPROC NCL procedure.
EM
specifies an application process of the event management services (EM) class,
which supports the EM function. This process class supports the interface to
Event Management Service (EMS), supports the EMSP virtual user and its
background processing environment, handles commands submitted to this
virtual user, and supports the system-level EMSPROC NCL procedure.
IS
specifies an application process of the inter-system services (IS) class, which
supports the IS function. This process class supports INMC, ISR, and ROC for
the multiprotocol exchange of commands, command-response messages, and
event messages with another network management application (NonStop
NET/MASTER MS, the SOLVE management services, or NetView).
MS
specifies an application process of the multi-user services (MS) class, which
supports the MS function. This process class provides the interactive user
environment for NonStop NET/MASTER MS operations, and NCL procedure
and panel description file development.
NC
specifies an application process of the NonStop NET/MASTER MS
consolidated services (NC) class, which supports the NC function. This
process class combines the functionality of the BK, EM, IS, and MS process
classes in a mode that requires less memory, fewer executing processes, and
reduced disk space.
Considerations
Each application process class can be created from the same application process
program file, which you can duplicate or rename if you wish. After the
REPSUBSYS phase of the Install program, the file name is NMNC0001. During
NonStop NET/MASTER MS startup, this file name causes one dynamic NC
process to be created.