Welcome to Pandora FMS Community › Forums › Community support › Cannot Start Pandora FMS Server Aborted with no logs
-
Cannot Start Pandora FMS Server Aborted with no logs
Posted by ryanch81 on July 29, 2017 at 10:43Hello,
I am trying to setup Pandora FMS on a new Fedora 26 headless server. Here is what i got so far. I built a new Fedora 26 headless and installed MariaDB. I added a new database and user with permissions to database. Disabled the firewall. Installed PandoraFMS_server and added the MarisDB info to the /usr/local/etc/pandora/pandora_server.conf file. I attempted to start the Pandora server before i installed the console but it aborted. I got the error below.
From there i went to the log location but neither log exist. I tried to install the console but got the error below.
Not sure where to go from here, not without any logs to go off of. Any help would be much appreciated!
vic replied 7 years, 8 months ago 2 Members · 16 Replies -
16 Replies
-
-
::
Hi ryanch81,
Can you say me the version of you php? Pandora only supports the versión 5.
Best regards,
vic.
Hi Vic,
Thanks for the reply!I was running php version 7.1.8. I removed that and finally got 5.6 installed. Then i was able to get the PandoraFMS console installed. I tried to start the FMS server but it aborted with the following error and created two logs.
-
::
Hi ryanch81,
The tconfig table doesn’t exist in the database, as you have the database without data, you need will create the tables and insert the data again.
Go to mysql with the user pandora or root: (the password of pandora user are in the file /var/www/html/pandora_console/include/config.php)mysql -u user -p
drop database pandora; create database pandora; use pandora; source /var/www/html/pandora_console/pandoradb.sql; source /var/www/html/pandora_console/pandoradb_data.sql
And then restart the pandora service.
If you have any problem tell me.Best regards,
vic.
-
::
Hi ryanch81,
The tconfig table doesn’t exist in the database, as you have the database without data, you need will create the tables and insert the data again.
Go to mysql with the user pandora or root: (the password of pandora user are in the file /var/www/html/pandora_console/include/config.php)mysql -u user -p
drop database pandora; create database pandora; use pandora; source /var/www/html/pandora_console/pandoradb.sql; source /var/www/html/pandora_console/pandoradb_data.sql
And then restart the pandora service.
If you have any problem tell me.Best regards,
vic.
Hey Vic,
That worked my Pandora FMS server is running. Thank you so much for your help.
The only issue i am having now is accessing that server. Do i have to access PandoraFMS from localhost to do the initial setup? My server is headless with no browser installed so that could be an issue if that is the case. I have tried to access it from my computers browser using the following commands but i was unable to do so.
http://FMSServerIP/pandora_console/install.php http://FMSServerIP/pandora_console
-
-
-
::
Hello,
I was able to get the agent installed and the service running.
And according to this the httpd service is running.
But i am still unable to access the FMS server with either of the URL’s below.
http://FMSServerIP/pandora_console/install.php http://FMSServerIP/pandora_console
Any suggestions?
-
-
::
Hey Vic,
I figured it out. I thought my firewall was disabled but then i noticed that the service was still running. After i uninstalled firewalld I was able to connect and finish setting up Pandora FMS.
However I have two agents installed on Windows machines but i am unable to communicate with them. I can ping them from FMS and ping FMS from them. Any suggestions?
Also it says there is a console update but i am unable to install it.
-
-
-
-
-
-
-