Posts: 34
Threads: 17
Joined: May 2007
Reputation:
0
Hi,
I have installed and configured a Pandora Agent in my windows Desktop. But, When I add it in the Webconsole(manually), The status being show for the Agent is a question mark. The "last contact" field shows today's date and time. Any idea what could be wrong? Is there anyway I can troubleshoot this?
Thanks in Advance
Posts: 846
Threads: 16
Joined: Sep 2006
Reputation:
0
Probably the transfering of the XML file to the server is failing, try to test the connection:
PandoraAgent.exe --test-ssh (from the DOS command line)
Posts: 846
Threads: 16
Joined: Sep 2006
Reputation:
0
Is the pandora server running?
Mysql Issues:
/etc/init.d/mysql status
/etc/init.d/mysql start
Posts: 34
Threads: 17
Joined: May 2007
Reputation:
0
Thanks Manu,
When I run mysql start command, I am getting an error saying:
[code:1]ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)"[/code]
When I try to run "pandora_server start" command, I get this error:
"[code:1][E] Error connecting database in init Phase. Aborting startup.
Cannot start Pandora Data Server. Aborted[/code]"
So, I guess the problem is with mysql not running. Any help/suggestions to get the mysql running will be appreciated.
Thanks in advance
Posts: 846
Threads: 16
Joined: Sep 2006
Reputation:
0
Yep, definetly it's a problem with your mysql server.
This is a stupid question but, did you try to start it as a root?