Convert RHEL 6 to CentOS 6.3
Every so often I search the Internet and I find what I am looking for to solve a problem. This site has all of the steps to do what I wanted to do. I have a server at my house that has been turned off for a few months. It had an expired RHEL 6 license and I did not want to continue to pay for the subscription since the client that I built it for was no longer my customer. I did want to continue to use the server so I wanted to convert it to CentOS. I found some simple steps and then I tweaked them for the current release.
So these are the steps to upgrade from RHEL 6 to CentOS 6.3
As I write this my system is downloading all updates and doing the updating. I'll know everything is OK after a reboot.
So these are the steps to upgrade from RHEL 6 to CentOS 6.3
- # yum clean all
- # mkdir ~/centos
- # cd ~/centos
- # wget http://mirror.centos.org/centos-6/6.3/os/x86_64/RPM-GPG-KEY-CentOS-6
- # wget http://mirror.centos.org/centos-6/6.3/os/x86_64/Packages/centos-release-6-3.el6.centos.9.x86_64.rpm
- # wget http://mirror.centos.org/centos-6/6.3/os/x86_64/Packages/yum-3.2.29-30.el6.centos.noarch.rpm
- # wget http://mirror.centos.org/centos-6/6.3/os/x86_64/Packages/yum-3.2.29-30.el6.centos.noarch.rpm
- # wget http://mirror.centos.org/centos-6/6.3/os/x86_64/Packages/yum-utils-1.1.30-14.el6.noarch.rpm
- # wget http://mirror.centos.org/centos-6/6.3/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.30-14.el6.noarch.rpm
- # rpm --import RPM-GPG-KEY-CentOS-6
- # rpm -e --nodeps redhat-release-server
- # rpm -e yum-rhn-plugin rhn-check rhnsd rhn-setup rhn-setup-gnome
- # yum upgrade
As I write this my system is downloading all updates and doing the updating. I'll know everything is OK after a reboot.
Comments
Post a Comment