QUIESCE BEFORE and QUIESCE AFTER
You can use the QUIESCE BEFORE and QUIESCE AFTER options to establish a quiesce point for a target space or partition during the copy process:
- QUIESCE BEFORE causes the target space or partition to be quiesced during the UTILINIT phase before the COPY phase begins.
- QUIESCE AFTER causes the target space or partition to be quiesced during the UTILTERM phase after the COPY phase completes.
QUIESCE BEFORE and QUIESCE AFTER syntax diagram
These options are especially useful when you specify SHRLEVEL CHANGE. Quiescing within BMC AMI Copy execution includes wait and retry logic for the Db2 QUIESCE utility, which results in less manual intervention than retrying a failed Db2 QUIESCE job step. You can also use the WRITE option when specifying QUIESCE AFTER.
BMC AMI Copy automatically issues a QUIESCE at the beginning of a SHRLEVEL REFERENCE or CONCURRENT copy, unless the space is in COPY-pending status, regardless of whether you otherwise specify a QUIESCE option. The quiesce operation must complete successfully for the COPY phase to begin. See Db2-commands-issued-by-BMC-AMI-Copy-for-read-and-write-databases for more information.
For more information, see Using-the-SHRLEVEL-option. Also, Db2-commands-issued-by-BMC-AMI-Copy-for-read-and-write-databases describes table space status changes made by BMC AMI Copy for various scenarios involving the use of the SHRLEVEL option.
Option | Description | ||||||
---|---|---|---|---|---|---|---|
WRITE | The WRITE option tells Db2 whether to, in addition to establishing a quiesce point, write the changed pages to DASD.
|
Related topic