Creating a DB2 Subclient for Log Files

Archive logs are required to recover database transactions that have been lost due to an operating system or disk failure. You can apply these archive logs to an online backup in order to recover a database.

The default subclient includes data and logs.

A log backup is always a full backup.

Best Practice: Create a separate subclient for log backups.

Before You Begin

Configure a backup set for the DB2 database.

Procedure

  1. From the CommCell Browser, expand Client Computers > client > DB2 > Instance.

  2. Right-click the backup_set, point to All Tasks and then click Create Subclient.

    The Create New Subclient dialog box appears.

  3. In the General tab, in the Subclient name box, enter a name for the subclient.

  4. On the Content tab, clear the Backup Data check box.

  5. On the Storage Device tab from the Data Storage Policy list, select the storage policy that the software uses for data backups.

  6. On the Advanced Options tab, select the options for this subclient

    1. Select the Backup Log Files check box.

    2. Optional: To use the DB2 DEDUP_DEVICE parameter, select the Use Dedupe Device check box and set the Parallelism value to 0.

      When this is enabled, the DB2 deduplication parameter DEDUP_DEVICE is used. This feature is available starting on DB2 version 9.7 with FixPack 3.

      For additional information about the DB2 DEDUP_DEVICE parameter, go to the DB2 Knowledge Center, DEDUP_DEVICE.

    3. Optional: To delete the logs after the backup, select the Delete Log Files After check box.

      This deletes the logs from the archive log path.

    4. Optional: To disable the log switch, select the Disable Switch Current Log check box.

      When the switch is on, the current redo log file is closed (even if it is not filled up completely) and the next redo log file is used for writing using a log switch. The closed redo log file is then archived during the log phase.

  7. Click OK to close the Create New Subclient dialog box.

Loading...