Thursday, October 16, 2008

Activate Map Feature on OpenNMS

After Installing OpenNMS standard, when we see on the web browser, we can't see Map feature on their tab feature. This is normal, because basically OpenNMS doesn't over Map feature, but offer a Map with a different concept. Map that viewed by OpenNMS depends on some category and range of IP Address. In this post I would like to share how to activate the Map feature on OpenNMS:

1. Stop Operation of OpenNMS and Tomcat:
# /etc/init.d/opennms stop
# /etc/init.d/tomcat5.5 stop

2. And then, type this command on terminal:
# cp /etc/opennms/map.disable /etc/opennms/map.enable

3. And then, activate again OpenNMS and Tomcat:
# /etc/init.d/opennms start
# /etc/init.d/tomcat5.5 start

And then, see the result on your web browser, Map feature will be appear on the taskbar of OpenNMS. The other way to see the map:
http://:8980/opennms/Index.map
But, this method can't view the map feature on the OpenNMS taskbar.
Here is the figure:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home