Redhat 5.8 to 6.0


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Redhat 5.8 to 6.0
# 1  
Old 02-13-2013
Redhat 5.8 to 6.0

Hi, Currently running Redhat 5.8, I am thinking about upgrading to 6. After the upgrade, in case, I want to downgrade. How would I do that?

Please let me know. Thanks.
# 2  
Old 02-14-2013
IMHO it is not wise to downgrade you are looking for serious issues...
So it leaves you with check all your backups, do a last one, I am paranoid so I check my system backups by restoring things... or checking if its bootable etc...
If you have a system disk in mirror, then you could split the mirror and upgrade...
And use the second to reboot in previous version or resync when all is validated (that is mostly what I do but not all use dedicated disks for OS and mirror them...)
This User Gave Thanks to vbe For This Post:
# 3  
Old 02-15-2013
Always make a good, reliable backup in case you do want to revert back to the old version. There is no other reliable way to downgrade any OS I've worked with (OS X is the closest, but RH is definitely out).

The best way I've known to do this is image to another volume with 'dd' if you have the space on a separate volume, or adding in netcat if not. To save space you can fill your drive out with zeros before hand so it will compress easily The Digital Voice: DD over Netcat for a Cheap Ghost Alternative has a good discussion on this. To zero out the drive before hand, boot off a live CD of some kind, mount the filesystems on the drive you're imaging and run something similar to
Code:
dd if=/dev/zero of=/mnt/mountpoint/fill && rm /mnt/mountpoint/fill

This User Gave Thanks to kalak For This Post:
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Redhat Apache

How is it possible to tied a IP address to folder in apache, so when someone put the ip in there browser they land in that folder? (3 Replies)
Discussion started by: da2013
3 Replies

2. Red Hat

Redhat Clone

What is the best method to use to clone a Redhat machine, to ensure all software and config can be easily installed on new hardware? Thank you! (3 Replies)
Discussion started by: da2013
3 Replies

3. UNIX for Advanced & Expert Users

Sort command results are different in Redhat 4 vs Redhat 5

Hi, I am having a text file with the following contents ########### File1 ########### some page1.txt text page.txt When I sort this file on Red Hat 5, then I get the following output ########### File1 ########### page1.txt page.txt some (3 Replies)
Discussion started by: sarbjit
3 Replies

4. Red Hat

VM and Redhat Problems

Hello everyone, I'm facing a some problems with redhat in my Oracle VM and the Redhat(rhel-server-5.5-x86_64-dvd.iso). I've installed both tools yesterday without any issues, but... Through the redhat installation, i entered user and pass correctly, everythings was marching ok. The problems... (4 Replies)
Discussion started by: Newer
4 Replies

5. Red Hat

Redhat cluster

Hi Friends, I am trying to configure redhat high availability cluster on rhel5 32bit. As i am not having the RHN subscription, I have to intsall all the cluster suite manually. I am not aware what all are the rpms needs to be installed. Please let me know about the rpms needs to be installed.... (3 Replies)
Discussion started by: arumon
3 Replies

6. Red Hat

redhat

if sombody can help it will be very good.I want to have some information concerning redhat 9.How to go in the internet with :confused: ,how to programmate in c or c++,and finally how i can use it esaly.Sorry for my english i'm a french speaker ;) (1 Reply)
Discussion started by: boyep
1 Replies

7. SuSE

redhat

i just bought a redhat 9.0 book which comes with the operating system and Ive install it as a server however Im having difficulties installing Swat and I just wonder if I have to spend buy an enterprise server or what ? (1 Reply)
Discussion started by: keliy1
1 Replies

8. Slackware

Redhat Linux?

Hi, I use linux and it is a great OS, I use Redhat Linux 9 and I was wondering are they going to update 9 or they'll be leaving that to the fedora project? I would like a stable linux distro. Thanks -n (9 Replies)
Discussion started by: Insomniac
9 Replies

9. Linux

redhat

hello people i just installed redhat, everything seemes to be fine, but when i start it, it boots up normally and starts firstboot or whatever, then it opens something, i can move the mouse for a while(thats all i see.. first the X then an arrow..) but then the whole computer freezes.. i think the... (3 Replies)
Discussion started by: thenewestuser
3 Replies

10. UNIX for Dummies Questions & Answers

RedHat

Hi all, I'm installing RedHat 7.0 on a laptop. As it's a dual boot with win2k I make a boot sector instead of using the MBR. After the install I mark the boot sector active in windows then I can boot into Linux. First question. When I make the boot sector active it deletes the swap... (3 Replies)
Discussion started by: merlin
3 Replies
Login or Register to Ask a Question