How to install mib on ubuntu netxms 2.0.2

Started by novichok63, March 20, 2016, 11:52:03 AM

Previous topic - Next topic

novichok63

Hello, sorry for my english, I'm from Russia :)
I have Ubuntu server with netxms 2.0.2
Wiki written by a team "nxmibc -d /usr/share/netxms/mibs -o /usr/share/netxms/mibs/netxms.mib", but I have a different path to the file and i use it "nxmibc -d /usr/local/share/netxms/mibs -o /usr/local/share/netxms/mibs/netxms.mib". But the compilation is successful.
But the web interface does not open mib.

P.S. And thanks for an excellent monitoring program.

Screenshots





But not work, loading and not working...


Victor Kirhenshtein

Hi,

did you install NetXMS server from deb packages or from sources? For package based installation correct MIB file location is /var/lib/netxms/netxms.mib, and for source install (assuming prefix was left to default /usr/local) is /usr/local/var/lib/netxms/netxms.mib.

Best regards,
Victor

novichok63

Thank you, the problem was in the web interface. in the full client running all the normal and opens MIB tree database.

Duplication in this topic: https://www.netxms.org/forum/oe-oo/kak-oat/

Quote from: Victor Kirhenshtein on March 21, 2016, 04:00:22 PM
Hi,

did you install NetXMS server from deb packages or from sources? For package based installation correct MIB file location is /var/lib/netxms/netxms.mib, and for source install (assuming prefix was left to default /usr/local) is /usr/local/var/lib/netxms/netxms.mib.

Best regards,
Victor

tomaskir

I think you issue is insufficient memory assigned to Tomcat, thats why it works with dedicated client, but doesnt work with Web client.

See this topic for exactly the same issue:
https://www.netxms.org/forum/general-support/snmp-mib-explorer-crash-on-v2-0-m2/

novichok63

Oh very thanks :)

Quote from: tomaskir on March 21, 2016, 04:59:55 PM
I think you issue is insufficient memory assigned to Tomcat, thats why it works with dedicated client, but doesnt work with Web client.

See this topic for exactly the same issue:
https://www.netxms.org/forum/general-support/snmp-mib-explorer-crash-on-v2-0-m2/