NetBase for MPE Reference Guide

Chapter 12
12-10
Creating Alternate Directories with NBDIR.PUB.NETBASE
In order to implement multiple scenarios with NetBase, it requires the use of alternate directories.
These directories should be prebuilt whenever possible. Below are the steps outlining how to take a
current NetBase directory that defines shadowing for a master system and create a directory for the
master system that now defines it as the shadow system.
Unload the current NetBase directory using NBDIR. This will create an ASCII file that can be
manipulated with any editor on the HP3000.
:RUN NBDIR.PUB.NETBASE
UNLOAD filename
The filename is the name of the ASCII file which can now be edited to make the necessary changes.
Here is a sample of the ASCII file:
:PRINT filename
DIR NBD.DATA.NETBASE <<This is the directory name>>
FILE BANNER.DATA.NETBASE,DAFFY,BUGS <<File entry for Shadowing>>
PROGRAM @.PUB.BRADMARK;NONB
PROGRAM NBPOST.NB.NETBASE;NONB
PROGRAM @.NFSPROG.NETBASE;NONB
PROGRAM NBADAGER.PUB.NETBASE;NONB
PROGRAM NBGENRL.PUB.NETBASE;NONB
PROGRAM NBINST.PUB.NETBASE;NONB
PROGRAM @.PUB.REGO;NONB
PROGRAM VTSERVER.NET.SYS;NONB
PROGRAM CI.PUB.SYS;NONB
PROGRAM DBRESTOR.PUB.SYS;NONB
PROGRAM DBSCHEMA.PUB.SYS;NONB
PROGRAM DBSTORE.PUB.SYS;NONB
PROGRAM DBUTIL.PUB.SYS;NONB
PROGRAM @.@.VESOFT;NONB
EXIT