Summary
So that's the story on high availability backup and recovery. In this tutorial you learned:
- Recovery concepts and the importance of having a recovery plan.
- What a transaction (unit of work) is and how working with transactions ensures data integrity.
- The three types of recovery: crash, version, and rollforward.
You are now familiar with DB2 transaction logs concepts:
- The log buffer
- Primary and secondary logs
- Active, online archive, and offline archive logs
- Database configuration parameters:
LOGPRIMARY,LOGSECOND, andLOGFILSIZ, among others - The two types of logging: circular logging and archival logging (for which
LOGARCHMETH1database configuration parameters must be enabled) - Infinite logging
- Recoverable and. non-recoverable databases
You learned about database and tablespace backup concepts:
- How to use the backup utility
- Incremental and delta backups
- How to invoke the
BACKUPutility from the Control Center - The naming convention used for backup files
You learned about database and tablespace recovery concepts:
- How to use the
RESTOREutility - Minimum point in time
- How to invoke the
RESTOREutility from the Control Center - What the
QUIESCEutility can do for you - What the history file contains
- How to perform a redirected restore
You learned about database and tablespace rollforward concepts:
- How to use the
ROLLFORWARDutility - How to restore to a point in time using the
ROLLFORWARDutility - How to invoke the
ROLLFORWARDutility from the Control Center - How to use the
RECOVERutility - How to rebuild a database using the
RESTOREutility - Index re-creation and the
INDEXRECconfiguration parameter
Part 7 continues with high availability, and discusses split mirroring and high-availability disaster recovery.
To keep an eye on this series, bookmark the page, DB2 9 DBA exam 731 prep tutorials.

