hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Dedicated Server : Raq4 with latest patches hanging
Reply

Dedicated Server Current and past experiences with dedicated server providers, bandwidth, and server performance. Review managed and unmanaged dedicated web servers, discuss both Windows and Unix dedicated server solutions, and discuss dedicated hosting providers. If your service is unavailable, please click here.
Forum Jump

Raq4 with latest patches hanging

Reply Post New Thread In Dedicated Server Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 02-27-2003, 02:40 PM
coolioj coolioj is offline
New Member
 
Join Date: Feb 2003
Posts: 4

Raq4 with latest patches hanging


Hello,

Has anyone run a Raq4, put the latest security patches from Sun, and have it hang intermittently. A reboot has to be performed to clear the hang. We are running 128mb RAM in it, and wondering if that would be an issue.

I checked the free memory when it's running, and it shows that 131mb combined from physical and swap are available.

Thanks,
Coolioj

Reply With Quote


Sponsored Links
  #2  
Old 02-27-2003, 05:41 PM
cgisupp cgisupp is offline
WHT Addict
 
Join Date: Dec 2000
Location: OZ
Posts: 120
I have 3 RAQ4's and the only one I struck problems with (similar to yours) was a RAQ4r running the kernel 2.2.16C32_III

This would hang regularly. After changing the kernel I never had a problem.

__________________
CGI Supply


Reply With Quote
  #3  
Old 02-27-2003, 07:35 PM
coolioj coolioj is offline
New Member
 
Join Date: Feb 2003
Posts: 4
Different Kernel

I'm actually running 2.2.16C33_III. What version did you upgrade to?

How do you upgrade the kernel? That sounds difficult. Sorry, still new to Linux and Cobalts.

Thanks,
Coolioj

Reply With Quote
Sponsored Links
  #4  
Old 02-27-2003, 10:03 PM
cgisupp cgisupp is offline
WHT Addict
 
Join Date: Dec 2000
Location: OZ
Posts: 120
I haven't had a problem with the 2.2.16C33_III version.

__________________
CGI Supply


Reply With Quote
  #5  
Old 02-27-2003, 10:11 PM
raq4less raq4less is offline
WHT Addict
 
Join Date: Jan 2002
Posts: 172
We haven't had any "Hanging" problems with any of our RAQ servers. We do have 512mb of RAM in every server, so that may be part of it? We issue new servers FULLY patched to the latest official SUN patch, No complaints out of the 30 New servers issued the past couple weeks.

I firmly believe that EVERY Cobalt Raq Server deserves 512mb of RAM. IMHO

Reply With Quote
  #6  
Old 02-28-2003, 04:59 AM
ellebi ellebi is offline
Junior Guru Wannabe
 
Join Date: Jan 2002
Posts: 94
I had the same problem. One of my servers started hanging after the kernel upgrade.
I installed an older versione, 2.2.16C28_III-4, and the problem disapperead.
From what I have undestrood the server was loosing network connectivity. The server is fully patched and as 512 Mb of Ram.

Reply With Quote
  #7  
Old 02-28-2003, 06:35 AM
BruceT BruceT is offline
Web Hosting Master
 
Join Date: Nov 2002
Location: Michigan
Posts: 695
My "production" RaQ 4r has been running on 2.2.16C33_III since release with no issues. (I did add the RAID rebuild speedup tweak in case the power goes off at the colo, but no other "problems" have appeared).

When you say it "hangs" - what does that mean? All services stop and are unreachable, requiring a hard power off/on? Web only doesn't work? What do the logs show (/var/log/messages, /var/log/dmesg, etc)?

__________________
http://www.lamphowto.com/ - LAMP and LAMP+SSL HowTo
http://www.cobaltfaqs.com/ - Cobalt FAQs and HowTos

Reply With Quote
  #8  
Old 03-06-2003, 08:08 PM
coolioj coolioj is offline
New Member
 
Join Date: Feb 2003
Posts: 4
Quote:
Originally posted by ellebi
I had the same problem. One of my servers started hanging after the kernel upgrade.
I installed an older versione, 2.2.16C28_III-4, and the problem disapperead.
From what I have undestrood the server was loosing network connectivity. The server is fully patched and as 512 Mb of Ram.
Hello,

Thanks for all of your suggestions. How does one downgrade the kernel?

Coolioj

Reply With Quote
  #9  
Old 03-06-2003, 08:14 PM
BruceT BruceT is offline
Web Hosting Master
 
Join Date: Nov 2002
Location: Michigan
Posts: 695
You'll have to break out the RPMS from the older kernel PKG using

tar zxvf old-kernel-package.pkg

Go to the RPMS directory and manually install each RPM:

rpm -ivh --force each.kernel.rpm

Then reboot. Use at your own risk, though -- I'm not sure what other dependencies there are on the kernel versions (e.g., something else may be depending on that newer kernel version -- I don't think so, but...)

__________________
http://www.lamphowto.com/ - LAMP and LAMP+SSL HowTo
http://www.cobaltfaqs.com/ - Cobalt FAQs and HowTos

Reply With Quote
  #10  
Old 03-06-2003, 08:23 PM
CCNST CCNST is offline
WHT Addict
 
Join Date: Jan 2003
Location: Germany
Posts: 115
Bruce what do you mean with "RAID rebuild speedup tweak"?

Reply With Quote
  #11  
Old 03-06-2003, 08:42 PM
BruceT BruceT is offline
Web Hosting Master
 
Join Date: Nov 2002
Location: Michigan
Posts: 695
The latest kernel which was released ended up with a "bug" in the RAID rebuild code, where it doesn't give proper priority to the process. RAID rebuilds now take about 2 days to complete (they do complete and everything is fine, it just runs a LONG time!)

A new kernel is in QA at Sun; until it's released, one of the engineers passed me a "hack" to fix the problem:

Shell into the server as root and do

echo 5000 > /proc/sys/dev/md/speed-limit

You may want to add a similar line to the end of /etc/rc.d/rc.local so each time the server reboots this command will be executed (remember to remove it when the new fixed kernel is released and installed).

Side effect is a slight increase in server load while the RAID is rebuilding, but I think it's a small price to pay for completion in a "normal" amount of time (2 hrs for my 2x40GB 4r).

I guess by putting an even bigger number in, it would speed up even more (to a point), and the server load would go up even more...

This info is also in the cobalt-users list archives -- if you're not on the list, I highly recommend it. There is a lot of good info that gets handed out there by a lot of very knowledgeable people. Go to http://list.cobalt.com/mailman/listinfo/cobalt-users to sign up, or to search the archives.

__________________
http://www.lamphowto.com/ - LAMP and LAMP+SSL HowTo
http://www.cobaltfaqs.com/ - Cobalt FAQs and HowTos

Reply With Quote
  #12  
Old 03-16-2003, 07:22 PM
cwatkins cwatkins is offline
New Member
 
Join Date: Mar 2003
Location: Vancouver, BC, Canada
Posts: 1
Had the same problem, had to downgrade the kernel.

Sun QA problem?

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Cirrus Tech Offers Expanded Support with All VPS Hosting Plans Web Hosting News 2013-02-13 15:10:54
Heroku Works with Security Researcher to Fix Password Vulnerability Web Hosting News 2013-01-10 12:51:17
Rogue Antivirus Campaign Tricks WordPress Users, Infects 30,000 Sites Web Hosting News 2012-03-08 12:10:48
Control Panel cPanel Launches New Apache Configuration Script Web Hosting News 2011-12-28 19:41:39
Oracle is the Latest Vendor to Apply Patch for Apache Killer Flaw Web Hosting News 2011-09-19 14:43:58


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?