ADSM-L

Re: [ADSM-L] Determing how much of a tsm server's data is active

2011-07-18 14:46:05
Subject: Re: [ADSM-L] Determing how much of a tsm server's data is active
From: Richard Sims <rbs AT BU DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Mon, 18 Jul 2011 14:42:50 -0400
If your clients are doing unfettered incremental backups of file systems, then 
the following would yield a MB approximation, very quickly:
      SELECT SUM(CAPACITY*PCT_UTIL/100) FROM FILESPACES
which is based upon TSM's information about the file system as gotten from the 
last client operation.  By definition, the files on the client represent all 
the Active files in TSM storage where the activity is incremental backups.

   Richard Sims