You can modify replicate sets in two ways:
To add a replicate to an existing replicate set, use the command cdr change replicateset --add. For example, to add two replicates to sales_set, enter:
cdr change replicateset --add sales_set sales_kauai \ sales_moorea
The state of the replicate when you add it to a replicate set depends on the type of replicate set:
To delete a replicate from the replicate set, use cdr change replicate --delete.
For example, to delete the two replicates, sales_kauai and sales_moorea, from the replicate set, enter:
cdr change replicateset --delete sales_set sales_kauai\ sales_moorea
When you add or remove a replicate from an exclusive replicate set that is suspended or that is defined with a frequency interval, Enterprise Replication transmits all the data in the queue for the replicates in the replicate set up to the point when you added or removed the replicate. For more information, see Suspending a Replicate Set and Frequency Options.
For more information, see cdr change replicateset.
You can change the replication frequency for the replicates in an exclusive or non-exclusive replicate set using the cdr modify replicateset command. For more information, see Specifying Replication Frequency.
For example, to change the replication frequency for each of the replicates in the sales_set to every Monday at midnight, enter:
cdr modify replicateset sales_set Monday.24:00
For more information, see cdr change replicateset.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]