This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
installation_guide [2014/03/12 17:20] admin |
installation_guide [2017/03/07 16:23] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Installation Guide ====== | ====== Installation Guide ====== | ||
+ | ===== RPM Package 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. | + | 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 ISOs at the following url: | + | A basic server installation is enough. You can found the CentOS 6.6 ISO at the following url: |
- | [[http://www.nemosupport.com/download/CentOS-5.9-x86_64-bin-DVD-1of2.iso]] | + | [[http://www.nemosupport.com/download/CentOS-6.6-x86_64-minimal.iso]] |
- | [[http://www.nemosupport.com/download/CentOS-5.9-x86_64-bin-DVD-2of2.iso]] | + | |
Then you have to configure the repository as the follow: | Then you have to configure the repository as the follow: | ||
- | <pre> | + | <code> |
cd /etc/yum.repos.d | cd /etc/yum.repos.d | ||
wget http://www.nemosupport.com/nemo.repo | wget http://www.nemosupport.com/nemo.repo | ||
- | </pre> | + | </code> |
+ | |||
+ | The repository is authenticated so you have to request an account from the contact form at http://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: | ||
+ | |||
+ | <code> | ||
+ | [nemo] | ||
+ | name=Nemo Repository - ScaiConnect s.r.l. | ||
+ | baseurl=http://theusername:thepassword@www.nemosupport.com/repo/6/$basearch/ | ||
+ | enabled=1 | ||
+ | gpgcheck=0 | ||
+ | </code> | ||
+ | |||
+ | Finally, using the root account, install NeMo with the command: | ||
+ | <code> | ||
+ | yum install nemo | ||
+ | </code> | ||
+ | |||
+ | 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: | ||
+ | |||
+ | {{ :install1.png?600 |}} | ||
+ | |||
+ | 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: | ||
+ | <code> | ||
+ | service nemod stop | ||
+ | service nemod start | ||
+ | </code> | ||
+ | |||
+ | |||
+ | ===== Using the virtual appliance ===== | ||
+ | |||
+ | At http://www.nemosupport.com/web/download.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), 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. | ||