ADSM-L

Re: What's the best way to uncollocate?

2000-02-17 16:46:33
Subject: Re: What's the best way to uncollocate?
From: Trevor Foley <Trevor.Foley AT BTFINANCIALGROUP DOT COM>
Date: Fri, 18 Feb 2000 08:46:33 +1100
Hi Bob,

MOVE DATA is certainly the answer. The only possible variation to your approach 
would be to do the move from tape to tape. I'd set all of the tapes that you 
want to do a move on to READONLY as a first step. If the % utilised is zero 
then you have very little data on the tape anyway so it probably doesn't matter 
much which order you do it in.

You can found out how much data is on each tape by doing something like:

        select count(*),sum(file_size) from contents where 
volume_name='volume-name'

Trevor

<Prev in Thread] Current Thread [Next in Thread>