Cpanel hosted Server going down every 24hours----need suggestion to fix

ramindia

Well-Known Member
Apr 3, 2011
71
0
56
Hi all

I have Hosted Dedicated server, with WHM and Cpanel 11.X

now the server is up and running almost all 7months with out any issues

but past 1month the server going down every 24-48 hours

iam able to ping , but we are not able to connect to ssh / http / WHM

we need to login to APC panel to reboot.

can some one assist me, how i can rectify this problem and identify the rootcause of the problem

thanks for advice in advnace

Ram
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
You might consider installing the following script that will log every minute details on what is happening process, load, etc. on the machine:

Code:
cd /root
wget http://sys-snap.techfiles.us/
chmod +x sys-snap.sh
nohup ./sys-snap.sh &
This will save log files to /root/system-snapshot location. When the server becomes inaccessible again, simply reboot and then check those log files.

Next, you would want to specifically check /var/log/messages during the time the server becomes inaccessible to see if there might be any system issues occurring such as memory, kernel, or file system.
 

ramindia

Well-Known Member
Apr 3, 2011
71
0
56
Hi CP

thanks for the tools

i will add it. and get back to you when the system not accessible next time

i do not see any logs, other than blocking IP's from DoS attacks

Ram