View a markdown version of this page

Step C: Run the Redundancy Install Script - AWS Elemental Conductor File

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.

  1. 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 primary

    where <dbrepl_config> is the file that you created above.

  2. You are prompted to restart the Conductor node.

    [elemental@hostname ~]$ sudo /etc/init.d/elemental_se restart
  3. On 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 secondary

    where <dbrepl_config> is the file you created above.

  4. You are prompted to restart the Conductor node.

    [elemental@hostname ~]$ sudo /etc/init.d/elemental_se restart