Information
Limited support BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see Recovery Management for Db2 13.1.

Standard image copies


Online Consistent Copy can also use standard image copies, in addition to Instant Snapshots, to make consistent copies.

Standard image copies may be the most efficient way to make consistent copies of a large number of objects, when a relatively small percentage of the data sets involved are very large. (An Instant Snapshot that takes only 3 seconds per data set is great for a 2 GB-data set, but this time is not optimal for 300 40 KB-data sets.)

Use of standard image copies can have the following advantages:

  • You are not required to have special hardware or software.
  • If you are copying a lot of small data sets, standard image copies may improve performance because Online Consistent Copy can currently do more standard copies in parallel by fully exploiting BMC AMI Copy subtasking than Instant Snapshots. (However, for large data sets, Instant Snapshots are faster.)

Use of standard image copies can have the following disadvantages:

  • The process creates an additional copy of all small data sets.
  • The process creates issues with volume selection for new data sets.

To make VSAM consistent copies by using standard image copies, you use the OUTSIZE option and BIGDDN option (described in the  BMC AMI Copy for Db2 documentation) to automatically make standard copies for small data sets and Instant Snapshots for large data sets.

The OUTSIZE option works with the BIGDDN option to determine when a data set is sufficiently large to merit a different sort of output allocation. One way to use these options is to direct very large data sets to an OUTPUT command descriptor defined with DSSNAP YES. In this way, only those data sets that pass a user-specified size threshold are copied with Instant Snapshot.

A requirement to use standard image copies in Online Consistent Copy is that the job must specify a BIGDDN value that corresponds to an OUTPUT descriptor that includes a data set name (or model) to use for the output VSAM copy.

Warning

Important

If a consistent copy that was made using a standard image copy is not on snappable hardware, you can recover to it using BMC AMI Recover. The consistent copy is a VSAM data set, and BMC AMI Recover can recover using a VSAM data set that is not on snappable disks by using the DATAMVR option.

You can use the consistent copy for recovery by renaming data sets or using DSN1COPY. See Usage-scenarios.

You can use the UNLOAD PLUS product to unload it. (For more information, see Example-4-Unloading-consistent-data-without-an-outage.

You can also use the COPY IMAGECOPY command in the BMC AMI Copy product to convert the VSAM consistent copy to a standard copy, and then use the standard copy for recovery.

For example JCL, see Example-6-Using-standard-image-copies-and-Instant-Snapshots.



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

Recovery Management for Db2 12.1