From c258a5447c9f7fad17aead47d62954d81ec41a34 Mon Sep 17 00:00:00 2001 From: Doug Stefanelli Date: Wed, 19 Aug 2020 00:53:45 -0400 Subject: Review uCPE Manager section from Getting Started user guide. Added FCAPS acronym, Removed uCPE Manager Windows support from introduction, Updated uCPE Manager Postgres note, Added igb_uio as a DPDK-type. Change-Id: I4cd47f199ac655e2b6c4e4091d8e3953b8c06059 Signed-off-by: Doug Stefanelli --- .../doc/definitions_and_acronyms.xml | 14 ++++++--- .../doc/getting_started_ucpe_manager.xml | 33 +++++++++++++++++----- .../doc/introduction.xml | 8 +++--- 3 files changed, 40 insertions(+), 15 deletions(-) diff --git a/doc/book-enea-nfv-access-getting-started/doc/definitions_and_acronyms.xml b/doc/book-enea-nfv-access-getting-started/doc/definitions_and_acronyms.xml index 8851aed..e5f81fc 100644 --- a/doc/book-enea-nfv-access-getting-started/doc/definitions_and_acronyms.xml +++ b/doc/book-enea-nfv-access-getting-started/doc/definitions_and_acronyms.xml @@ -77,6 +77,13 @@ Extensible Firmware Interface. + + FCAPS + + Fault-management, Configuration, Accounting, Performance + and Security. + + NETCONF @@ -116,10 +123,9 @@ PCI Passthrough - PCI Passthrough allows for use of a physical PCI device, - e.g. a network card inside a VM. - If you "PCI passthrough" a device, the device is not available to - the host anymore. + PCI Passthrough allows for use of a physical PCI device, + e.g. a network card inside a VM. If you "PCI passthrough" a + device, the device is not available to the host anymore. diff --git a/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml b/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml index 85ee5a3..818bd52 100644 --- a/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml +++ b/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml @@ -117,8 +117,7 @@ OpenJDK 64-Bit Server VM 18.9 (build 11.0.3+7-LTS, mixed mode, sharing)export JAVA_HOME=$(dirname $(dirname $(readlink $(readlink $(which javac))))) export PATH=$PATH:$JAVA_HOME/bin -export CLASSPATH=.:$JAVA_HOME/jre/lib:$JAVA_HOME/lib:$JAVA_HOME/lib/tools.jar - +export CLASSPATH=.:$JAVA_HOME/jre/lib:$JAVA_HOME/lib:$JAVA_HOME/lib/tools.jar @@ -136,6 +135,26 @@ export CLASSPATH=.:$JAVA_HOME/jre/lib:$JAVA_HOME/lib:$JAVA_HOME/lib/tools.jar root privileges. + + If you plan to use the PostgreSQL server bundled with the + uCPE Manager, verify that there is no existing installation of the + Postgres database. Execute the following command to check if you + have a currently running PostgreSQL database server: + + ps -ef | grep post + + To remove a currently installed PostgreSQL server (including the + existing postgres user), run the following commands: + + yum remove postgres\* +rm -f /var/lib/pgsql +rm -f /etc/postgres-reg.ini +userdel postgres + + This step is not necessary if the uCPE Manager + will be using an external database (like MariaDB). + + Choose the target installation folder, e.g. /opt/ems. Everything will be installed under a @@ -607,13 +626,13 @@ export CLASSPATH=.:$JAVA_HOME/jre/lib:$JAVA_HOME/lib:$JAVA_HOME/lib/tools.jar Configuring a physical interface in DPDK mode will require a DPDK-based application (e.g. OVS-DPDK) in order to access and use the - interface. An interface set as the DPDK can be attached to an OVS-DPDK + interface. An interface set as DPDK can be attached to an OVS-DPDK bridge. Make sure the Enable DPDK checkbox is selected in Device -> Configuration -> - DPDK, otherwise no interface can be assigned to the + DPDK, otherwise no interface can be assigned as DPDK. @@ -635,8 +654,8 @@ export CLASSPATH=.:$JAVA_HOME/jre/lib:$JAVA_HOME/lib:$JAVA_HOME/lib/tools.jar Dpdk-type: the kernel module that allows user space access - to the physical interface. The vfio-pci driver - is used. + to the physical interface. Either the vfio-pci + or the igb_uio driver can be used. @@ -2013,4 +2032,4 @@ export CLASSPATH=.:$JAVA_HOME/jre/lib:$JAVA_HOME/lib:$JAVA_HOME/lib/tools.jar - \ No newline at end of file + 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 c6a4f04..96c3172 100644 --- a/doc/book-enea-nfv-access-getting-started/doc/introduction.xml +++ b/doc/book-enea-nfv-access-getting-started/doc/introduction.xml @@ -64,9 +64,9 @@ Enea uCPE Manager is a control center application providing a full FCAPS and VNF management experience through a GUI and REST API. It can be - deployed on a host or a virtual machine. CentOS and Windows are supported - host platforms by default. The uCPE Manager uses a southbound EdgeLink - NETCONF protocol to connect and manage uCPE devices. + deployed on a host or a virtual machine running 64-bit CentOS on an x86 + platform. The uCPE Manager uses a southbound EdgeLink NETCONF protocol to + connect and manage uCPE devices. Enea uCPE Manager provides the following key features: @@ -92,4 +92,4 @@ - \ No newline at end of file + -- cgit v1.2.3-54-g00ecf