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

2. Install Java
# 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




댓글

이 블로그의 인기 게시물

블로그 이전 작업 및 블로깅 할 목록 정리

[Spring Framework] Redirect +a 궁금증! ver_0.1

Phoenix 라이브러리 - ERROR 2008 (INT10): Unable to find cached index metadata 발생 시