Arctera

After the product upgrade on secondary site, replication may fail to resume with “Secondary SRL missing” error [3931763]

When you attempt to resume the replication after the product upgrade on secondary site is complete, the replication may fail to resume with a configuration error “Secondary SRL missing”.

This issue occurs because even after the product upgrade is complete, the Storage Replicator Log (SRL) volume remains disassociated from the Replicated Volume Group (RVG).

During a product upgrade, the installer pauses the replication and performs several tasks that include dissociation and association of SRL volume. Due to some internal error, the installer fails to reassociate the SRL volume to the RVG. As a result, when you attempt to resume the replication from the primary site to the upgraded secondary site, it fails to start with a “Secondary SRL missing” error.

Workaround: Perform the following steps to restart the replication

  1. On the upgraded site, associate the SRL to RVG

    #vxvol -g DiskGroup_name aslog RVG_name SRL_name

  2. Start RVG

    # vxrvg -g DiskGroup_name -f start RVG_name

  3. Stop replication at primary site

    # vradmin -g DiskGroup_name -f stoprep RVG_name

  4. Start replication at primary site

    # vradmin -g DiskGroup_name -a startrep RVG_name Secondary_hostname

After the product upgrade on secondary site, replication may fail to resume with “Secondary SRL missing” error [3931763]

In this article