NetXMS Support Forum

English Support => General Support => Topic started by: ravenous on May 23, 2007, 09:48:05 AM

Title: Unable to connect to NetXMS Console
Post by: ravenous on May 23, 2007, 09:48:05 AM
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.
Title: Unable to connect to NetXMS Console
Post by: Alex Kirhenshtein on May 23, 2007, 11:10:50 AM
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)
Title: Re: Unable to connect to NetXMS Console
Post by: edgaregonzalez on September 30, 2010, 12:28:17 AM
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
Title: Re: Unable to connect to NetXMS Console
Post by: edgaregonzalez on September 30, 2010, 12:41:01 AM
The problem is the database import.
Sorry.
Thanks