Thanks. I expected queries against the volumeusage table to run forever, but this actually ran quite quickly.
David -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of Arbogast, Warren K Sent: Wednesday, October 22, 2014 10:42 AM To: [email protected] Subject: Re: [ADSM-L] Which volumes for a VM? David, Here's one way to do it. __ tsm:> q fi <data center node name> \VMFULL-<vm-name> # query filespace output displays FSID of the filespace for the vm in question __ tsm:> select volume_name from volumeusage where filespace_id ='<FSID>' Hope this works for you, Keith
