I had a utility server running RHEL 6.2 (I installed it as part of a RHEV evaluation process). However, I have no RHEL entitlements so am not able to get updates.
So, I converted it to CentOS 6.2, with a little help from this post:
yum clean allmkdir ~/centoscd ~/centoswget http://mirror.centos.org/centos/6.2/os/x86_64/RPM-GPG-KEY-CentOS-6wget http://mirror.centos.org/centos/6.2/os/x86_64/Packages/centos-release-6-2.el6.centos.7.x86_64.rpmwget http://mirror.centos.org/centos/6.2/os/x86_64/Packages/yum-3.2.29-22.el6.centos.noarch.rpmwget http://mirror.centos.org/centos/6.2/os/x86_64/Packages/yum-utils-1.1.30-10.el6.noarch.rpmwget http://mirror.centos.org/centos/6.2/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.30-10.el6.noarch.rpmrpm --import RPM-GPG-KEY-CentOS-6rpm -e --nodeps redhat-release-serverrpm -e yum-rhn-plugin rhn-check rhnsd rhn-setuprpm -Uhv --force *.rpmyum upgradereboot
Nice!
Comments