Starting replication using full synchronization with Storage Checkpoint

Use the vradmin command with the Storage Checkpoint option to start replication using full synchronization with Storage Checkpoint.

To start replication using full synchronization with Storage Checkpoint

  1. From the primary site, synchronize the RVG on the secondary site with full synchronization (using the -c checkpoint option):
    vradmin -g disk_group -full -c ckpt_name syncrvg pri_rvg sec_host
    					

    where:

    • disk_group is the disk group on the primary site that VVR will replicate

    • ckpt_name is the name of the Storage Checkpoint on the primary site

    • pri_rvg is the name of the RVG on the primary site

    • sec_host is the virtual host name for the secondary site

    For example:

    # vradmin -g oradatadg -c rac1_ckpt syncrvg rac1_rvg 
    clus2
  2. To start replication after full synchronization, enter the following command:
    # vradmin -g oradatadg -c rac1_ckpt startrep rac1_rvg 
    clus2