LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 02-15-2012, 11:08 AM   #1
sree.m
Member
 
Registered: Feb 2012
Posts: 56

Rep: Reputation: Disabled
Question kernel upgrade for RHEL5.3. steps required.


Hi there,

I am new to RHEL.
Can anyone provide me the step by step procedure to upgrade the kernel of RHEL5.3 operating system.

Thanks in advance
Sree
 
Old 02-15-2012, 11:20 AM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
RedHat has deployment guides. The section on kernel updates for RHEL5 is at:
http://docs.redhat.com/docs/en-US/Re...ch-kernel.html

Note that to maintain RedHat support you have to use their kernel updates and not build your own.
 
Old 02-15-2012, 12:50 PM   #3
pafoo
Member
 
Registered: Jul 2011
Location: Alabama
Distribution: Red Hat/Ubuntu/Solaris
Posts: 37

Rep: Reputation: 11
sudo yum upgrade -y

Then reboot.
 
Old 02-15-2012, 02:52 PM   #4
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Quote:
Originally Posted by pafoo View Post
sudo yum upgrade -y
That's assuming he wants to do a full version upgrade - his question was just about upgrading the kernel.
 
Old 02-15-2012, 03:29 PM   #5
pafoo
Member
 
Registered: Jul 2011
Location: Alabama
Distribution: Red Hat/Ubuntu/Solaris
Posts: 37

Rep: Reputation: 11
sudo yum update kernel -y
reboot
 
Old 02-15-2012, 03:39 PM   #6
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Quote:
Originally Posted by pafoo View Post
sudo yum update kernel -y
reboot
You're assuming he just wants to update to the latest kernel for RHEL5 and also assuming he doesn't have any other things to take into consideration such as drivers installed for other things (e.g. Qlogic fibre cards). I suggested he read the deployment guide section on Kernel updates to gain an understanding of the kernel updates for RedHat which are a bit different than for other Linux flavors.
 
Old 02-15-2012, 04:39 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
pafoo "sudo" is not set up by default on rhel

it can be but is not the default

sree.m for the OLDER 5.3 you are paying red hat a boatload of cash to STAY with 5.3 .I an guessing ,for some NEEDED program .
So you NEED to STAY with that REQUIRED kernel version, for this unnamed old program .

if not then upgrade to the current in the 5 series 5.8
or install the current release RHEL 6.2
 
Old 02-16-2012, 01:13 AM   #8
sree.m
Member
 
Registered: Feb 2012
Posts: 56

Original Poster
Rep: Reputation: Disabled
Hi all,

thanks for your reply.

I am facing a cluster related issue on my 2 node cluster, hence i would like to give a try by upgrading the kernel of both the nodes.

Can you suggest whether a kernel upgrade can resolve rhel cluster bug?? m out of RHEL support, so wont get support. ALso m not connected to RHN to install any packages.

Regards,
Sree
 
Old 02-16-2012, 03:05 AM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
for an unknown bug ????
there is no way to know without the full logs

but i would run
Code:
su -
yum update
on the cluster

to keep it up to date

also the CURRENT kernel for RHEL 5.3 will be installed


Quote:
m out of RHEL support, so wont get support. ALso m not connected to RHN to install any packages.
then you are S.O.of L
install CentOS6 or ScientificLinux6 on the cluster or pay red hat the license to install on a server
 
Old 02-16-2012, 04:18 AM   #10
sree.m
Member
 
Registered: Feb 2012
Posts: 56

Original Poster
Rep: Reputation: Disabled
Hi john,

I would possibly go for RHEL contract renewal as the servers are in production environment, however it would be nice if i could resolve the issue as the renewal process would take long time.

Can you please suggest if there is anything i must be careful before I go for "yum update" , this is very much concerned as the servers are in production.

regards,
Sree
 
Old 02-16-2012, 09:46 AM   #11
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,675

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by sree.m View Post
Hi john,
I would possibly go for RHEL contract renewal as the servers are in production environment, however it would be nice if i could resolve the issue as the renewal process would take long time.
Sorry, that's just not the case. RedHat can renew your contract over the phone.
Quote:
Can you please suggest if there is anything i must be careful before I go for "yum update" , this is very much concerned as the servers are in production.
If you're not under contract with RedHat, "yum update" won't work, since you don't have access to the RHEL network. Again, if you have production servers, running RHEL under contract, call RedHat support if you have questions/concerns. Otherwise, you won't be able to use the yum online update functions, and will have to do EVERYTHING manually, if you can do it at all. RHEL kernel updates aren't available unless you pay for them.
 
Old 02-16-2012, 11:23 AM   #12
pafoo
Member
 
Registered: Jul 2011
Location: Alabama
Distribution: Red Hat/Ubuntu/Solaris
Posts: 37

Rep: Reputation: 11
Well if you have a lab environment, you can try setting up a yum repo that uses the CentOS repo. CentOS is redhat. Or just try using rpm. Download the applicable kernel and run rpm -Fvh kernel.* (use rpm -Uvh for all other packages.) If you are having a cluster problem, odds are it is not being caused by a kernel. You question should really be on what problems you are having with a Linux Cluster, not on a kernel upgrade.
 
Old 02-16-2012, 12:22 PM   #13
sree.m
Member
 
Registered: Feb 2012
Posts: 56

Original Poster
Rep: Reputation: Disabled
hi TB0ne,

what i meant by difficulty in renewing RHEL account is budget related , still i understand the concern of RHEL in renewing the account for software/patch installation.In that case I will have to speed up the renewal process. Anyways thanks for the information.

Regards,
Sree
 
  


Reply

Tags
linux, rhel5



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgrade RHEL5 U4 kernel 2.6.18 to 2.6.20 raymondpx Linux - Server 8 09-25-2011 02:04 PM
Do you see any differences in the installation steps/method vs RHEL5 ? JATA01 Linux - Server 1 01-21-2011 07:08 AM
Required Script or steps dhirendrs Programming 3 11-03-2010 04:12 AM
The steps likely required for upgrading Slackware to Slackware64. Shingoshi Slackware 49 08-29-2009 07:28 AM
Kernel Upgrade Steps smartes Linux - Newbie 3 01-09-2003 07:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 03:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration