NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
PARAM INIT
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–217
INIT
INIT=
ncl-procedure
specifies the name of the INIT NCL procedure.
Considerations
The name of the default INIT NCL procedure is INIT. When NonStop
NET/MASTER MS starts, the INIT NCL procedure is the first NCL procedure
executed: it is executed during the system initialization phase. Users cannot log
on to NonStop NET/MASTER MS while the INIT procedure is executing.
The READY NCL procedure executes after the INIT procedure. It is the second
NCL procedure executed by NonStop NET/MASTER MS: it is executed after the
system initialization phase. Users can log on to NonStop NET/MASTER MS
while this NCL procedure is being executed.
When NonStop NET/MASTER MS searches for the INIT NCL procedure, it looks
first in the customized procedure library (specified using the PARAM
NCLCUSTSRC command) and then the distribution procedure library (specified
using the PARAM NCLDISTSRC command).
You can pass initialization options from a customized INIT NCL procedure to the
distributed INIT NCL procedure. The following initialization options are
available:
An initialization option that determines whether commonly used distributed
NCL procedures and panel description files are preloaded
An initialization option that determines whether Rule Management Services
(RMS) is initialized, and an EMSPROC message handler is activated with the
BASERULE ruleset
Refer to the NonStop NET/MASTER MS System Management Guide for more
information.
Example
The following example specifies the name of an INIT NCL procedure that replaces the
distributed INIT NCL procedure:
PARAM INIT=LINIT