Take a look at "query nodedata" to see which volumes in which storage pools are used by your nodes (or collocation groups).
If you want to go down to the level of detail of mapping node filespaces to individual volumes, then you will need a select statement against the VOLUMEUSAGE table.
Try this:
select colname from syscat.columns where tabname='VOLUMEUSAGE'
You may be able to construct a query to suit your needs once you've seen how the table is put together. If not, and if the other suggestion isn't any help, post back. We should be able to get a little SQL for you to help. There's probably a posting somewhere in here with it in. Have you tried searching the forum for "VOLUMEUSAGE" ?
Cheerio
Have Fun !
Matthew Bourne
"Find a job you love and never do a day's work in your life.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.