Use an empty "Full" tape?

Toyens

ADSM.ORG Member
Joined
Mar 15, 2016
Messages
22
Reaction score
0
Points
0
Hi all,

One of the 2 drive in my library broke few weeks ago. I ordered a new one but won't receive it before a few weeks. Almost all my tape are used but lots of them are in Full status but the pct util is under 1% or at 0.0. Because I only have 1 tape drive I can't do reclaim. Or is there a way to do reclaim with only one drive? Or is there a way to use a tape in Full status as a scratch?

Thank for your help.
 
Or is there a way to do reclaim with only one drive?
Yes: http://www.ibm.com/support/knowledg...com.ibm.itsm.srv.doc/t_reclaim_one_drive.html

Or is there a way to use a tape in Full status as a scratch?
If the volume is not empty, because 0.0% used doesn't mean empty. It could be 0.01% used. You can move the data to your diskpool (the same one your backup goes to):
Code:
move data {volume_name} stgpool={diskpool}
This will return it to scratch, and the data in the diskpool will return to tape during the next migration.
If you do a q content on that volume and there is truly no data, then you can do:
Code:
update libvolume {library name} {volume name} status=scratch
 
Thank for your help.

It's really useful.
 
Back
Top