Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:installation_free_guide [2016/03/10 15:57]
admin
en:installation_free_guide [2016/10/26 17:18] (current)
admin [Downloading the Virtual Appliance]
Line 1: Line 1:
 ====== FREE Edition Installation Guide ====== ====== FREE Edition Installation Guide ======
 +
 +
 +
 +===== Downloading the Virtual Appliance =====
 +
 +At [[http://​www.nemosupport.com/​web/​freedownload.php|http://​www.nemosupport.com/​web/​freedownload.php]] 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), to activate the software follows these steps.
 +
 +  * Access the NEMO GUI at http://​youripaddress/​monitor/​ (admin/​admin) and in the **Admin** tab select the **license** icon:
 +{{ :​install1.png?​600 |}}
 +  * Get the SERIAL NUMBER
 +  * Generate a valid free license code at the url http://​www.nemosupport.com/​web/​genlicense.php.
 +  * Wait for the email containing the license code
 +  * Insert the license code in the email in the NEMO GUI.
 +
 +After installing the license code it needs to restart the service by entering with root grants and typing:
 +<​code>​
 +service nemod stop
 +service nemod start
 +</​code>​
 +
 +===== RPM Package Installation =====
 +
 +If you want to install Ne.Mo. Network Monitoring Tool in an existing server (physical or virtual), you must have a machine with CentOS 6.5 (64bit) or higher. 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: 
 +
 +[[http://​www.nemosupport.com/​download/​CentOS-6.6-x86_64-minimal.iso]]
 +
 +Then you have to configure the repository as the follow:
 +
 +<​code>​
 +cd /​etc/​yum.repos.d
 +wget http://​www.nemosupport.com/​nemofree.repo
 +</​code>​
 +
 +You can install install NeMo executing ​ the command: ​
 +<​code>​
 +yum install nemo
 +</​code>​
 +
 +To obtain the license key follow the instruction in the previous paragraph.