Define a virtual tape library (VTL) to take advantage of mount performance and scalability advantages.
VTLs are identified by using the DEFINE LIBRARY command and specifying LIBTYPE=VTL. Because a VTL library functionally interacts with the server in the same way that a SCSI library does, it is possible to use the UPDATE LIBRARY command to change the library type of a SCSI library that is already defined. You do not have to redefine the library.
Add a new VTL library
define library chester libtype=vtl
This
sets up the new VTL library and enables the RELABELSCRATCH option
to relabel volumes that have been deleted and returned to scratch
status.Update an existing SCSI library to a VTL
update library calzone libtype=vtl
You
can only issue this command when the library being updated is defined
with LIBTYPE=SCSI.Revert a real tape library from the VTL library type
update library chester libtype=scsi