NET/MASTER Management Services (MS) System Management Guide

Using NonStop NET/MASTER MS With and Without DSNM
Configuring the Processing Environment
11–68 115414 NonStop NET/MASTER MS System Management Guide
You can configure up to 10 command server processes for a NonStop NET/MASTER
MS system. For example, to configure three command server processes, change the
CONFIG file to include a series of commands similar to the following:
PARAM PROCESSOBJECT=$DATA1.ZDSMS.CMDSVR
PARAM PROCESSNAME=$ZDC1
PARAM PROCESSPARAM="DSNM ZNNMCONF"
PARAM CMDPROCESS=CMDSVR1
PARAM PROCESSOBJECT=$DATA1.ZDSMS.CMDSVR
PARAM PROCESSNAME=$ZDC2
PARAM PROCESSPARAM="DSNM ZNNMCONF"
PARAM CMDPROCESS=CMDSVR2
PARAM PROCESSOBJECT=$DATA1.ZDSMS.CMDSVR
PARAM PROCESSNAME=$ZDC3
PARAM PROCESSPARAM="DSNM ZNNMCONF"
PARAM CMDPROCESS=CMDSVR3
A NonStop NET/MASTER MS system can use either a command server process that it
starts for its own use or, alternatively, a command server that belongs to an externally
started DSNM system.
Configuring DBI, OMON, Event Monitoring, and Subsystem Interface Processes
Whenever you define a DSNM process other than CIP or command server process, use
the DSNMPROCESS operand to specify the process type and the logical name of the
process. For example, to configure the Expand event monitor process whose
configuration resides in the DSNM configuration file indicated by ZNNMCONF,
include the following lines in the CONFIG file:
PARAM PROCESSOBJECT=$DATA.ZDSMS.SCPE
PARAM PROCESSNAME=$ZD42
PARAM PROCESSPARAM="DSNM ZNNMCONF, COMPONENT EXPAND"
PARAM DSNMPROCESS=SCPE-EX
The rules for defining DSNM processes, which are described at the beginning of this
subsection, also apply.
Using DSNM Event
Monitoring Processes
As noted earlier, NonStop NET/MASTER MS usually automatically starts the DSNM
command server and subsystem interface processes. If you want to use the DSNM
event monitoring processes, you must explicitly configure them in the CONFIG file
and start NonStop NET/MASTER MS with the CONFIG file. You must start the event
monitoring processes if you use NetStatus with NonStop NET/MASTER MS.
The DSNM event monitoring processes include these processes:
Database interface process (DBI)
Object monitoring process (OMON)
The event monitoring process for each subsystem that you want DSNM to monitor