NINO RPM installation

An easy to use NINO RPM package is available to install NINO for LiNUX.

The NINO RPM package for LiNUX will install:

Installation procedure

NRStepAction
1 Download the install package. http://sourceforge.net/projects/nino/
2 Install all RPM packages needed to run NINO:
- Apache
- MySQL
- Net-SNMP
- Perl modules

Install the NINO package:
Standard (All Linux):
rpm -Uvh nino-4.x.x.i386.rpm

Also auto-install all dependant packages (Mandrake 10.1):
urpmi nino-4.x.x.i386.rpm
3 Start Apache and MySQL on the management server
cd /etc/init.d
./httpd restart
./mysqld restart
4 Install NINO database using a browser. Goto: http://localhost/nino/install.html. The MySQL root password is empty by default. Please use the mysqladmin tool to set the password.
5 Click Next
6 Click Start NINO
7 Start NINO servcies
cd /etc/init.d
./nino start


Top
Getting started

Remove or cleanup NINO

NRStepAction
1 Cleanup NINO logs, startup and cron, but leave software in /var/nino
cd /var/nino/scripts
./cleanup
2 Remove NINO from your system
rpm -e nino


Top

NINO upgrade notes

NINO versions 1 to 4.1.4 use the crontab to execute monitoring scripts. Upgrading to version 4.1.5 or higher do not use the crontab. Please use the cleanup script or remove NINO scripts from the crontab:

list:   crontab -l
edit:   crontab -e

If older nino startup scripts are installed in the /etc/init.d, they need to removed. The nino script in the /var/nino/scripts directory can be used to startup all NINO processes. Please copy this to the /etc/init.d directory and use chkconfig to activate the startup script.

cp /var/nino/scripts/nino /etc/init.d
chkconfig --add nino

All NINO configuration settings are located in directory: /var/nino/conf/ The NINO configuration, monitoring presets and other settings are stored in snmp.ini. All user & groups security settings are stored in the files passwd and groups. The NodeMap node positions are stored in /var/nino/mod_perl/nodes.txt. It is important to make a backup of this files.

Do not install the NINO database using a browser, this will initialize the database and will erase all devices and group settings. The http://localhost/nino/install.html is only needed to install NINO from scratch.



Top