Roll back patches for RHEL 5


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Roll back patches for RHEL 5
# 1  
Old 11-16-2011
Roll back patches for RHEL 5

Hi,

I want to roll back the packages that are installed during the patch installation of RHEL 5 server. There are in all 110 packages including the kernel package...
kernel-2.6.18-274.el5.x86_64.rpm
kernel-headers-2.6.18-274.el5.x86_64.rpm

How should I proceed ?

I don't want to run rpm -e command 110 times...I can roll back kernel patch by booting through the older version..but what about the other 109 packages that are installed ?
# 2  
Old 11-17-2011
how did you install your packages
is the server registerd with RHN ( can you use yum or up2date on it)

using
Code:
rmp -e

is nt god all the time some patches are essential and even may result in system crash if removed completely
eg: glibc for some systems

change the default kernel to old kernel before you remove the new kernel.
# 3  
Old 11-17-2011
Normally, I would suggest a good backup and recovery process.

Many of these are not PATCHES per se. They are packages. Uninstalling them will not roll you back. They will be removed.

You will not be where you were if you do an rpm -e or yum remove.
# 4  
Old 11-17-2011
here's the thing !

If I just change the grub.conf file and boot the server up with the old kernel will that solve my problem ?

This backout is needed since we are facing performance issues after the recent patch upgrade.

Any suggestions are much appreciated


Thanks in advance ! Smilie
# 5  
Old 11-17-2011
Quote:
Originally Posted by aksijain
here's the thing !

If I just change the grub.conf file and boot the server up with the old kernel will that solve my problem ?

This backout is needed since we are facing performance issues after the recent patch upgrade.

Any suggestions are much appreciated


Thanks in advance ! Smilie
if the roll back is for the default kernel used then the above will solve your issue

Last edited by robo; 11-18-2011 at 03:15 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

RHEL 6, Spacewalk 2.3 unable to download RHEL 5 repo data

Hello all, I am having a bit of an issue on my Spacewalk installation. Some amplifying information is that it is Spacewalk 2.3 installed on a RHEL 6 machine and I am attempting to install/update a RHEL 5 channel/repository. I am fairly new to Spacewalk so I am still learning but this is what I... (3 Replies)
Discussion started by: jstone4646
3 Replies

2. Red Hat

Error throwing while installing vsftpd package in rhel 6. using rhel 6 dvd.

Hi all, Im studying rhcsa as of now, so yum installation and dependencies are messing me to not workit out. i have dual os, win 7 & rhel 6. i have tried this installation of vsftpd package with rhel 6 dvd in VM rhel 6 in win 7 as well as host rhel 6.still the same issue. below error... (6 Replies)
Discussion started by: redhatlbug
6 Replies

3. Shell Programming and Scripting

Roll back the code

Hi is there any shell script to roll back the code when the code is deployed in a wrong way in production servers (3 Replies)
Discussion started by: Purushotham
3 Replies

4. AIX

List of Installed patches for AIX from given set of patches

I need to find out list of installed patches from given list of patches. I have tried using instfix -f <File containing list of patches> -i -c But I was not able to understand the output of this command. It was like below. bos.perf.tools: :0.0.0.0:?: bos.rte.libc: :0.0.0.0:?: ... (4 Replies)
Discussion started by: Saurabh Agrawal
4 Replies

5. Red Hat

Regarding application of security patches RHEL 5.5

Hi Is there a direct way to apply a particular security advisory on the system. Presently we have certain security advisories to be applied which require installation of multiple rpms and their dependencies. These rpms as listed in the security advisory also mention that they have been... (0 Replies)
Discussion started by: Sapanvas
0 Replies

6. Red Hat

Does RHEL 5 provide a command to collect RHEL system log in single compress file?

Hi, I heard a command that can collect all RHEL 5 log in a single compress file before I forget. Does any body know...What the command is ? Thanks. (4 Replies)
Discussion started by: nnnnnnine
4 Replies

7. Solaris

Roll back latest Solaris Patches

Is there an easy way to roll back or uninstall the latest Solaris patch cluster? I'm hoping I don't have to go into each patch that was applied and uninstall them one-by-one. Thanks! (0 Replies)
Discussion started by: bluescreen
0 Replies

8. Solaris

Patching Roll-back

What is the easiest or preferred way to roll back the solaris cluster patches? My guess is to do a flash archive pre-patch and then install off of that if it doesn't work. Any other ideas? (4 Replies)
Discussion started by: adelsin
4 Replies

9. Red Hat

RHEL Security Patches

Hi all, :) I'm quite new with installation of security patches in Linux Redhat Enterprise, here's my question. I have 2 machine of this RHEL(never patch before) since it never connects directly to the internet(block by firewall) and I want to update the patches now because my boss asked me to... (2 Replies)
Discussion started by: flekzout
2 Replies

10. Shell Programming and Scripting

Roll back problem

Hi, I have 5 sub processes which are updating and commiting different records of a single table.I have a problem here.I want to rollback all the transaction if any one of processes fails.Can any one of you gurus suggest how to go about it ? Thanks Tushar Johri (3 Replies)
Discussion started by: tushar_johri
3 Replies
Login or Register to Ask a Question