TSM Database grown to 76.2%

Danesh

Active Newcomer
Joined
Oct 12, 2011
Messages
12
Reaction score
0
Points
0
I have TSM v5.5.4.0 running on Windows Server 2008 R2.

I have noticed the TSM database is gradually grown to 76.2%.

The output of "query db" displays Pct Util is 76.2 and Max Pct Util is 76.2

What are the steps to make sure TSM database size does not grow to 100% in size.

Any help would be appreciated as I'm fairly new to TSM.

Thank you
 
Make sure you have a daily process to expire inventory. This will free up space in the DB for reuse.
 
The other good thing to know, is exactly what is causing your database to grow. From the OCCUPANCY table, list each node name and the SUM of num_files (order by largest number of files).

It may be that one particular node has a lot of files in TSM storage.

As Rowl says, make sure expiration is running.

select affected from summary where activity = 'EXPIRATION '
 
Back
Top