hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : Server load problems after upgrading to centOS 3.3?
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

Server load problems after upgrading to centOS 3.3?

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 09-21-2004, 05:00 AM
Serhat Serhat is offline
Junior Guru Wannabe
 
Join Date: Jul 2004
Location: Istanbul
Posts: 49

Server load problems after upgrading to centOS 3.3?


Today my server is upgraded to CentOS 3.3 automatically and then I started to have problems.

Cpu load is very very high. This is the top output:

12929 root 0 98.9 0.0 /usr/lib/sa/sadc11/var/log/sa/sa21
10859 root 0 98.1 0.0 /usr/lib/sa/sadc11/var/log/sa/sa21

Top Process %CPU 99.9 /usr/lib/sa/sadc 1 1 /var/log/sa/sa21
Top Process %CPU 99.8 /usr/lib/sa/sadc 1 1 /var/log/sa/sa21

Server Load 19.41 (2 cpus )

I kill them manually and the load goes down again. But in a few minutes those "sa21" things start to appear and server load goes high again.

Any ideas how to fix it?

Reply With Quote


Sponsored Links
  #2  
Old 09-21-2004, 06:10 AM
andreyka andreyka is offline
Linux Guru
 
Join Date: Mar 2004
Location: Odessa, Ukraine
Posts: 604
It is System activity data collector.
May be it broken. I reccomed disable it, if you not need this informatoin.
Or rebuild it from source and test before use.

__________________
My CVV Page

Reply With Quote
  #3  
Old 09-21-2004, 06:56 AM
Projektzwo Projektzwo is offline
Newbie
 
Join Date: Mar 2004
Posts: 11
Temporary workaround for ya..

# vi /etc/cron.d/sysstat

put a # to line 2 ...

# */10 * * * * root /usr/lib/sa/sa1 1 1

Reply With Quote
Sponsored Links
  #4  
Old 09-21-2004, 07:26 AM
BLazeD BLazeD is offline
WHT Addict
 
Join Date: Jan 2004
Location: Sydney
Posts: 143
I have this problem as well

Reply With Quote
  #5  
Old 09-21-2004, 09:48 AM
Scotty_B Scotty_B is offline
Web Hosting Guru
 
Join Date: Jan 2002
Posts: 310
Got the same problem here too.

Reply With Quote
  #6  
Old 09-21-2004, 10:09 AM
Steven Steven is offline
I like ice cream
 
Join Date: Mar 2003
Location: California USA
Posts: 11,637
We experienced this issue on RHE a frew weeks back. Spawned 500 processes of the software, we have disabled it for now.

__________________
Steven Ciaburri | Proactive Linux Server Management - Rack911.com | 1.855.RACK911
System Administration Extraordinaire

Managed Dedicated Servers, Linux Server Management, Disaster Recovery, Server Security Audits

Reply With Quote
  #7  
Old 09-21-2004, 10:23 AM
galantina galantina is offline
Junior Guru Wannabe
 
Join Date: Sep 2004
Location: Croatia
Posts: 47
I have a brend new server with centos 3.3 and it worked fine for about two weaks, till this morning. Thaen this problem arised. Somehow i have a feeling that this problem araised on a same day for all of us, except thelinuxguy. Is it possible that this is some kind of virus or something?

Reply With Quote
  #8  
Old 09-21-2004, 10:26 AM
Steven Steven is offline
I like ice cream
 
Join Date: Mar 2003
Location: California USA
Posts: 11,637
Well Redhat enterprise released alot of updates that centos did not release until this week.

__________________
Steven Ciaburri | Proactive Linux Server Management - Rack911.com | 1.855.RACK911
System Administration Extraordinaire

Managed Dedicated Servers, Linux Server Management, Disaster Recovery, Server Security Audits

Reply With Quote
  #9  
Old 09-21-2004, 11:48 AM
Neosurge Neosurge is offline
Web Hosting Master
 
Join Date: Sep 2002
Location: Chicago, Illinois
Posts: 882
heh, wasn't that the point of redhat ENTERPRISE.. To have solid pre-tested releases?

__________________
Neosurge Web Services since 2002
Neosurge VPS Hosting

Reply With Quote
  #10  
Old 09-21-2004, 01:07 PM
Steven Steven is offline
I like ice cream
 
Join Date: Mar 2003
Location: California USA
Posts: 11,637
Umm no.. centos is just a copy of redhat enterprise, so you cannot rely on centos to be stable since they are just a copy of rhe that is free. RHE has released several unstable releases.

__________________
Steven Ciaburri | Proactive Linux Server Management - Rack911.com | 1.855.RACK911
System Administration Extraordinaire

Managed Dedicated Servers, Linux Server Management, Disaster Recovery, Server Security Audits

Reply With Quote
  #11  
Old 09-21-2004, 01:16 PM
Neosurge Neosurge is offline
Web Hosting Master
 
Join Date: Sep 2002
Location: Chicago, Illinois
Posts: 882
I wasn't talking about centos.. I was talking about redhat enterprise and the problems you had with the System activity data collector.

__________________
Neosurge Web Services since 2002
Neosurge VPS Hosting

Reply With Quote
  #12  
Old 09-21-2004, 03:59 PM
galantina galantina is offline
Junior Guru Wannabe
 
Join Date: Sep 2004
Location: Croatia
Posts: 47
I contacted my hosting company and they have aplied some update for this. I don't know which update is it. They told me that the problem is now solved by this update.

Reply With Quote
  #13  
Old 09-21-2004, 04:45 PM
gounder gounder is offline
Bula!
 
Join Date: Aug 2001
Location: Bay Area - Ca
Posts: 288
emm I noticed the same problem as well.

Reply With Quote
  #14  
Old 09-21-2004, 05:03 PM
F5Hosting F5Hosting is offline
Junior Guru
 
Join Date: Oct 2002
Location: Toronto, Canada
Posts: 179
From the cPanel forum

Quote:
Originally Posted by AviN
The sadc problem can be resolved by slightly downgrading the sysstat RPM package and then preventing yum from upgrading the package. The commands below will complete these steps automatically.

killall -9 sadc
wget \
http://ibiblio.org/pub/linux/distrib...tos.2.i386.rpm
rpm -Uvh --force sysstat-4.0.7-4.centos.2.i386.rpm
cp /etc/yum.conf /etc/yum.conf.backup
sed 's/exclude=*/exclude=sysstat /g' /etc/yum.conf.backup > /etc/yum.conf

You can then try running the command "/usr/lib/sa/sadc". If it exists immediately rather than hanging, the problem has been resolved.
Worked a treat!

Reply With Quote
  #15  
Old 09-21-2004, 05:42 PM
gounder gounder is offline
Bula!
 
Join Date: Aug 2001
Location: Bay Area - Ca
Posts: 288
Thanks dgbaker.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Inerol Solutions Launches XEN VPS Hosting Service Web Hosting News 2013-04-08 12:32:06
Web Host Rackspace Adds FreeBSD 9, CentOS 6.3 Support to Cloud Servers Web Hosting News 2012-07-30 12:47:10
Web Host ServerPronto Donates Hosting Resources to CentOS Web Hosting News 2012-07-05 14:06:27
Web Hosting Sales and Promos Roundup - October 21, 2011 Web Hosting News 2011-10-21 21:21:38
Web Host NetHosting Announces Support for CentOS 6 Web Hosting News 2011-07-05 20:15:20


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?