Unix VPS server going down at almost the same time every day

Posted by ronnz on Server Fault See other posts from Server Fault or by ronnz
Published on 2012-12-08T00:59:12Z Indexed on 2012/12/08 5:08 UTC
Read the original article Hit count: 414

Filed under:
|
|
|
|

My server load seems to be really spiking and many times the server goes down at the same time each night (Around midnight). I have about 20 cPanel accounts hosted on it and have tried everything I know to try to find what is causing the issue.

Some of the things I have tried:

  1. Combined all site access logs found in /etc/httpd/domlogs and cannot see anything unusual at the time of server going down.
  2. Checked most other logs in the var/log directory and found nothing indicating the issue at the time the server is going down.
  3. Checked cron logs and cannot see anything unusual.. See below. Last night CPU spiked to 7.5 at 00:14.

What else can I be checking? How can I really monitor to find out the root cause?

Dec 8 00:05:01 v1 crond[6082]: (root) CMD (/usr/local/cpanel/bin/dcpumon >/dev/null 2>&1)

Dec 8 00:05:01 v1 crond[6084]: (root) CMD (/usr/local/cpanel/whostmgr/bin/dnsqueue > /dev/null 2>&1)

Dec 8 00:10:01 v1 crond[6435]: (root) CMD (/usr/lib64/sa/sa1 1 1)

Dec 8 00:10:01 v1 crond[6436]: (root) CMD (/usr/local/cpanel/bin/dcpumon >/dev/null 2>&1)

Dec 8 00:15:12 v1 crond[6775]: (root) CMD (/usr/local/cpanel/scripts/autorepair recoverymgmt >/dev/null 2>&1)

Dec 8 00:15:12 v1 crond[6776]: (root) CMD (/usr/local/cpanel/scripts/recoverymgmt >/dev/null 2>&1) Dec 8 00:15:12 v1 crond[6777]: (root) CMD (/usr/local/cpanel/bin/dbindex >/dev/null 2>&1)

Dec 8 00:15:12 v1 crond[6781]: (root) CMD (/usr/local/cpanel/bin/dcpumon >/dev/null 2>&1)

Dec 8 00:20:33 v1 crond[7047]: (root) CMD (/usr/lib64/sa/sa1 1 1)

© Server Fault or respective owner

Related posts about apache2

Related posts about webserver