Oracle® Secure Backup Reference Release 10.1 Part Number B14236-03 |
|
|
View PDF |
Purpose
Use the loadvol
command to move a volume from the indicated storage element to the selected tape drive.
See Also:
"Library Commands" for related commandsPrerequisites
You must have the right to manage devices and change device state to use the loadvol
command.
Syntax
loadvol::=
load•vol [ --drive/-D drivename ] [ --mount/-m mode ] [ --force/-f ] [ --req/-r ] { vol-spec | element-spec }
Semantics
Specifies the name of the tape drive in which you want to load a volume. If you do not specify a tape drive name, then the drive variable must be set.
Indicates the mode that the system can use for a volume physically loaded into a tape drive. When a tape is mounted in a drive, the tape is positioned in the drive so that it is in the correct configuration to perform the specified action. Valid values for mode are as follows:
read
This mode mounts the volume for reading only.
write
This mode mounts the volume so that it can append any new backups to the end of the volume.
overwrite
This mode mounts a volume on the device and positions it at the beginning of the tape so that the existing contents of the volume are overwritten. If you use this option, then you are granting permission to overwrite an unexpired volume.
Forces the loading of a volume. If another volume is in the drive, then the volume is automatically unloaded.
Loads the volume only if it is not already loaded in the drive.
Specifies the volume to be loaded. You specify a volume by its volume ID or its type: unknown
, unlabeled
, or clean
. Refer to "vol-spec" for a description of the vol-spec placeholder.
Specifies the number of a storage element to be loaded. Refer to "element-spec" for a description of the se-spec placeholder.
Example
Example 2-43 takes a volume from storage element 1 in library lib1
and loads it into drive tape1
.
Example 2-43 Loading a Volume in a Tape Drive
ob> lsvol --library lib1 --long Inventory of library lib1: in mte: vacant in 1: volume VOL000002, barcode ADE201, oid 110, 47670368 kb remaining in 2: volume VOL000001, barcode ADE203, oid 102, 48319392 kb remaining in 3: volume RMAN-DEFAULT-000002, barcode ADE202, oid 112, 47725600 kb remaining, content manages reuse in 4: vacant in iee1: barcode ADE204, oid 114, 47725344 kb remaining, lastse 4 in iee2: vacant in iee3: vacant in dte: vacant ob> loadvol --drive tape1 1 ob> lsvol --drive tape1 Inventory of library lib1: * in 2: volume VOL000001, barcode ADE203, 48319392 kb remaining * in 3: volume RMAN-DEFAULT-000002, barcode ADE202, 47725600 kb remaining, content manages reuse in iee1: barcode ADE204, 47725344 kb remaining, lastse 4 in dte: volume VOL000002, barcode ADE201, 47670368 kb remaining, lastse 1 *: in use list