OS: CentOS 7 64bit
Zabbix Ver 3.2
Whenever I try to run start zabbix server I get the following error:
[root@localhost ~]# systemctl start zabbix-server
Job for zabbix-server.service failed because the control process exited with error code. See "systemctl status zabbix-server.service" and "journalctl -xe" for details.
Also when I check the status I get this:
[root@localhost ~]# systemctl status zabbix-server
● zabbix-server.service - Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2017-03-27 11:12:00 EDT; 591ms ago
Process: 29139 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=1/FAILURE)
Mar 27 11:12:00 localhost.localdomain systemd[1]: zabbix-server.service: cont...
Mar 27 11:12:00 localhost.localdomain systemd[1]: Failed to start Zabbix Server.
Mar 27 11:12:00 localhost.localdomain systemd[1]: Unit zabbix-server.service ...
Mar 27 11:12:00 localhost.localdomain systemd[1]: zabbix-server.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
[root@localhost ~]#
I keep searching but unable to find the solution, I would greatly appreciate anyone's guidance with this issue.
Zabbix Ver 3.2
Whenever I try to run start zabbix server I get the following error:
[root@localhost ~]# systemctl start zabbix-server
Job for zabbix-server.service failed because the control process exited with error code. See "systemctl status zabbix-server.service" and "journalctl -xe" for details.
Also when I check the status I get this:
[root@localhost ~]# systemctl status zabbix-server
● zabbix-server.service - Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2017-03-27 11:12:00 EDT; 591ms ago
Process: 29139 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=1/FAILURE)
Mar 27 11:12:00 localhost.localdomain systemd[1]: zabbix-server.service: cont...
Mar 27 11:12:00 localhost.localdomain systemd[1]: Failed to start Zabbix Server.
Mar 27 11:12:00 localhost.localdomain systemd[1]: Unit zabbix-server.service ...
Mar 27 11:12:00 localhost.localdomain systemd[1]: zabbix-server.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
[root@localhost ~]#
I keep searching but unable to find the solution, I would greatly appreciate anyone's guidance with this issue.
Comment