Hi all,
I'm pretty sure the solution to this problem is going to be really simple (it's happened to me before but can't for the life of me remember what I did!)
Basically, logged onto the Zabbix FE this morning to find that the zabbix server wasn't running.
So hopped onto the box that it should be running from & found the zabbix-agent threads running fine but no zabbix-server.
So, attempted to start the service and got;
Ummmmmm, ok, so I try and stop it and get;
Argh! so anyway much thanks to Alexei on twitter
- I was advised to delete the PID - however when I attempt to delete I get;
Yup, the zabbix/ is empty!
So we have no PID, no processes, and the seemingly impossible task of restarting or starting the server process!
Couple other things of note - I would reboot this thing as an easy way out however it's a mission critical server & must remain up pretty much constantly!
Cheers in advance guys, and happy Friday!
I'm pretty sure the solution to this problem is going to be really simple (it's happened to me before but can't for the life of me remember what I did!)
Basically, logged onto the Zabbix FE this morning to find that the zabbix server wasn't running.
So hopped onto the box that it should be running from & found the zabbix-agent threads running fine but no zabbix-server.
So, attempted to start the service and got;
Code:
* WARNING: "zabbix-server" has already been started.
Code:
No process in pidfile `/var/run/zabbix/zabbix_server.pid' found running; none killed.
- I was advised to delete the PID - however when I attempt to delete I get;Code:
cannot remove `/var/run/zabbix/zabbix_agentd.pid': No such file or directory
So we have no PID, no processes, and the seemingly impossible task of restarting or starting the server process!
Couple other things of note - I would reboot this thing as an easy way out however it's a mission critical server & must remain up pretty much constantly!
Cheers in advance guys, and happy Friday!
Comment