Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADSM

Status
Not open for further replies.

Iwitt

MIS
Mar 7, 2000
9
0
0
US
I have a 3581 Tape drive that has one drive that's installed on RS6000 using adsm/tsm. Does anyone knows how to reclaim tapes or do copygroup with one drive. I have limited disk space.

Thanks for your help!!!

Iklon
 
The only way to reclaim a tape pool with one tape drive is by using disk as file sequential storage pool and setting up a reclamation storage pool. Of course you said you do not have much disk space. So this may not help you.

You can define a reclamation storage pool for the server to use when reclaiming volumes. The purpose of the reclamation storage pool is for temporary storage of reclaimed data. The reclamation storage pool must be a primary sequential storage pool.

Since you have only one tape drive, you can set up a file sequential volumes on disk devices.

tsm> def devclass devclass_name devtype=file directory=/tsm/storage/seq_files maxcapacity=20M

The above example creates a devclass for you to use your random disk with the size of 20 megabytes.

Next, you would need to create your reclamation storage pool.

tsm> def stg reclaimpool devclass_name maxscratch=100

Then define or update the storage pool for the tape drive you want to reclaim.

tsm>update stg tape_pool_name reclaimstgpool=reclaimpool

Finally, update the reclamation storage pool so that data will migrate back to the tape_pool.

tsm> update stgpool reclaimpool nextstgpool=tape_pool


Hope this helps!!

- David Johnson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top