PLEASE HELP ! Run out of scratch tapes !

max

ADSM.ORG Senior Member
Joined
Mar 17, 2004
Messages
455
Reaction score
2
Points
0
I have a 1 drive autoloader, 6 slots. The daily scheduled backups are about 10 Gb, and TSM in about 3 months has run out of space, which i didn't expect. Now it is getting errors whenever it tries to do a backup (TDP SQL full) and i don't know how to get more space, since it cannot do a MOVE DATA without free tapes.



What can i do ???

:evil:



Any help will be really appreciated
 
You probably want to do reclamation on the tapes, but this is not easily done with only one drive (why people ever buy libraries/autoloaders with only one drive?).

The easiest way to do this by using a reclamation storage pool, but this will reside on disk (I don't know if you have the storage for it).

Even better, buy a second drive.



Check if you have tapes which can be reclaimed with:



select volume_name,pct_reclaim from from volumes where pct_reclaim >= 40 and stgpool_name=<name of your storage pool>
 
Back
Top