This is version 2.18 of the AWS Elemental Conductor File documentation. This is the latest version. For prior versions, see the Archive section of AWS Elemental Conductor File and AWS Elemental Server Documentation.
Step C: Run the Redundancy Install Script
This install script configures Conductor redundancy.
On the primary Conductor, enter the following command to run the database redundancy install script.
[elemental@hostname ~]$ sudo /opt/elemental_se/.support_utils/dbrepl configure dbrepl_config.yml primarywhere <dbrepl_config> is the file that you created above.
You are prompted to restart the Conductor node.
[elemental@hostname ~]$ sudo /etc/init.d/elemental_se restartOn the secondary Conductor, enter the following command to configure the secondary Conductor.
[elemental@hostname ~]$ sudo /opt/elemental_se/.support_utils/dbrepl configure dbrepl_config.yml secondarywhere <dbrepl_config> is the file you created above.
You are prompted to restart the Conductor node.
[elemental@hostname ~]$ sudo /etc/init.d/elemental_se restart