Using DBUTLTY to perform a physical sequence BACKUP or EXTRACT of data allows the function to process without taking the database out of operation, but because it works with the copy of the database on disk, there is a challenge in making sure the data is current and complete.
This article will discuss how to have a current, stable, steady-state data backup, whether using DBUTLTY Physical BACKUP or EXTRACT, or using non-DBUTLTY tools like ADRDSSU (DFDSS).
To improve data handling efficiency, a Datacom MUF will often have some or all of the database table records in its buffers. Since a physical sequence BACKUP or EXTRACT deals exclusively with the data as it exists on the disk device, the records on the disk device may not always match what is in memory.
Without shutting down the MUF, here are some options for ensuring the data in buffers is written to the disk device.
Note that if turning off access to a database using the DBUTLTY ACCESS function, following the BACKUP or EXTRACT processing, it will be necessary to execute another DBUTLTY ACCESS function to allow access to the database again.
Following the BACKUP or EXTRACT processing, it will be necessary to allow record maintenance activity to continue by issuing a COMM QUIESCE OFF console command.
For more information about the DBUTLTY functions COMM CLOSE, ACCESS, BACKUP, and EXTRACT, please refer to the DBUTLTY Reference documentation.
For more information about the COMM QUIESCE processing, please refer to the Datacom/DB Database and System Administration documentation.
As always, please contact Broadcom support for Datacom if you have further questions.