ADSM-L

[ADSM-L] Number Of Files Query

2013-02-11 02:24:09
Subject: [ADSM-L] Number Of Files Query
From: white jeff <jeff.white3 AT BLUEYONDER.CO DOT UK>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Mon, 11 Feb 2013 07:22:14 +0000
Hi

Doing some sizing for a client, who wants active data pools for a selection
of nodes

TSM Server v6.3.1

select sum(num_files) from occupancy:

Shows 139 million files. Fine

So i want to know how many active and inactive files from the backups
table, and the number of objects in the archives table (mainly as a matter
of interest)

Select count(*) from backups where state = 'ACTIVEVERSION'
38 million objects

Select count(*) from backups where state = 'INACTIVEVERSION'
41 million objects

Select count(*) from archives
4 million objects

So in total, 83 million objects

But 55 million less than the occupancy number of files

I thought it may be that a copy file might not appear in the backups or
archives table, but i have always assumed that it did. Happy to be told
otherwise, if definitely true.


Anyone have a thought on the discrepancy?

Regards

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