HP (Hewlett-Packard) HP 3000 Laptop User Manual


 
708 Chapter 8
Command Definitions SP-Z
VSTORE
Consecutive tapes are specified in the following way:
< user ;RESTORESET = (*tape1,*tape2,*ta pe3,...)
This instructs MPE/iX to use only one drive at a time for the vstore
operation. When the first reel of tape is exhausted, VSTORE will shift to the
next available drive, leaving the first free for rewinding and changing
reels. Thus, at any given time, only one drive is occupied with the VSTORE
operation.
Parallel devices are specified by
|;RESTORESET=(*tape1),(*tape2),(*tape3)...|
In this example, all three tapes will be used in parallel during the
VSTORE operation.
A set of sequential tapes to be verified in parallel would be specified by
|;RESTORESET=(*tape1,*tape2),(*tape3,*tape4)|
In this example, two tapes would be verifying at any particular moment,
while the other two are rewinding, permitting the operator to switch reels.
This option cannot be used if the vstorefile parameter is specified.
device Specifies the device from which the files are to be verified. It must be a
magnetic tape or DDS. This device should be specified in a file equation
before you invoke the VSTORE command, ie:
:< user FILE DEVICE;DEV=TAPE
This file equation can also specify a remote device or a disk file.
MOSET Specifies parallel Magneto Optical (MO) backup devices. This option is not
available if the storefile option is specified.
Parallel devices are specified by either of the two following commands:
< user ;MOSET = (12),(13),(15)
< user ;MOSET = (MO),(MO),(MO)
All MO devices are used in parallel during the vstore process. The
preferred format is specifying just "MO", since VSTORE will use the the
NAME parameter to locate the correct media.
This option is not available if the vstorefile parameter is specified.
NAME This parameter must be specified with the MOSET option, and cannot be
specified without it. It specifies the logical name to be used for the backup.
For example:
< user VSTORE @.@.@;;MOSET=(12);NAME=DAILY.D23OCT90.BOZO
This name could indicate that the VSTORE process should be taken from
the daily backup done on 23 Oct 1990 on the system called BOZO.