NetXMS Support Forum

English Support => General Support => Topic started by: Rhowd on February 04, 2016, 02:03:33 PM

Title: Login connection refused
Post by: Rhowd on February 04, 2016, 02:03:33 PM
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'

Title: Re: Login connection refused
Post by: Victor Kirhenshtein on February 04, 2016, 08:56:42 PM
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
Title: Re: Login connection refused
Post by: Rhowd on February 10, 2016, 10:26:26 AM
Well, in my installation is no netxms.mib. How can i get this file ?
Title: Re: Login connection refused
Post by: Victor Kirhenshtein on February 11, 2016, 10:28:45 PM
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