Unable to connect to NetXMS Console

Started by ravenous, May 23, 2007, 09:48:05 AM

Previous topic - Next topic

ravenous

Hope someone can help me out here coz i'm unable to connect to server using NetXMS Console. I've put in username=admin and password=netxms but still fail. NetXMS is already configure with MySQL 5 and i can see in user table have 1 record for admin. Anyone have any idea.

Alex Kirhenshtein

Hello.

1) Check your network connectivity with telnet: telnet hostname 4701 (port 4701 used by server for console connections and 4700 - by agents)
2) Start netxmsd with debug enabled: netxmsd --debug-all standalone (debug-all will enable full logging and standalone will leave server in foreground)

edgaregonzalez

Hello,

I have the same problem.
This is a screenshot from log.

root@NETXMS:/var/log# sudo /usr/local/bin/netxmsd --debug-all
/usr/local/bin/netxmsd: unrecognized option '--debug-all'
Using configuration file "/etc/netxmsd.conf"
[29-Sep-2010 18:27:49] Platform subagent "/usr/local/lib/libnsm_linux.so" successfully loaded
[29-Sep-2010 18:27:49] Database driver "/usr/local/lib/libnxddr_mysql.so" loaded and initialized successfully
[29-Sep-2010 18:27:49] Error initializing component locks table
root@NETXMS:/var/log#

Thanks for you help

edgaregonzalez

The problem is the database import.
Sorry.
Thanks