NET/MASTER Management Services (MS) System Management Guide
Customizing the Event Detail Database
Managing Event Messages
8–14 115414 NonStop NET/MASTER MS System Management Guide
c. Establish a command (OBEY) file for the Pathway configuration by issuing the
following commands:
EDIT ENABEX
*ADD
1 PURGE ENABLOG, ENABCTL
2 CREATE ENABLOG
3 ASSIGN PATHCTL, ENABCTL
4 PATHMON /NAME $PM, NOWAIT, OUT ENABLOG/
5 PATHCOM /IN ENABPATH/ $PM
6 PATHCOM $PM; RUN DETAIL-PROG
7 PATHCOM $PM; SHUTDOWN, WAIT
8 //
*EXIT
d. Call the ENABLE application, set attributes, and generate the application by
issuing these commands:
ENABLE
%SET RECORD ZVPT-EVENT-DETAIL
%SET PATHCOMFILE ENABPATH !
%GENERATE DETAIL-PROG
%EXIT
e. Execute the command file and run the application by issuing the following
command:
OBEY ENABEX
3. Enter your customized advisory text from the keyboard, using the ENABLE
application screen interface.
Installing a Customized Event Detail Database
The EVENTCX file is a user database (UDB). Therefore, you must install the database
before anyone can use it. To install the customized event detail database, issue the
following command:
UDBCTL OPEN=$SYSMGR.ZNNMDATA.EVENTCX ID=ZHLPCVP INPUT
The customized event detail database becomes available when the command
completes execution.
If you want to make the customized event detail database available every time
NonStop NET/MASTER MS is started, follow the directions in Section 3, “Configuring
NonStop NET/MASTER MS,” to customize the INIT NCL procedure. Edit the
customized INIT NCL procedure to open a customized event detail database as shown
in the following statements (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" )