Using COPY IMAGECOPY to make duplicate image copies
We recommend that you make a local site primary copy and a local site backup copy (in case the primary copy is defective) and then use COPY IMAGECOPY to make recovery site copies.
You can use COPY IMAGECOPY with a primary copy made and registered by BMC AMI Copy or by the IBM Db2 COPY utility.
Before you can make duplicate copies with COPY IMAGECOPY, there must be a primary copy registered in SYSIBM.SYSCOPY or in BMCXCOPY. All of the duplicates are registered with the same START_RBA, SHRLEVEL, ICTYPE, TIMESTAMP, ICTIME, and ICDATE values as the original. If the original is the most recent copy to be registered, you can specify it with the keyword LASTCOPY. You can also specify any original by providing the appropriate START_RBA value.
Copying an image copy requires the same authorization as copying the table space or index space and you can mix both types of copies in the same SYSIN data set. BMC AMI Copy makes no status changes to the space at the time of the copy and dynamically allocates the input copy. BMC AMI Copy also automatically registers the duplicate copies in SYSIBM.SYSCOPY or BMCXCOPY.
Using the COPY IMAGECOPY command, you can:
- Specify the database, table space, and partitions (or data sets) for which morel copies are required
- Specify the database, index space, or data sets for which more copies are required
- Specify the START_RBA value of the original copy
- Specify which additional copies to make: local site, recovery site, primary, or backup (depending on the type of copy--LB, RP, or RB)
- Dynamically allocate the output copy data sets, or specify them in the JCL regardless of how the original primary copy was made
- Specify the page-integrity checking level to use during the copy process for table spaces
- Make a standard primary copy that is registered in SYSIBM.SYSCOPY from an existing Instant Snapshot copy
BMC AMI Copy installation options that apply to COPY IMAGECOPY include:
- PLANCOPY
- CHECKLVL
- SQUEEZE
- COMPRESS
- NBRBUFS
- DB2WAIT
- DB2NTRY
- CHECKERR
All dynamic allocation output descriptor defaults also apply. For more information about the syntax of the command, see COPY-IMAGECOPY-command.
This section contains the following topics: