Creating Strict Master Replicates
About this task
You can create a strict master replicate in which all
participants have the same replicated column names by using the --name=y option.
This option specifies that when the master replicate verification
is done for a new participant, that the column names on the participant
must be identical to the column names of the master replicate. Strict
master replicates allow you to perform the following tasks:
- Alter operations on replicated tables. For more information, see Alter, rename, or truncate operations during replication.
- Remastering by using the cdr remaster command. For more information, see Remastering a Replicate.
You can modify an existing master replicate to remove name verification by using the --name=n option of the cdr modify replicate command.