From 70f6371dd56f1553d2a189dac7a9310aad4dba3d Mon Sep 17 00:00:00 2001 From: Toma Bilius Date: Wed, 24 Mar 2021 19:42:35 +0200 Subject: ELCCR-1528 Update user documentation with new arbiter feature Change-Id: I765191290f5a14f9d2bb2495dfe8ccbd8180e6fb Signed-off-by: Toma Bilius --- .../doc/advanced_configurations.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml b/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml index 18c1545..2f34153 100644 --- a/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml +++ b/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml @@ -417,9 +417,9 @@ node0.1048576kB = 3 -
- Installing the Enea Edge Management in High Availability Mode + Installing the Enea Edge Management in High Availability + Mode The following describes the setup needed for running the Enea Edge Management in High Availabilty (HA) mode, with a MariaDB database cluster. @@ -927,6 +927,8 @@ Is this server part of a cluster? [Y/N]: Y Specify the name of the cluster [ucpemanager]: Specify the shared (virtual) cluster IP address: 192.168.10.10 Specify the netmask for the cluster IP address [255.255.255.0]: +Specify the IP address of the (optional) arbiter: 192.168.10.13 +Specify the port associated with the (optional) arbiter [3306]: HA Configuration files modified successfully. Configuration complete. @@ -938,6 +940,14 @@ Configuration complete. communicating with the database. + The arbiter IP and port are used to mitigate split brain + situations. Providing an empty arbiter IP implies that no arbiter + checking is enabled - in other words, it implies that arbiter + connectivity is not checked. It is highly recommended to introduce an + arbiter to help with split brain scenarios. For instance, one of the + MariaDB cluster nodes can be used, with the default port + 3306 (the MariaDB listening port). + Once the servers are up and running, log into the Primary and go to System and select Cluster -- cgit v1.2.3-54-g00ecf