IDMS backup and journal archive synchronization
search cancel

IDMS backup and journal archive synchronization

book

Article ID: 102965

calendar_today

Updated On:

Products

IDMS IDMS - Database

Issue/Introduction

What is the proper IDMS backup and journal archive synchronization procedure when doing "non-hot" backups ?

Environment

Release: All supported releases.

Resolution

For proper backup and archive synchonization when doing "non-hot" backups here are the two proper procedures:
 
Backup taken when CV has been shutdown

  1. After successful shutdown, run Archive Journal to offload the journal that was active at shutdown time.
    - This archive covers all activity until shutdown. When CV is brought back up and application processing resumes, the next archive will contain all activity after the startup until the time at which it ran.
  2. Take the backup.
    - If any local update jobs will be run while the CV is down take a backup before and after those local updates.

If it is needed to RESTORE from backup and roll forward to a certain time, the backup AFTER local updates is used and the journal archives created after startup are concatenated and used as input to ROLLFORWARD. 
 
Backup taken with CV up and relevant areas varied OFFLINE or RETRIEVAL

  1. Varying active areas from UPDate to OFFLINE or RETrieval may not happen immediately unless the IMMEDIATE option of VARY AREA is used which abends and rolls back any active transactions.
    * Before proceeding to step 2, verify that all of the varied areas have the desired OFF or RET status.
  2. DCMT V J will force the active journal to be marked FULL and offloaded. This will contain all activity prior to the areas going to OFF/RET status.
  3. Take the Backup.
    - If any local update jobs will be run while the CV is down take a backup before and after those local updates.
  4. Vary the areas back to UPDATE mode.

If it is needed to RESTORE from backup and roll forward to a certain time, the backup AFTER local updates is used and the journal archives created after the varying of the areas and the active journal are concatenated and used as input to ROLLFORWARD.

Additional Information