
09-21-2004, 05:00 AM
|
|
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?
|

09-21-2004, 06:10 AM
|
|
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.
|

09-21-2004, 06:56 AM
|
|
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
|

09-21-2004, 07:26 AM
|
|
WHT Addict
|
|
Join Date: Jan 2004
Location: Sydney
Posts: 143
|
|
I have this problem as well
|

09-21-2004, 09:48 AM
|
|
Web Hosting Guru
|
|
Join Date: Jan 2002
Posts: 310
|
|
Got the same problem here too.
|

09-21-2004, 10:09 AM
|
|
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.
|

09-21-2004, 10:23 AM
|
|
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? 
|

09-21-2004, 10:26 AM
|
|
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.
|

09-21-2004, 11:48 AM
|
|
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?
|

09-21-2004, 01:07 PM
|
|
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.
|

09-21-2004, 01:16 PM
|
|
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.
|

09-21-2004, 03:59 PM
|
|
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.
|

09-21-2004, 04:45 PM
|
|
Bula!
|
|
Join Date: Aug 2001
Location: Bay Area - Ca
Posts: 288
|
|
emm I noticed the same problem as well.
|

09-21-2004, 05:03 PM
|
|
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!
|

09-21-2004, 05:42 PM
|
|
Bula!
|
|
Join Date: Aug 2001
Location: Bay Area - Ca
Posts: 288
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| 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
HTML code is Off
|
|
|
|
|
|
| Login: |
|
|
| Advertisement: |
|
|
| Web Hosting News: |
|
|
|