NET/MASTER Management Services (MS) System Management Guide

The INIT NCL Procedure
Configuring NonStop NET/MASTER MS
3–22 115414 NonStop NET/MASTER MS System Management Guide
Preload commonly used distributed NCL procedures. To perform this task, you
must create a customized INIT NCL procedure that calls and passes an
initialization option to the distributed INIT NCL procedure:
CALL INIT(PRELOAD)
See Section 5, “Customizing the Operations Environment,” for more information.
Preload commonly used NCL procedures that you have created:
CMD "SYSPARMS PRELOAD=USRSVC1N"
CMD "SYSPARMS PRELOAD=MYPROC1"
See Section 5, “Customizing the Operations Environment,” for more information.
Preload commonly used distributed panel description files. To perform this task,
you must create a customized INIT NCL procedure that calls and passes an
initialization option to the distributed INIT NCL procedure:
CALL INIT(PRELOAD)
See Section 5, “Customizing the Operations Environment,” for more information.
Preload commonly used panel description files that you have created:
CMD "SYSPARMS PPRELOAD=USRSVC1P"
CMD "SYSPARMS PPRELOAD=USRSVC2P"
See Section 5, “Customizing the Operations Environment,” for more information.
Configure activity log files and log wrap characteristics:
CMD "SYSPARMS LOGFILE2=$SYSTEM.ZNNMDATA.ZLGFILE2"
CMD "SYSPARMS LOGFILE3=$SYSTEM.ZNNMDATA.ZLGFILE3"
CMD "LOGWRAP=YES"
See Section 8, “Managing Event Messages,” for more information.
Configure the EMS interface:
CMD "SYSPARMS EMSCOLLPNM=$EMSD"
CMD "SYSPARMS EMSDISTCOLL=$EMSD"
CMD "SYSPARMS EMSDISTPCP=0"
CMD "SYSPARMS EMSDISTBCP=1"
CMD "SYSPARMS EMSDISTPFN=$SYSTEM.SYS00.EMSDIST"
CMD "SYSPARMS EMSFLTLIB=$SYSTEM.ZNNMDATA"
CMD "SYSPARMS EMSDISTFLT=OFILTER"
CMD "SYSPARMS EMSNRD=NONE"
See Section 8, “Managing Event Messages,” for more information.
Open a customized event detail database, for example (assuming that
$SYSMGR.ZNNMDATA.EVENTCX is the name of the database):
&filename = "$SYSMGR.ZNNMDATA.EVENTCX"
say Opening &filename
call issue_udbctl( "UDBCTL OPEN="||&FILENAME||" ID=ZHLPCVP INPUT" )
See Section 8, “Managing Event Messages,” for more information.