ADSM-L

[ADSM-L] SELECT FOR DISTINCT VOLUMES IN A COLLOCATION GROUP

2009-09-17 16:02:55
Subject: [ADSM-L] SELECT FOR DISTINCT VOLUMES IN A COLLOCATION GROUP
From: stg admin <stgadmin1 AT GMAIL DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 17 Sep 2009 15:00:15 -0500
Does anyone have a script that will show the volumes associated with a
collocation group?

I'm trying to run this but receive an error;

select distinct vu.volume_name, cg.collocgroup_name from volumeusage vu,
collocgroup cg where vu.node_name=cg.node_name and vu.stgpool_name='DRMC'
group by cg.collocgroup

ANR2938E The column 'VOLUME_NAME' is not allowed in this context; it must

either be named in the GROUP BY clause or be nested within an aggregate

function.

Thank you in advance!

Laura.

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