>From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of >Oliver Martin >>I have more tapes than my library has slots and that is why I must >checkin libv during the process export node, filedata=backupactive, I do >>every weekend. When I do an preview export node I there is no option which >>tells me which tapes the export needs for completition.
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Stapleton, Mark >select distinct volume_name from volumeusage where >node_name='DESIRED_NODE' > >(The node name must be in single quotes and capitalized.) Let me correct that command: select distinct volume_name from volumeusage where node_name='DESIRED_NODE' and stgpool_name='PRIMARY_TAPE_STORAGE_POOL' This way, you'll only see the volume names from the primary (in-library) storage pool. -- Mark Stapleton
