How do i know Which servers backed up to drm ?

yampam

ADSM.ORG Member
Joined
Dec 19, 2006
Messages
101
Reaction score
0
Points
0
Hi,
i need a select statment that finds out which r the servers that backed up to drm.

thanks,
yam
 
select node_name, filespace_name from occupancy where stgpool_name='{your DRM pool}'

This will list each filespace (and node) that is managed by your DRM pool. (whatever copypool you use for DRM)

-Aaron
 
Thanks
In the DRM pool I have old data of clients that no longer back up to DRM,
and I have pools than goes to other pool then the standard mgmt class (chaned in the include exclude file )
Do you have other suggestions??
 
Back
Top