summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToma Bilius <toma.bilius@enea.com>2021-03-24 19:42:35 +0200
committerMiruna Paun <mrpa@enea.se>2021-03-24 23:58:23 +0100
commit70f6371dd56f1553d2a189dac7a9310aad4dba3d (patch)
tree578448b51d5af853765536b10cd2890cd1263953
parent41cd787a201e96bc4452d007d7cb0724e005b29b (diff)
downloadnfv-access-documentation-70f6371dd56f1553d2a189dac7a9310aad4dba3d.tar.gz
ELCCR-1528 Update user documentation with new arbiter feature
Change-Id: I765191290f5a14f9d2bb2495dfe8ccbd8180e6fb Signed-off-by: Toma Bilius <toma.bilius@enea.com>
-rw-r--r--doc/book-enea-edge-getting-started/doc/advanced_configurations.xml14
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>
927Specify the name of the cluster [ucpemanager]: 927Specify the name of the cluster [ucpemanager]:
928Specify the shared (virtual) cluster IP address: <emphasis role="bold">192.168.10.10</emphasis> 928Specify the shared (virtual) cluster IP address: <emphasis role="bold">192.168.10.10</emphasis>
929Specify the netmask for the cluster IP address [255.255.255.0]: 929Specify the netmask for the cluster IP address [255.255.255.0]:
930Specify the IP address of the (optional) arbiter: <emphasis role="bold">192.168.10.13</emphasis>
931Specify the port associated with the (optional) arbiter [3306]:
930HA Configuration files modified successfully. 932HA Configuration files modified successfully.
931Configuration complete.</programlisting> 933Configuration 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