Removing Table Replicas
Explains how to un-register one or more replicas using either the Control System or the CLI.
Removing Replication Using the Control System
About this task
Procedure
- Go to the table information page.
- Click Replication to go to that tab.
-
Select the replicas to remove by clicking the associated checkbox.
Selecting the checkbox next to a replica makes the Actions drop-down menu available.
-
Select Remove Replica(s) from the
Actions drop-down menu.
The Remove Replica(s) confirmation window displays.
-
Verify the list of replicas to remove and click Remove Replica.
If necessary, click to remove a replica.
The selected replicas are no longer replicas of the source table and will no longer receive updates from the source table. You must also remove upstream source to remove the association between the source table and the replica table. For more information, see Removing Upstream Sources.
Removing Replication Using the CLI or REST API
About this task
The un-register a replica, run the following command:
maprcli table replica remove -path <table path> -replica <replica table path>
To run this command, your user ID must have the following permissions:
readAce
andwriteAce
on both the source volume and the target volumelookupdir
on directories in the paths of both tablesreadperm
andreplperm
permissions on the source table
For complete reference, see table replica remove
.