| Section 6.3 of the DECnet-Plus V7.1. for OpenVMS Network Management Guide,
AA-R1UHA-TE, says:
----------------------------------------------------------------------------
6.3 Defining Logical Names That Modify Network Startup (OpenVMS)
Prior to starting the network with net$startup.com , you can modify
components of the network by using the following system logical names:
� net$ entity-name _startup
Specifies a logical name that points to an alternate file location for the
network startup .ncl scripts. For example, enter the following to redefine
net$routing_startup :
$ define/system net$routing_startup - _$
sys$sysroot:[sysmgr.network_scripts]net$routing_startup.ncl
� net$ignore_decnet
Values can be either true or false.
If set to true , the network software is not started. If not defined or
false , the network starts normally.
� net$startup_quiet_ncl
Values can be either true or false.
If set to true , NCL output is suppressed during the startup sequence. A
message indicates that an NCL script is being executed. If not defined or
false , all NCL output is displayed.
� net$startup_mop
Values can be either true or false.
If set to true , MOP is started. If not defined or false , MOP is not
started.
If you want the operating system to define these logicals before starting
the network, place these system logical definitions in the
sys$manager:net$logicals.com file. (If you do not have
sys$manager:net$logicals.com file on your system, you can create one using
sys$manager:net$logicals.template .)
----------------------------------------------------------------------------
Mike Sheldon
|