ADSM-L

Re: query tape occupied by a client node

2005-05-25 02:18:23
Subject: Re: query tape occupied by a client node
From: Gerhard Ginzler <gjg AT MEDUNIWIEN.AC DOT AT>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 25 May 2005 08:18:51 +0200
Try this:
select node_name,copy_type,volume_name,stgpool_name from volumeusage -
where node_name='YOUR_NODE' -
group by node_name,copy_type,volume_name,stgpool_name

Regards
Gerhard

nghiatd wrote:

Hi all,
I want to konw tapes in which whole data of a client node located. What query 
command do I have to use ?

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