ADSM-L

Re: [ADSM-L] How can i see the files stored on a filespace on a node

2009-01-21 11:13:56
Subject: Re: [ADSM-L] How can i see the files stored on a filespace on a node
From: Erwann Simon <erwann.simon AT FREE DOT FR>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 21 Jan 2009 17:12:20 +0100
Hi,

It shows nicer when sqldisplaymode is set to wide BUT it could be a huge
query for your TSM server depending on the number of objects stored !

The select to run wil look like this one :
select filespace_name,hl_name,ll_name from backups -
 where node_name='<YOUR_NODENAME>' and filespace_name='<YOUR_FS_NAME>'

I personnaly prefer dsmc q fi and dsmc q ba, but these commands are from
the other side (client side).

--
Best regards / Cordialement / مع تحياتي
Erwann SIMON


Erwin Zavala a écrit :
> How can i see the files stored on a filespace on a node