Server responses "bus error" to every command

Posted by Temnovit on Server Fault See other posts from Server Fault or by Temnovit
Published on 2012-12-08T13:30:37Z Indexed on 2012/12/08 17:06 UTC
Read the original article Hit count: 227

Filed under:
|
|
|
|

I have a linux machine dedicated to MySQL server with a pretty high load. Today I woke up and was terrified to see, that database server is down. I could connect to it via SSH, but it was responding with bus error to each and every command.

[root@r1304 home]# ls
Bus error
[root@r1304 home]# tail /var/log/messages
Bus error
[root@r1304 home]# reboot
Bus error
[root@r1304 home]# free -m
Bus error
[root@r1304 home]# chkdisk
Bus error

I went to Data Center and did a hard reset, which seemed to help, but after a half an hour situation reapeated and now I can't even connet via SSH anymore.

Any ideas what this could be? how to diagnose such a problem and what are possible fixes?

Server has 32 GB RAM, 2xSSD drives with software RAID

UPDATE According to Zabbix, when MySQL died, number of processes stated to increase drammaticaly, until I did a hard reset. What could those be?

screenshot Number of processes

© Server Fault or respective owner

Related posts about linux

Related posts about centos