NetBase for MPE Reference Guide
Chapter 5
5-12
Examples of Directory Entries for Shadowing
This section provides three examples of making directory entries for shadowing from one system to
another system.
Example 1
Set up the directory entries necessary to shadow BANNER.DATA.NETBASE from SYSA to SYSB. In this
example the remote name does not need to be specified since we are shadowing to the same group
and account on SYSB.
On the master system, enter:
RUN NBDIR.PUB.NETBASE
D> FILE BANNER.DATA.NETBASE,SYSA,SYSB
On the shadow system, enter:
RUN NBDIR.PUB.NETBASE
D> FILE BANNER.DATA.NETBASE,SYSA,SYSB
D>
SHADOW BANNER.DATA.NETBASE;PASS=WRITER
Example 2:
Set up the directory entries necessary to shadow BANNER.DATA.NETBASE on SYSA to
BANNER.DATA.BACKUP on SYSB.
On the master system, enter:
RUN NBDIR.PUB.NETBASE
D> FILE BANNER.DATA.NETBASE=BANNER.DATA.BACKUP,SYSA,SYSB
On the shadow system, enter:
RUN NBDIR.PUB.NETBASE
D> FILE BANNER.DATA.BACKUP=BANNER.DATA.NETBASE,SYSA,SYSB
D> SHADOW BANNER.DATA.BACKUP;PASS=WRITER