GotoArticle.com    Contact Us
Search  
   
Browse by Category
GotoArticle.com .: Server Management .: Hosting Tutorials .: Upgrade Guide From Red Hat 7.3 to 9.0

Upgrade Guide From Red Hat 7.3 to 9.0

If you want to keep your server available for updates for another year then we suggest upgrading to Red Hat 9 through this tutorial.

Since no one has yet posted a how-to upgrade an old 7.3 redhat to the latest redhat 9.0, here is how you can do it. Commands you issue on shell are in GREEN as usual.

WARNING: GotoArticle.com and the author claim no responsibility for this HOWTO. If your computer doesn't function afterwards, blows up, or turns into a pile of ash, it wasn't my fault. I only list how to do the upgrade, it is up to you to decide if it is worth trying or not.

Lets Begin!
Log into your box using SSH and su to root.

# First get apt....
wget http://ftp.freshrpms.net/pub/freshrpms/redhat/7.3/apt/apt-0.5.5cnc5-fr0.rh73.2.i386.rpm

# Now install it.
rpm -i apt-0.5.5cnc5-fr0.rh73.2.i386.rpm


# If you have dependancy issues, fix them. I had one machine
# that did, another that didn't. It just depends on what rpm's
# you've installed before, and your control panel.


# You don't have to do this part, but I did it just to make sure
# everything is already up to date, this upgrades your system
# packages, pretty much same as up2date -uv:
apt-get update
apt-get dist-upgrade


# You can't go from 7.3 to 9.0, so first we upgrade to 8.0.
# To do that, you must:
pico /etc/apt/sources.list


# Within sources.list, you'll see that the 7.3 lines are
# uncommented. Comment them out with # symbols. Then go
# to the 8.0 section and uncomment them.
# Now you can update your server to 8.0:
apt-get update
apt-get dist-upgrade


# That will take about an hour on a dual xeon.
# Fetched 224MB in 7m42s (484kB/s)


# Once done, edit your sources file again:
pico /etc/apt/sources.list


# Like last time, comment out the 8.0, and uncomment 9.0.
# Now upgrade to 9.0:
apt-get update
apt-get dist-upgrade


# Fetched 238MB in 7m24s (537kB/s)


# Now you are at redhat 9.0. I did a up2date just for sake
# of mind. This will proceed to upgrade your kernel ... on my
# dual xeons, I ended up with kernel-smp-2.4.20-19.9.i686
up2date -uv


# Now some misc stuff I did to make sure everything was okay:
lilo -v -v
sync


# If you have problems with lilo and it being unable to find
# /boot/messages, just create the file and enter random
# text in there.


# You are done. Reboot.
shutdown -r now


How helpful was this article to you?

Related Articles

article Apache 2 Install and Upgrade Guide
Apache 2 upgrade - Apache 2 installationNote: This how-to has worked fine on plesk and cpanel servers and numerous tests. I cannot guarentee it will work on yours and cannot take responsibility for the outcome. I do not recommend running this how-to on an ensim server. Note: Text in green are commands that should be run from the root shell...

(No rating)  8-23-2006    Views: 386   
article cPanel Tutorial Guide
Download the complete cpanel tutorial guide in PDF format for offline viewing. An excellent guide for the novice Cpanel user that offers step-by-step instructions on the in depth tools that Cpanel offers with screenshots.Download Cpanel Tutorial

(No rating)  8-24-2006    Views: 458   
article Official Cpanel Newbie Guide
This guide assumes you already have Cpanel installed and we'll walk you some of the very basics of using your new Cpanel server. We expect you have some knowledge of what cpanel actually is and know a bit about server administration. Always consider hiring a professional to go over your system if you just purchased a new system. This guide...

(No rating)  8-24-2006    Views: 358   

User Comments

Add Comment
No comments have been posted.


Copyright © 2006-2009 GotoArticle.com. All Documents Copyright © To Their Respective Owners. All Rights Reserved.