NET/MASTER Management Services (MS) System Management Guide

Specifying System File and Subvolume Locations
Configuring NonStop NET/MASTER MS
115414 NonStop NET/MASTER MS System Management Guide 3–13
Figure 3-2. Default Panel Search Path
User Panel Library
(If specified in OPER01
user ID definition record)
Customized Panel Library
Value of PARAM PNLCUSTSRC
(default is $
isv-vol.
ZNNMPCS)
Distribution Panel Library
Value of PARAM PNLDISTSRC
(default is $
isv-vol.
ZNNMPDS)
User Panel Library
(If specified in OPER
n
user ID definition record)
User Panel Library
(If specified in OPER02
user ID definition record)
NCL procedure run by
user ID OPER01
invokes a panel
• • • • • •
• • •
NCL procedure run by
user ID OPER02
invokes a panel
NCL procedure run by
user ID OPER
n
invokes a panel
Distributed Panel Object File
Value of PARAM PNLDISTCODE
(default is $
isv-vol.
ZNNMPDS.PCODE)
004
Refer to the NonStop NET/MASTER NCL Programmer’s Guide for more information
about the default panel search path. See Section 5, “Customizing the Operations
Environment,” and refer to the NonStop NET/MASTER NCL Programmer’s Guide for
information about how to customize the panel search path.
Specifying the Startup Log
File
Use the LOGFILE1 operand to specify the name of the activity log file that NonStop
NET/MASTER MS should use during its startup phase. Specify LOGFILE1 as a valid
file name. For example, to specify an activity log file named
$DATA.ZNNMTEST.LOGTEST1, change the CONFIG file to include the following
command:
PARAM LOGFILE1=$DATA.ZNNMDATA.LOGTEST1