Offsite Reclamation

ArunKuD

Active Newcomer
Joined
May 19, 2014
Messages
7
Reaction score
0
Points
0
Location
Hyd
PREDATAR Control23

Hi I've a doubt regarding offsite reclamation

Ive a tape volc1 which is associated to offsite. How to identify what are the tapes associated to volc1 on onsite?

Thanq in advance
 
PREDATAR Control23

There is no easy method to reconcile primary tapes with offsite tapes. The way to reconcile is compare the number of copied files in the primary and copy pools.
Code:
select volumes.stgpool_name,contents.copied,count(contents.volume_name) from volumes,contents where volumes.volume_name=contents.volume_name group by volumes.stgpool_name,contents.copied
You are going to have to know which primary goes to which copy to do the comparison.
 
Top