diff options
-rw-r--r-- | doc/book-enea-edge-getting-started/doc/advanced_configurations.xml | 14 |
1 files 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 </programlisting> | |||
417 | </section> | 417 | </section> |
418 | </section> | 418 | </section> |
419 | 419 | ||
420 | |||
421 | <section condition="hidden" id="high_availability_ig"> | 420 | <section condition="hidden" id="high_availability_ig"> |
422 | <title>Installing the Enea Edge Management in High Availability Mode</title> | 421 | <title>Installing the Enea Edge Management in High Availability |
422 | Mode</title> | ||
423 | 423 | ||
424 | <para>The following describes the setup needed for running the Enea Edge | 424 | <para>The following describes the setup needed for running the Enea Edge |
425 | Management in High Availabilty (HA) mode, with a MariaDB database cluster. | 425 | Management in High Availabilty (HA) mode, with a MariaDB database cluster. |
@@ -927,6 +927,8 @@ Is this server part of a cluster? [Y/N]: <emphasis role="bold">Y</emphasis> | |||
927 | Specify the name of the cluster [ucpemanager]: | 927 | Specify the name of the cluster [ucpemanager]: |
928 | Specify the shared (virtual) cluster IP address: <emphasis role="bold">192.168.10.10</emphasis> | 928 | Specify the shared (virtual) cluster IP address: <emphasis role="bold">192.168.10.10</emphasis> |
929 | Specify the netmask for the cluster IP address [255.255.255.0]: | 929 | Specify the netmask for the cluster IP address [255.255.255.0]: |
930 | Specify the IP address of the (optional) arbiter: <emphasis role="bold">192.168.10.13</emphasis> | ||
931 | Specify the port associated with the (optional) arbiter [3306]: | ||
930 | HA Configuration files modified successfully. | 932 | HA Configuration files modified successfully. |
931 | Configuration complete.</programlisting> | 933 | Configuration complete.</programlisting> |
932 | 934 | ||
@@ -938,6 +940,14 @@ Configuration complete.</programlisting> | |||
938 | communicating with the database.</para> | 940 | communicating with the database.</para> |
939 | </note> | 941 | </note> |
940 | 942 | ||
943 | <para>The arbiter IP and port are used to mitigate split brain | ||
944 | situations. Providing an empty arbiter IP implies that no arbiter | ||
945 | checking is enabled - in other words, it implies that arbiter | ||
946 | connectivity is not checked. It is highly recommended to introduce an | ||
947 | arbiter to help with split brain scenarios. For instance, one of the | ||
948 | MariaDB cluster nodes can be used, with the default port | ||
949 | <literal>3306</literal> (the MariaDB listening port).</para> | ||
950 | |||
941 | <para>Once the servers are up and running, log into the <emphasis | 951 | <para>Once the servers are up and running, log into the <emphasis |
942 | role="bold">Primary</emphasis> and go to <emphasis | 952 | role="bold">Primary</emphasis> and go to <emphasis |
943 | role="bold">System</emphasis> and select <emphasis role="bold">Cluster | 953 | role="bold">System</emphasis> and select <emphasis role="bold">Cluster |