Command line

girreis

ADSM.ORG Member
Joined
Feb 11, 2011
Messages
119
Reaction score
1
Points
0
friends,

What command can I use to list which nodes of a particular stgpool?

thankful,
Ramon
 
Hi Ramon,

the following SQL-Query shows all nodes belonging to the selected Storage Pool:

select distinct NODE_NAME "Node Name" from VOLUMEUSAGE where stgpool_name='<Stgpool Name>'

Regards, Ralf
 
Back
Top