aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>2017-12-07 14:08:42 +0000
committerMytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>2017-12-07 14:10:08 +0000
commit55a50d031577a8cf0e532421bfc5a3dee6e92754 (patch)
treec0b27ce0cd5b562d8d1682f281e753cbb5828e29 /docs
parentc22fed53362c7ee31cd9396a8e57cae0c2cbc5a4 (diff)
VES: Updated CentOS install steps (part 2)
Change-Id: I3734518709d605e9480f0dca94db4ba7fea037f4 Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/release/userguide/collectd.ves.userguide.rst6
-rw-r--r--docs/release/userguide/feature.userguide.rst16
2 files changed, 15 insertions, 7 deletions
diff --git a/docs/release/userguide/collectd.ves.userguide.rst b/docs/release/userguide/collectd.ves.userguide.rst
index 9cb2db8f..ea32ceb1 100644
--- a/docs/release/userguide/collectd.ves.userguide.rst
+++ b/docs/release/userguide/collectd.ves.userguide.rst
@@ -36,9 +36,13 @@ Install Kafka Broker
.. code:: bash
- $ sudo yum install java-1.6.0-openjdk
+ $ sudo yum update -y
+ $ sudo yum install java-1.8.0-openjdk
+ $ sudo yum install epel-release
$ sudo yum install python-pip
$ sudo yum install zookeeper
+ $ sudo yum install telnet
+ $ sudo yum install wget
.. note:: You may need to add the repository that contains zookeeper.
To do so, follow the step below and try to install `zookeeper` again
diff --git a/docs/release/userguide/feature.userguide.rst b/docs/release/userguide/feature.userguide.rst
index cd4051f4..21b29dca 100644
--- a/docs/release/userguide/feature.userguide.rst
+++ b/docs/release/userguide/feature.userguide.rst
@@ -1052,14 +1052,18 @@ On Centos, install the dependencies:
.. code:: bash
- $ sudo yum install libxml2-dev libpciaccess-devel yajl-devel device-mapper-devel
+ $ sudo yum install libxml2-devel libpciaccess-devel yajl-devel device-mapper-devel
Install libvirt:
-libvirt version in package manager might be quite old and offer only limited
-functionality. Hence, building and installing libvirt from sources is recommended.
-Detailed instructions can bet found at:
-https://libvirt.org/compiling.html
+.. note:: libvirt version in package manager might be quite old and offer only
+ limited functionality. Hence, building and installing libvirt from sources
+ is recommended. Detailed instructions can bet found at:
+ https://libvirt.org/compiling.html
+
+.. code:: bash
+
+ $ sudo yum install libvirt-devel
Certain metrics provided by the plugin have a requirement on a minimal version of
the libvirt API. *File system information* statistics require a *Guest Agent (GA)*
@@ -1336,4 +1340,4 @@ References
.. _CVE-2017-7401: https://www.cvedetails.com/cve/CVE-2017-7401/
.. _CVE-2016-6254: https://www.cvedetails.com/cve/CVE-2016-6254/
.. _CVE-2010-4336: https://www.cvedetails.com/cve/CVE-2010-4336/
-.. _Exec plugin: https://collectd.org/wiki/index.php/Plugin:Exec \ No newline at end of file
+.. _Exec plugin: https://collectd.org/wiki/index.php/Plugin:Exec