Adding Binary Table Replicas
Explains how to add replicas of binary tables using either the Control System or the CLI.
About this task
You can register a HPE Data Fabric Database Binary table as a replica of another HPE Data Fabric Database Binary table using the Control System and CLI. When you add a replica using the Control System, you can also setup and start replication between a source HPE Data Fabric Database Binary table to a replica HPE Data Fabric Database Binary table. Before you begin, complete the steps to prepare HPE Data Fabric clusters for table replication.
Adding Binary Table Replica Using the Control System
About this task
Procedure
Adding Binary Table Replica Using the CLI or the REST API
About this task
To add a replica, run the following command:
maprcli table replica add -path <table path> -replica <replica table path>
To run this command, your user ID must have the following permissions:
readAceandwriteAceon both the source volume and the target volumelookupdiron directories in the paths of both tablesreadpermandreplpermpermissions on the source table
For complete reference information, see
table replica add.NOTE
You also have the option to use maprcli table replica
autosetup which will setup and start replication. For more
information, see table replica autosetup.