Problem:
This document offers a command to identify which Tivoli Storage Manager server copy storage pool volumes are currently checked in the library.
Symptom:
In a case where the physical library is full, it may be necessary to checkout some tapes to make room for scratch tapes. A select command is available to identify copy storage pool volumes that can be sent to the vault.
Resolving the problem:
Use the below Tivoli Storage Manager server administrative command :
select volume_name from libvolumes where volume_name in (select volume_name from volumes a, stgpools b where a.stgpool_name=b.stgpool_name and b.pooltype='COPY')
This command will list the copy storage pool volumes that are checked in the library. Use the MOVE DRMEDIA or CHECKOUT LIBVOL command to remove the tapes from the library if necessary.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.