<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.labrats.us//wiki/index.php?action=history&amp;feed=atom&amp;title=Migrating_Red_Hat_Server_to_CentOS</id>
	<title>Migrating Red Hat Server to CentOS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.labrats.us//wiki/index.php?action=history&amp;feed=atom&amp;title=Migrating_Red_Hat_Server_to_CentOS"/>
	<link rel="alternate" type="text/html" href="https://www.labrats.us//wiki/index.php?title=Migrating_Red_Hat_Server_to_CentOS&amp;action=history"/>
	<updated>2026-04-04T11:21:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://www.labrats.us//wiki/index.php?title=Migrating_Red_Hat_Server_to_CentOS&amp;diff=245&amp;oldid=prev</id>
		<title>Sfiggins: Created page with &quot;This one is to convert a Red Hat 7.X machine to CentOS 7.X machine.  [https://www.openlogic.com/blog/step-step-migration-rhel-74-centos-74 https://www.openlogic.com/blog/step-...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.labrats.us//wiki/index.php?title=Migrating_Red_Hat_Server_to_CentOS&amp;diff=245&amp;oldid=prev"/>
		<updated>2020-07-09T15:57:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This one is to convert a Red Hat 7.X machine to CentOS 7.X machine.  [https://www.openlogic.com/blog/step-step-migration-rhel-74-centos-74 https://www.openlogic.com/blog/step-...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This one is to convert a Red Hat 7.X machine to CentOS 7.X machine.&lt;br /&gt;
&lt;br /&gt;
[https://www.openlogic.com/blog/step-step-migration-rhel-74-centos-74 https://www.openlogic.com/blog/step-step-migration-rhel-74-centos-74]&lt;br /&gt;
&lt;br /&gt;
This one covers several different convert/upgrade options, but I was looking at the RH 5.X to CentOS 5.X and 6.X to 6.X conversion parts.  7.X is very similar to 6.X.&lt;br /&gt;
&lt;br /&gt;
[https://wiki.centos.org/HowTos/MigrationGuide https://wiki.centos.org/HowTos/MigrationGuide]&lt;br /&gt;
&lt;br /&gt;
Now, Red Hat and CentOS 5.X is only in extended support right now, so you have to find the RPS in the vault, so below are the commands I used to convert.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# cp /etc/redhat-release /etc/redhat-release-saved&lt;br /&gt;
# rpm -e --nodeps redhat-release-notes redhat-release yum-rhn-plugin redhat-logos&lt;br /&gt;
# rpm -ivh \&lt;br /&gt;
http://vault.centos.org/5.7/os/i386/CentOS/centos-release-5-7.el5.centos.i386.rpm \&lt;br /&gt;
http://vault.centos.org/5.7/os/i386/CentOS/centos-release-notes-5.7-0.i386.rpm \&lt;br /&gt;
http://vault.centos.org/5.7/os/i386/CentOS/redhat-logos-4.9.99-11.el5.centos.noarch.rpm&lt;br /&gt;
# yum update&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last command won&amp;#039;t work, since it will be pointing to the main repo mirror.  You will want to change the /etc/yum.repos.d/CentOS-Base.repo file to look like below.  I used 5.11, as that is the last version, but you could pick another one, if desired.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# CentOS-Base.repo&lt;br /&gt;
#&lt;br /&gt;
# The mirror system uses the connecting IP address of the client and the&lt;br /&gt;
# update status of each mirror to pick mirrors that are updated to and&lt;br /&gt;
# geographically close to the client.  You should use this for CentOS updates&lt;br /&gt;
# unless you are manually picking other mirrors.&lt;br /&gt;
#&lt;br /&gt;
# If the mirrorlist= does not work for you, as a fall back you can try the &lt;br /&gt;
# remarked out baseurl= line instead.&lt;br /&gt;
#&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
[base]&lt;br /&gt;
name=CentOS- - Base&lt;br /&gt;
baseurl=http://vault.centos.org/5.11/os/x86_64/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5&lt;br /&gt;
&lt;br /&gt;
#released updates &lt;br /&gt;
[updates]&lt;br /&gt;
name=CentOS- - Updates&lt;br /&gt;
baseurl=http://vault.centos.org/5.11/updates/x86_64/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5&lt;br /&gt;
&lt;br /&gt;
#additional packages that may be useful&lt;br /&gt;
[extras]&lt;br /&gt;
name=CentOS- - Extras&lt;br /&gt;
baseurl=http://vault.centos.org/5.11/extras/x86_64/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5&lt;br /&gt;
&lt;br /&gt;
#additional packages that extend functionality of existing packages&lt;br /&gt;
[centosplus]&lt;br /&gt;
name=CentOS- - Plus&lt;br /&gt;
baseurl=http://vault.centos.org/5.11/centosplus/x86_64/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
enabled=0&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5&lt;br /&gt;
&lt;br /&gt;
#contrib - packages by Centos Users&lt;br /&gt;
[contrib]&lt;br /&gt;
name=CentOS- - Contrib&lt;br /&gt;
baseurl=http://vault.centos.org/5.11/contrib/x86_64/&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
enabled=0&lt;br /&gt;
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sfiggins</name></author>
	</entry>
</feed>