Installation manual

101
Retrieving Files from the Installation Tape
F Section 9
Installin g and Upgrading ENVOX
r
Configuration Software on DEC VAX and DEC AXP Systems (Revision B May 1998)
9.2 Examples of Retrieving Files
Several examples are given below which describe how to retrieve
various files. The first example recovers the ENVOX file,
envox_main.exe, from the installation media which is inserted into
tapedrive mka400:, places the file in envox$disk:[envox.executables],
and sets the file ownership to ENVOX.
$ set def envox$disk:[envox.executables]
$ mount/for mka400:
$ backup mka400:envox_d.bck *.*/select=
envox_main.exe/log/ignore=label/owner=ENVOX/new
$ dismount mka400:
$ set file/prot=(S:RWED,O:RWED,G:RE,W:RE)
envox_main.exe
The following example recovers the ENVOX directory
ENVOX$DISK:[ENVOX.DBSCRIPTS] from the installation media
inserted into tapedrive mka400:, and sets the file ownership to ENVOX.
$ set def envox$disk:[envox.dbscripts]
$ mount/for mka400:
$ backup mka400:envox_c.bck *.*/log/ignore=label
/owner=ENVOX/new
$ dismount mka400:
$ set file/prot=(S:RWED,O:RWED,G:RE,W:RE) *.*
The following example re covers the SYBASE file syb_dbshr.exe from the
installation media inserted into tapedrive mka400:, and places the file in
SYBASE_DEVICE:[SYBASE.LIB], and sets the file ownership to
SYBASE.
$ set def SYBASE_DEVICE:[SYBASE.LIB]
$ mount/for mka400:
$ backup mka400:SYSTEM10_CLIENT.B
*.*/select=syb_dbshr.exe/log/ignore=label
/owner=SYBASE/new
$ dismount mka400:
$ set file/prot=(S:RWED,O:RWED,G:RE,W:RE)
syb_dbshr.exe
9