Previous Topic: Enable Multiwrite Replication Using DXmanager

Next Topic: Include a DSA in a Multiwrite Group

Enable Multiwrite Replication Using Configuration Files

If you do not use DXmanager and you want to enable replication, you need to use configuration files.

To enable multiwrite replication using configuration files

  1. Add the DSA flags multi-write and no-service-while-recovering to the shared knowledge, as follows:
    set dsa dsaname =
    {
    ...
    dsa-flags = multi-write, no-service-while-recovering ...
    ...
    };
    
  2. Restart the DSA.

More information:

set dsa Command—Define the Knowledge Settings of a DSA