ADSM-L

Copy pool Reclaim

1999-12-23 14:27:19
Subject: Copy pool Reclaim
From: Jonathan Lepage <Jonathan.Lepage AT FID.DESJARDINS DOT COM>
Date: Thu, 23 Dec 1999 14:27:19 -0500
Hi ADSMers and TSMers,

     IS there a way I could gnerate a report that would tell me what Tape to
mount for the reclaim process of my copy pool... Since I have only two 3590
drives (10 slot each) I cannot launch automatic reclamation.  I mounting tapes
at prompt can be a pain ( espacialy since we dont have an 24/7 operator).  I
tried to run the following SQL query but it takes lotta time to compute (after 3
hours, I had to end it because it impacted on production) :

Select distinct Volume_name
from contents a
where a.file_name in
     ( select file_name
        from contents b
        where volume_name='DJ0139')

I knew this would take a lot of time to compute... But more than 3 hours at 85%
of CPU on a AS/400 640 , I was surprised!
<Prev in Thread] Current Thread [Next in Thread>