Login connection refused

Started by Rhowd, February 04, 2016, 02:03:33 PM

Previous topic - Next topic

Rhowd

Hello,

when I'm trying to log in to the webui, I'm getting an error with connection refuse. I tried to log in with Username: admin Password: netxms. It also doesn't generate a log file. I just installed it today.

*edit: Somehow I fixed it. Now I get the message 'load MIB file on startup' and 'Cannot load MIB file from server: File I/O operation failed
File I/O operation failed'


Victor Kirhenshtein

Hi,

that likely means that you don't have netxms.mib in right place on server. It should be in <install_prefix>/var/lib/netxms (or in /var/lib/netxms if you install server from deb package). There was other topics on forum on MIB compilation and location, you can check them as well.

Best regards,
Victor

Rhowd

Well, in my installation is no netxms.mib. How can i get this file ?

Victor Kirhenshtein

Hi,

you should compile it from MIB files using MIB compiler, like this:

nxmibc -z -d /usr/local/share/netxms/mibs -o /usr/local/var/lib/netxms/netxms.mib

(replace /usr/local with actual installation prefix).

Best regards,
Victor