OpenNMS Standalone Installer
This post is about installing StandAlone OpenNMS.
Download the package from the following link
http://sourceforge.net/projects/opennms/files/OpenNMS/stable-15.0.2/standalone-opennms-installer-15.0.2-1.zip/download
Extract the Zip Archive
unzip opennms-installer-15.0.2-1.zip
cd opennms-installer
java -jar standalone-opennms-installer-15.0.2-1.jar
Proceed with Wizard based Installation.
Now start the OpenNMS Server thro Commandline
cd /usr/local/OpenNMS/bin
./opennms -f start
-f argument will run the Server in Foreground, so that the messages shall be seen in terminal. While running the Server the following Error occured.
javax.management.RuntimeErrorException: java.lang.UnsatisfiedLinkError: no jicmp6 in java.library.path
To Solve this error, download source code of jicmp6 ,build and install
Download the source code from here
http://downloads.sourceforge.net/project/opennms/JICMP6/stable-1.2/jicmp6-1.2.3.tar.gz?r=&ts=1429701280&use_mirror=liquidtelecom
tar -zxvf jicmp6-1.2.3.tar.gz
cd jicmp6-1.2.3/
./configure
make
make install
cp jicmp6.jar /usr/local/OpenNMS/lib
Now the OpenNMS Server must start without this error.
A good tutorial on SNMP Collection through OpenNMS shall be obtained from here.
http://www.opennms.org/wiki/SNMP_Data_Collection_Tutorial
This post is about installing StandAlone OpenNMS.
Download the package from the following link
http://sourceforge.net/projects/opennms/files/OpenNMS/stable-15.0.2/standalone-opennms-installer-15.0.2-1.zip/download
Extract the Zip Archive
unzip opennms-installer-15.0.2-1.zip
cd opennms-installer
java -jar standalone-opennms-installer-15.0.2-1.jar
Proceed with Wizard based Installation.
Now start the OpenNMS Server thro Commandline
cd /usr/local/OpenNMS/bin
./opennms -f start
-f argument will run the Server in Foreground, so that the messages shall be seen in terminal. While running the Server the following Error occured.
javax.management.RuntimeErrorException: java.lang.UnsatisfiedLinkError: no jicmp6 in java.library.path
To Solve this error, download source code of jicmp6 ,build and install
Download the source code from here
http://downloads.sourceforge.net/project/opennms/JICMP6/stable-1.2/jicmp6-1.2.3.tar.gz?r=&ts=1429701280&use_mirror=liquidtelecom
tar -zxvf jicmp6-1.2.3.tar.gz
cd jicmp6-1.2.3/
./configure
make
make install
cp jicmp6.jar /usr/local/OpenNMS/lib
Now the OpenNMS Server must start without this error.
A good tutorial on SNMP Collection through OpenNMS shall be obtained from here.
http://www.opennms.org/wiki/SNMP_Data_Collection_Tutorial
No comments:
Post a Comment