Previous Topic: Reporting Synchronization Differences

Next Topic: How Replication Works

How Offline Synchronization Works

Offline synchronization lets you copy data to be replicated to an external device and then from the device to the Replica server. This is a method effective for transferring huge data volumes with low network bandwidth.

Consider these tips when using offline synchronization:

Note: You cannot use offline synchronization for scenarios with scheduled replication or scenarios in which the Master is a UNIX/Linux host.

To set up offline synchronization

  1. Configure a scenario in the usual manner.
  2. When you reach the final stage in the Scenario Creation Wizard, do not click Run Now. Instead, click Finish.
  3. From the Manager, click Run. The Run dialog opens.
  4. Select Offline Synchronization and click OK.

    After the scenario begins, the Event Console displays the path to the data so you can perform the manual copy. CA ARCserve RHA takes a VSS snapshot so you can copy data with no impact to the production data set.

    The following three points are only for Full System Scenarios, ignore if you are not using full system scenarios.
    1. The master volume generates VSS and you can find data at C:\OfflineSyncMountPoint\<scenario ID>\.

      Note: You can customize the root volume by configuring the SnapshotStorageVolume value in ws_rep.cfg.

    2. On the replica the disk volume is generated and then mounted as <install path>\Engine\vm\<scenario ID>\.
    3. To copy data from the master to the replica mount point, manually copy data from the VSS path created on the master to an external device or optical media (DVD-R, CD-R). Physically transport the external media to the Replica server.

    Manually copy the data that is stored at the master VSS path to an external device or optical media (DVD-R, CD-R). Physically transport the external media to the Replica server.

    The following example copies data to an external device.

    Note: Copy utilities may not copy all files due to specific limitations. For example, Windows Explorer fails to copy files that have full names (including the path) exceeding 260 bytes and Xcopy changes sparse files to non-sparse files when copied.

During transport, the production dataset caches any changes in the source data in the Replica spool.

  1. Copy the data that is stored on the external media to the correct root directory on the Replica server.
  2. Click Tools, Offline Sync Management. The Offline Sync Management dialog opens. Choose an option and click OK. Choose Continue Offline Sync and verify the data copies to the Replica (recommended) to confirm the data copy process or click Continue Offline Sync without verifying the data copied to Replica to skip verification. If desired, click the option to Delete VSS Snapshots created for Offline Synchronization.
  3. When the validation process starts, events are shown in the Event Console. When the process is complete, the Synchronization status changes to Replication. Any changes cached in spool on the Replica during the offline sync are now committed to the Replica and deleted from the spool.