ADSM-L

Re: [ADSM-L] List of Nodes and Space Requirements

2011-11-29 14:56:25
Subject: Re: [ADSM-L] List of Nodes and Space Requirements
From: Thomas Denier <Thomas.Denier AT JEFFERSONHOSPITAL DOT ORG>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 29 Nov 2011 14:35:51 -0500
-----Craig Ballenger wrote: -----

>How do I generate a list of TDPO nodes and their space usage in TSM?

select node_name,sum(logical_mb) from occupancy where
node_name in (select distinct node_name from filespaces
where filespace_type='API:ORACLE') group by node_name

If you have copy pools, this query will count both primary pool
space and copy pool space. You can avoid this by adding:

stgpool_name='<your pool name here>'

to the selection criteria for occupancy table records.

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