Thank You for the Info, sounds like a workable solution!. Can't wait till we are on 5.x which provides more move data flexibility with move node data.
Thanks again! -----Original Message----- From: John Naylor [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 4:10 AM To: [EMAIL PROTECTED] Subject: Re: Binding Backup Data to new Mgmt Class Charles If your old tape storage pools were collocated and you have not got too many, then you could reasonably easily identify the tape volumes in the old pools that still hold data select distinct volume_name,node_name from - volumeusage where node_name = upper('$1') - and stgpool_name = upper('$2') Offhand I do not see any reason why you could not drop the "and stgpool_name = upper('$2') " Should still work Once you have identified the volumes then a simple move data stg=newstgpoolname should do the trick However if you wnat to do an absolute, this should mean that all your active copies will be in the new pools. Will increase your database size though John "Hart, Charles" <[EMAIL PROTECTED]> on 02/05/2003 07:45:58 PM Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: (bcc: John Naylor/HAV/SSE) Subject: Binding Backup Data to new Mgmt Class We have created a new domain, policy set, mngt classes and Stgpools for existing Backup Clients to be a part of a domain that consists of backup clients that are tested at an off-site DR Facility. We did an upd node to the existing nodes to the new dom and the backups are going to the new stgpools. There is still data in the stgpools that these systems use to back up to. We are wondering how can we get all the preexisting data to the new storage pools so that when a restore takes place it only looks at the new stgpools that the clients have been backing up to. We looked at export node (TSM Serv 4.1.5) but do not remember the existing domain and storage pools that the systems use to be on as this change was many weeks ago. . If we were to set the new copy groups to do an "Absolute" backup would a restore go to the new stgpool or the old? Any ideas would be great!!! Thanks!!!! ********************************************************************** The information in this E-Mail is confidential and may be legally privileged. It may not represent the views of Scottish and Southern Energy plc. It is intended solely for the addressees. Access to this E-Mail by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any unauthorised recipient should advise the sender immediately of the error in transmission. Scottish Hydro-Electric, Southern Electric, SWALEC and S+S are trading names of the Scottish and Southern Energy Group. **********************************************************************
