This is an old revision of the document!


Installation Guide

Classic Installation

To install Ne.Mo. The Network Monitoring Tool you must have a machine with CentOS 5.9 x86_64, 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 ISOs at the following url:

https://www.nemosupport.com/download/CentOS-5.9-x86_64-bin-DVD-1of2.iso https://www.nemosupport.com/download/CentOS-5.9-x86_64-bin-DVD-2of2.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/web/contact.php 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/$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