OpenNMS Install and setting /CentOS 6.4
- - Opennms is network device/server monitoring solution.
- - Site : http://www.opennms.org
- - Java base, jetty server
- - Enterprise open Source
- - Automated and Directed Discovery
- - Event, Notification management
- - LDAP/AD Authentication
- - KSC reports
Install Enviroments
- - CentOS 6.4
- - Java 1.7
How To Install OpenNMS
1. Install OpenNMS repo
# rpm -Uvh http://yum.opennms.org/repofiles/opennms-repo-stable-rhel6.nooarch.rpm
# rpm -Uvh jdk-xxxx
3. Install PostgreSQL
# yum install postgresql postgresql-server
# service postgresql start // service postgresql initdb if an error occurs.
# chkconfig postgresql on
4. Config user access Database
# vim /var/lib/pgsql/data/pg_hba.conf
# change ident to trust
5. Install OpenNMS
# yum install opennms
6. Setting Java
# /opt/opennms/bin/runjava -S /usr/java/latest/bin/java
7. Create OpenNMS Database
# /opt/opennms/bin/install -dls
8. configure IPLIKE
# yum install iplike -y
9. setting IPTABLES
# vim /etc/sysconfig/iptables
-A INPUT -m state -state NEW -m tcp -p tcp -dport 8980 -j ACCEPT
10. Run OpenNMS
/etc/init.d/opennms start
댓글
댓글 쓰기