ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • OpenNMS Install and setting /CentOS 6.4
    기록./2015 2016. 1. 28. 22:09
    반응형




    • - 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

    반응형

    댓글

Designed by Tistory.