ADSM-L

Re: Question - How can Icount files and MB currently under

2015-10-04 17:33:44
Subject: Re: Question - How can Icount files and MB currently under
From: Russell Street [SMTP:russells AT AUCKLAND.AC DOT NZ]
To: ADSM-L AT VM.MARIST DOT EDU
The select looks just fine!

You don't say why the results look fishy?  Have they not scaled the
way you expect?

If you are using a copy pool then you will be double counting.  The
occupancy table includes rows for all the copypools as well as primary
pools.


You can either halve the output of your select...

Or include
        where stgpool_name in ('BACKUPPOOL', 'TAPEPOOL', 'ANOTHERTAPEPOOL')
in your select.

Or you can wait for "audit licenses" to complete and use the
"auditocc" table if you just want MB.


Another random thought is that the logical_mb and the physical_mb
numbers are often widly different.  It depends on how the parts of an
aggreate files expire, and how well files pack into logical blocks.


Russell
<Prev in Thread] Current Thread [Next in Thread>
  • Re: Question - How can Icount files and MB currently under, Russell Street [SMTP:russells <=