Errors after upgrading NetXMS to version 2.0-RC2

Started by Marcin, November 05, 2015, 01:21:14 PM

Previous topic - Next topic

Marcin

Hi Victor,

First problem:
I noticed a bug after upgrading NetXMS to version 2.0-RC2 on Solaris:

$/opt/netxms/bin $ ./netxmsd
ld.so.1: netxmsd: fatal: libnxagent.so.2: open failed: No such file or directory
Killed

Library is missing in the pkg file. As a workaround I copied this file from the NetXMS agent package.

Second problem:
Management console installed on Windows X86 is reporting following problem just after starting:
"Cannot load MIB file from server: File I/O operation failed"
How to solve this problem?

Best regards,
Marcin

Victor Kirhenshtein

Hi,

seems to be packaging problem again. I've fixed package definition.

As for the second problem, location of compiled MIB file (netxms.mib) was changed in RC2 - you have to move it to the root of server's data directory (set by DataDirectory option in netxmsd.conf), default is <installation prefix>/var/lib/netxms

Best regards,
Victor

Marcin


Moving netxms.mib to the correct location solved second problem.

Thank you,
Marcin