IBM BPM, V8.0.1, All platforms > Troubleshooting and support > Disaster recovery > Recovery scenarios

Runtime backup and restoration

After you back up and restore the configuration and runtime data, verify whether the current instances, such as long-running process instances, short-running process instances, SCA invocation instances, and IBM Business Monitor monitored instances, can be restored to the secondary environment.

This is the most challenging scenario, and it requires special design considerations.

Because RAM data will be lost during the backup and restoration procedure, you must depend on global transactions to keep data integrity.

To ensure overall consistency, all modified resources inside the scenario design must be included in the same recovery scope.

For asynchronous invocation, you can get different replay results because you can have different settings on the transaction boundaries. Because the transaction cannot pass through the boundary of caller and partner, a separate transaction context is required for both caller and partner, so that they can be restored through the disaster recovery procedure.

The testing scenario is shown in the following figure:

The scenario consists of the following steps:


Procedure

To verify the data for this scenario:

  1. Generate some load on the environment, and make sure that some instances are still running.
  2. Take a snapshot of the environment.
  3. Restore the snapshot to the secondary environment.

  4. To observe the behavior of the restored environment, start the whole environment in an isolated environment that does not share any resources with the primary environment.


Results

After you verify the data, you should discover that the running instances will continue for navigation in the secondary environment as normal and the instance states from IBM BPM and IBM Business Monitor are consistent.

Through the persistence and transaction support of the underlying implementation, the running instances will continue to run through the backup and restoration procedure.

Recovery scenarios