summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-nfv-access-getting-started
diff options
context:
space:
mode:
authormrpa <miruna.paun@enea.com>2020-11-24 15:15:21 +0100
committermrpa <miruna.paun@enea.com>2020-11-24 15:16:29 +0100
commit310daf00dc4dec467ff5aec3c0be4f6471b4ebb3 (patch)
treeb9d1618884256f034f9e224537515a5a7633de6e /doc/book-enea-nfv-access-getting-started
parentf2526d6f26d065e963586784980c1e7536e8938f (diff)
downloadnfv-access-documentation-310daf00dc4dec467ff5aec3c0be4f6471b4ebb3.tar.gz
Updated minor edits for Getting Started, more to come.
Updated the relnotes with comments from dape, and a new limitation. Change-Id: Ifc41780ed5d595a72d5fe1d82feb2514a0481210 Signed-off-by: mrpa <miruna.paun@enea.com>
Diffstat (limited to 'doc/book-enea-nfv-access-getting-started')
-rw-r--r--doc/book-enea-nfv-access-getting-started/doc/installation_guide.xml29
-rw-r--r--doc/book-enea-nfv-access-getting-started/doc/introduction.xml2
2 files changed, 16 insertions, 15 deletions
diff --git a/doc/book-enea-nfv-access-getting-started/doc/installation_guide.xml b/doc/book-enea-nfv-access-getting-started/doc/installation_guide.xml
index 2e641a7..2590dec 100644
--- a/doc/book-enea-nfv-access-getting-started/doc/installation_guide.xml
+++ b/doc/book-enea-nfv-access-getting-started/doc/installation_guide.xml
@@ -81,7 +81,7 @@
81 <section id="sw_config"> 81 <section id="sw_config">
82 <title>Software Configuration</title> 82 <title>Software Configuration</title>
83 83
84 <para>The CentOS 7 machine requires a specific configuration for the setup 84 <para>The CentOS 7 server requires a specific configuration for the setup
85 to work.</para> 85 to work.</para>
86 86
87 <section id="firewall_config"> 87 <section id="firewall_config">
@@ -93,7 +93,9 @@
93 clients. Quick handling of a blocking firewall would be to disable it, 93 clients. Quick handling of a blocking firewall would be to disable it,
94 typical for a lab environment, through:</para> 94 typical for a lab environment, through:</para>
95 95
96 <programlisting>sudo service firewalld stop</programlisting> 96 <programlisting>sudo systemctl stop firewalld
97sudo systemctl disable firewalld
98sudo systemctl mask -now firewalld</programlisting>
97 99
98 <para>For an advanced firewall configuration, the following ports need 100 <para>For an advanced firewall configuration, the following ports need
99 to be opened:</para> 101 to be opened:</para>
@@ -460,7 +462,7 @@ Enea_NFV_Access_uCPEManager_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</pr
460 </listitem> 462 </listitem>
461 463
462 <listitem> 464 <listitem>
463 <para>Specify the database server port: 465 <para>Specify the database server port
464 <literal>[5432]</literal></para> 466 <literal>[5432]</literal></para>
465 </listitem> 467 </listitem>
466 468
@@ -470,12 +472,12 @@ Enea_NFV_Access_uCPEManager_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</pr
470 </listitem> 472 </listitem>
471 473
472 <listitem> 474 <listitem>
473 <para>Specify database password: 475 <para>Specify database password
474 <literal>[postgres]</literal></para> 476 <literal>[postgres]</literal></para>
475 </listitem> 477 </listitem>
476 478
477 <listitem> 479 <listitem>
478 <para>Specify database startup thread pool size: 480 <para>Specify database startup thread pool size
479 <literal>[1]</literal></para> 481 <literal>[1]</literal></para>
480 </listitem> 482 </listitem>
481 </itemizedlist> 483 </itemizedlist>
@@ -486,13 +488,13 @@ Enea_NFV_Access_uCPEManager_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</pr
486 488
487 <itemizedlist spacing="compact"> 489 <itemizedlist spacing="compact">
488 <listitem> 490 <listitem>
489 <para>Specify service username: 491 <para>Specify service username
490 <literal>ucpemanager</literal>.</para> 492 [<literal>ucpemanager</literal>]</para>
491 </listitem> 493 </listitem>
492 494
493 <listitem> 495 <listitem>
494 <para>Specify service password: 496 <para>Specify service password
495 <literal>ucpemanager</literal>.</para> 497 <literal>[ucpemanager</literal>]</para>
496 </listitem> 498 </listitem>
497 </itemizedlist> 499 </itemizedlist>
498 </listitem> 500 </listitem>
@@ -503,7 +505,7 @@ Enea_NFV_Access_uCPEManager_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</pr
503 <itemizedlist spacing="compact"> 505 <itemizedlist spacing="compact">
504 <listitem> 506 <listitem>
505 <para>Specify the IP address of the local interface: The 507 <para>Specify the IP address of the local interface: The
506 CentOS 7 loopback address: 508 CentOS 7 Server loopback address:
507 <literal>127.0.0.1</literal>.</para> 509 <literal>127.0.0.1</literal>.</para>
508 </listitem> 510 </listitem>
509 511
@@ -520,8 +522,7 @@ Enea_NFV_Access_uCPEManager_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</pr
520 <itemizedlist spacing="compact"> 522 <itemizedlist spacing="compact">
521 <listitem> 523 <listitem>
522 <para>Please enter the new Maximum Heap Size: <literal>4 524 <para>Please enter the new Maximum Heap Size: <literal>4
523 GB</literal>.<remark>Is this value 525 GB</literal>.</para>
524 accurate?</remark></para>
525 </listitem> 526 </listitem>
526 </itemizedlist> 527 </itemizedlist>
527 </listitem> 528 </listitem>
@@ -551,8 +552,8 @@ Enea_NFV_Access_uCPEManager_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</pr
551 </listitem> 552 </listitem>
552 553
553 <listitem> 554 <listitem>
554 <para>Open the IP Address of the CentOS 7 in a web browser on the 555 <para>Open the IP Address of the CentOS 7 Server in a web browser
555 laptop and log in with the username and password: 556 on the laptop and log in with the username and password:
556 <literal>admin</literal>/<literal>admin</literal>.</para> 557 <literal>admin</literal>/<literal>admin</literal>.</para>
557 </listitem> 558 </listitem>
558 </orderedlist> 559 </orderedlist>
diff --git a/doc/book-enea-nfv-access-getting-started/doc/introduction.xml b/doc/book-enea-nfv-access-getting-started/doc/introduction.xml
index 7a2f01e..0509566 100644
--- a/doc/book-enea-nfv-access-getting-started/doc/introduction.xml
+++ b/doc/book-enea-nfv-access-getting-started/doc/introduction.xml
@@ -55,7 +55,7 @@
55 xmlns:xi="http://www.w3.org/2001/XInclude" 55 xmlns:xi="http://www.w3.org/2001/XInclude"
56 xpointer="element(book_enea_nfv_access_auto_fw_th_user_guide/1)" />.</para> 56 xpointer="element(book_enea_nfv_access_auto_fw_th_user_guide/1)" />.</para>
57 57
58 <para> Details concerning release content, including documentation 58 <para>Details concerning release content, including documentation
59 structure, are provided in the <xi:include 59 structure, are provided in the <xi:include
60 href="../../s_docbuild/olinkdb/pardoc-common.xml" 60 href="../../s_docbuild/olinkdb/pardoc-common.xml"
61 xmlns:xi="http://www.w3.org/2001/XInclude" 61 xmlns:xi="http://www.w3.org/2001/XInclude"