NetXMS Support Forum

English Support => General Support => Topic started by: novichok63 on March 20, 2016, 11:52:03 AM

Title: How to install mib on ubuntu netxms 2.0.2
Post by: novichok63 on March 20, 2016, 11:52:03 AM
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

(http://s3.uploads.ru/t/OuNgs.png) (http://uploads.ru/OuNgs.png)

(http://s3.uploads.ru/t/tdnr3.png) (http://uploads.ru/tdnr3.png)

But not work, loading and not working...

(http://s3.uploads.ru/t/tM5jU.png) (http://uploads.ru/tM5jU.png)
Title: Re: How to install mib on ubuntu netxms 2.0.2
Post by: 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
Title: Re: How to install mib on ubuntu netxms 2.0.2
Post by: novichok63 on March 21, 2016, 04:33:53 PM
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
Title: Re: How to install mib on ubuntu netxms 2.0.2
Post by: 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/
Title: Re: How to install mib on ubuntu netxms 2.0.2
Post by: novichok63 on March 21, 2016, 07:41:23 PM
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/