View previous topic :: View next topic |
Author |
Message |
rrv Beginner
Joined: 01 Nov 2004 Posts: 19 Topics: 6
|
Posted: Wed Feb 11, 2009 5:52 am Post subject: DSN1COPY for Partition Recovery from Partitioned TSpace IC |
|
|
Hi
In our shop, we recently migrated CA-Platinum for DB2 to IBM utilities. Some of the production table-spaces are partitioned, and CA-Platinum earlier provided options to recover the entire partitioned table space OR an individual partition. This was the preferred method to restore data from production to test sub-systems.
With IBM, we use DSN1COPY to copy production image copy datasets directly to the test DB2 VSAM data set of the required table space. DSN1COPY, to my knowledge, provides only two options for this purpose:
1) Input dataset is an image copy of a single partition -> Loads SPECIFIC partition
2) Input dataset is an image copy of an entire partitioned table space -> Loads ALL partitions
The question is - What are the methods to restore a specific partition using is an image copy of an entire partitioned table space ?
Appreciate your ideas. Thanks. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
rrv Beginner
Joined: 01 Nov 2004 Posts: 19 Topics: 6
|
Posted: Thu Feb 12, 2009 1:50 am Post subject: |
|
|
Kolusu
Thanks for your quick reply.
I did see this example earlier, but what I am looking at specifically is for the SYSUT1 input data set as a full image copy of THE ENTIRE PARTITIONED TABLE SPCE. That is, COPY performed using DSNUM ALL. Example 5 of DSN1COPY indicates two different SYSUT1 datasets PART1501 & PART1502 for individual partition recovery. While both of these are FULL image copies, they are specific for a partition.
Are there any other options available for this purpose?
Thanks.
Ram |
|
Back to top |
|
|
|
|