diff options
-rw-r--r-- | doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml | 2 | ||||
-rwxr-xr-x | doc/book-enea-nfv-access-getting-started/doc/images/prep_deploy.png | bin | 322979 -> 141376 bytes | |||
-rwxr-xr-x | doc/book-enea-nfv-access-getting-started/doc/images/prep_execution.png | bin | 312054 -> 132829 bytes | |||
-rw-r--r-- | doc/book-enea-nfv-access-getting-started/doc/installation_guide.xml | 28 | ||||
-rw-r--r-- | doc/book-enea-nfv-access-getting-started/doc/introduction.xml | 4 |
5 files changed, 20 insertions, 14 deletions
diff --git a/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml b/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml index 8925498..c03f657 100644 --- a/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml +++ b/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml | |||
@@ -64,7 +64,7 @@ | |||
64 | <para>CSM support and Dual Boot must be enabled in BIOS (i.e. PXE | 64 | <para>CSM support and Dual Boot must be enabled in BIOS (i.e. PXE |
65 | booting in legacy mode), while the final Enea NFV Access image will | 65 | booting in legacy mode), while the final Enea NFV Access image will |
66 | boot in UEFI mode. Doing a mass deployment using legacy PXE booting | 66 | boot in UEFI mode. Doing a mass deployment using legacy PXE booting |
67 | usually means that SecureBoot is disabled, SecureBoot will need to | 67 | usually means that Secure Boot is disabled, Secure Boot will need to |
68 | be enabled afterwards.</para> | 68 | be enabled afterwards.</para> |
69 | </listitem> | 69 | </listitem> |
70 | 70 | ||
diff --git a/doc/book-enea-nfv-access-getting-started/doc/images/prep_deploy.png b/doc/book-enea-nfv-access-getting-started/doc/images/prep_deploy.png index e75275e..67b96a9 100755 --- a/doc/book-enea-nfv-access-getting-started/doc/images/prep_deploy.png +++ b/doc/book-enea-nfv-access-getting-started/doc/images/prep_deploy.png | |||
Binary files differ | |||
diff --git a/doc/book-enea-nfv-access-getting-started/doc/images/prep_execution.png b/doc/book-enea-nfv-access-getting-started/doc/images/prep_execution.png index 2917cd6..f589495 100755 --- a/doc/book-enea-nfv-access-getting-started/doc/images/prep_execution.png +++ b/doc/book-enea-nfv-access-getting-started/doc/images/prep_execution.png | |||
Binary files differ | |||
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 9e0ccb8..acd53b4 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 | |||
@@ -172,13 +172,13 @@ sudo systemctl mask -now firewalld</programlisting> | |||
172 | <para>Use the following command sequence to enable the required ports | 172 | <para>Use the following command sequence to enable the required ports |
173 | for deployment of the Enea uCPE Manager:</para> | 173 | for deployment of the Enea uCPE Manager:</para> |
174 | 174 | ||
175 | <programlisting>sudo firewall-cmd --permanent --add-service=80/tcp | 175 | <programlisting>sudo firewall-cmd --permanent --add-port=80/tcp |
176 | sudo firewall-cmd --permanent --add-service=443/tcp | 176 | sudo firewall-cmd --permanent --add-port=443/tcp |
177 | sudo firewall-cmd --permanent --add-service=54327/udp | 177 | sudo firewall-cmd --permanent --add-port=54327/udp |
178 | sudo firewall-cmd --permanent --add-service=5701-5708/tcp | 178 | sudo firewall-cmd --permanent --add-port=5701-5708/tcp |
179 | sudo firewall-cmd --permanent --add-service=4334/tcp | 179 | sudo firewall-cmd --permanent --add-port=4334/tcp |
180 | sudo firewall-cmd --permanent --add-service=2021-2040/tcp | 180 | sudo firewall-cmd --permanent --add-port=2021-2040/tcp |
181 | sudo firewall-cmd --permanent --add-service=7000-7010/tcp | 181 | sudo firewall-cmd --permanent --add-port=7000-7010/tcp |
182 | sudo firewall-cmd --reload</programlisting> | 182 | sudo firewall-cmd --reload</programlisting> |
183 | </section> | 183 | </section> |
184 | 184 | ||
@@ -261,7 +261,7 @@ export CLASSPATH=.:$JAVA_HOME/jre/lib:$JAVA_HOME/lib:$JAVA_HOME/lib/tools.jar</p | |||
261 | the existing postgres user):</para> | 261 | the existing postgres user):</para> |
262 | 262 | ||
263 | <programlisting>yum remove postgres\* | 263 | <programlisting>yum remove postgres\* |
264 | rm -f /var/lib/pgsql | 264 | rm -rf /var/lib/pgsql |
265 | rm -f /etc/postgres-reg.ini | 265 | rm -f /etc/postgres-reg.ini |
266 | userdel postgres</programlisting> | 266 | userdel postgres</programlisting> |
267 | 267 | ||
@@ -620,7 +620,7 @@ SystemBackup_MMMDD_YYYY_HHMM_SS.zip</programlisting> | |||
620 | Run Time Platform</title> | 620 | Run Time Platform</title> |
621 | 621 | ||
622 | <para>To install the Enea NFV Access Run Time Platform, create a | 622 | <para>To install the Enea NFV Access Run Time Platform, create a |
623 | bootable USB stick with the image you intend to install. </para> | 623 | bootable USB stick with the image you intend to install.</para> |
624 | 624 | ||
625 | <para>In the example below, step by step instructions are provided for | 625 | <para>In the example below, step by step instructions are provided for |
626 | the CentOS 7 distribution. It's possible with the appropriate tools to | 626 | the CentOS 7 distribution. It's possible with the appropriate tools to |
@@ -774,6 +774,12 @@ of=/dev/sdb bs=4M conv=fsync</programlisting> | |||
774 | stage, user should remove the USB stick and LAN cable and shutdown the | 774 | stage, user should remove the USB stick and LAN cable and shutdown the |
775 | uCPE device. It will be started after necessary configurations are done | 775 | uCPE device. It will be started after necessary configurations are done |
776 | on the Enea uCPE Manager, as described below.</para> | 776 | on the Enea uCPE Manager, as described below.</para> |
777 | |||
778 | <note> | ||
779 | <para>If the USB stick was booted in UEFI mode, an UEFI boot entry is | ||
780 | automatically created and the system will start booting from the | ||
781 | hard drive without further user configuration.</para> | ||
782 | </note> | ||
777 | </section> | 783 | </section> |
778 | 784 | ||
779 | <section id="prep_phys_exec"> | 785 | <section id="prep_phys_exec"> |
@@ -879,7 +885,7 @@ of=/dev/sdb bs=4M conv=fsync</programlisting> | |||
879 | establish a management connection, the user will add uCPE device | 885 | establish a management connection, the user will add uCPE device |
880 | information in the Enea uCPE Manager. This is accomplished by selecting | 886 | information in the Enea uCPE Manager. This is accomplished by selecting |
881 | <literal>Devices</literal> -> <literal>Manage</literal> -> | 887 | <literal>Devices</literal> -> <literal>Manage</literal> -> |
882 | <literal>Add</literal>. </para> | 888 | <literal>Add</literal>.</para> |
883 | 889 | ||
884 | <para>The relevant parameters are:</para> | 890 | <para>The relevant parameters are:</para> |
885 | 891 | ||
@@ -943,7 +949,7 @@ of=/dev/sdb bs=4M conv=fsync</programlisting> | |||
943 | misconfiguration), the uCPE device status will be seen as RED | 949 | misconfiguration), the uCPE device status will be seen as RED |
944 | (disconnected) in Enea uCPE Manager. Please check the accuracy of the | 950 | (disconnected) in Enea uCPE Manager. Please check the accuracy of the |
945 | information provided when the uCPE device was registered in the Enea | 951 | information provided when the uCPE device was registered in the Enea |
946 | uCPE Manager. </para> | 952 | uCPE Manager.</para> |
947 | 953 | ||
948 | <para>The uCPE device configuration can be amended. In order to do | 954 | <para>The uCPE device configuration can be amended. In order to do |
949 | that, please remove the WAN cable(s), reconnect the laptop to the LAN | 955 | that, please remove the WAN cable(s), reconnect the laptop to the LAN |
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 c303902..d403abf 100644 --- a/doc/book-enea-nfv-access-getting-started/doc/introduction.xml +++ b/doc/book-enea-nfv-access-getting-started/doc/introduction.xml | |||
@@ -32,7 +32,7 @@ | |||
32 | 32 | ||
33 | <itemizedlist> | 33 | <itemizedlist> |
34 | <listitem> | 34 | <listitem> |
35 | <para>The Enea NFV Access Run-Time Platform, which acts as the host | 35 | <para>The Enea NFV Access Run Time Platform, which acts as the host |
36 | for Virtualized Network Functions (VNFs) and provides management over | 36 | for Virtualized Network Functions (VNFs) and provides management over |
37 | NETCONF.</para> | 37 | NETCONF.</para> |
38 | </listitem> | 38 | </listitem> |
@@ -60,7 +60,7 @@ | |||
60 | <section id="nfv_access"> | 60 | <section id="nfv_access"> |
61 | <title>Enea NFV Access Run Time Platform</title> | 61 | <title>Enea NFV Access Run Time Platform</title> |
62 | 62 | ||
63 | <para>Enea NFV Access Runtime Platform is a lightweight, | 63 | <para>Enea NFV Access Run Time Platform is a lightweight, |
64 | multi-architecture virtualization platform built on de-facto standards | 64 | multi-architecture virtualization platform built on de-facto standards |
65 | in an SDN/NFV ecosystem. It is designed for a high networking | 65 | in an SDN/NFV ecosystem. It is designed for a high networking |
66 | performance with minimal hardware footprint, by only providing relevant | 66 | performance with minimal hardware footprint, by only providing relevant |