This is an old revision of the document!


Installation Guide

Classic Installation

To install Ne.Mo. Network Monitoring Tool you must have a machine with CentOS 6.5 (64bit) or higher, physical or virtual.The amount of RAM, CPU and DISK depends on how many devices you want to monitor. A basic server installation is enough. You can found the CentOS 6.6 ISO at the following url:

https://www.nemosupport.com/download/CentOS-6.6-x86_64-minimal.iso

Then you have to configure the repository as the follow:

cd /etc/yum.repos.d
wget https://www.nemosupport.com/nemo.repo

The repository is authenticated so you have to request an account from the contact form at https://www.nemosupport.com/ or writing an email to support@nemosupport.com.

After you receive the username and password to access our repository it is necessary modifying the nemo.repo file like that:

[nemo]
name=Nemo Repository - ScaiConnect s.r.l.
baseurl=http://theusername:thepassword@www.nemosupport.com/repo/6/$basearch/
enabled=1
gpgcheck=0

Finally, using the root account, install NeMo with the command:

yum install nemo

To obtain the license key you have to access the NEMO web interface at http://youripaddress/monitor/ (admin/admin) and in the Admin tab select the license icon:

Than send the SERIAL NUMBER via email to support@nemosupport.com to request the LICENSE CODE to enter in the right field.

After installing the license code it needs to restart the service by entering with root grants and typing:

service nemod stop
service nemod start

Using the virtual appliance

At https://www.nemosupport.com/download/NemoVA.ova is available a virtual appliance updated to the latest NeMo release (root access password is “changeme”). After it is imported on a virtualization platform (both VMWare and VirtualBox were tested), you must activate the software.

To obtain the license key you have to access the NEMO web interface at http://youripaddress/monitor/ (admin/admin) and in the Admin tab select the license icon:

Than send the SERIAL NUMBER via email to support@nemosupport.com to request the LICENSE CODE to enter in the right field.