Resuming Table Replication

Explains how to resume replication between a source HPE Ezmeral Data Fabric Database binary or JSON table and a replica of that table when the replication state is set to paused from the Control System or by the maprcli table replica add or the maprcli table replica pause command.

Resuming Replication Using the Control System

About this task

Procedure

  1. Go to the table information page.
  2. Click Replicas to go to that tab.
  3. Select the replicas in paused state by clicking the associated checkbox.
    Selecting the checkbox next to a replica makes the Actions drop-down menu available.
  4. Select Resume Replication from the Actions drop-down menu.
    The Resume Replication confirmation window displays.
  5. Verify the list of replicas for which to resume replication and click Resume Replication.
    If necessary, click to leave the replica in paused state.

Resuming Replication Using the CLI or REST API

About this task

The resume replication, run the following command:

maprcli table replica resume -path <table path> -replica <replica table path>
To run this command, your user ID must have the following permissions:
  • readAce and writeAce on both the source volume and the target volume
  • lookupdir on directories in the paths of both tables
  • readperm and replperm permissions on the source table

For complete reference, see table replica resume.