You are on page 1of 1

# yum update -y

# reboot
# subscription-manager repos --enable rhel-6-server-extras-rpms
# subscription-manager repos --enable rhel-6-server-optinal-rpms
#yum -y install preupgrade-assistant preupgrade-assistant-ui preupgrade-assistant-
el6toel7 redhat-upgrade-tool
#preupg -v
#/root/preupgrade/result.html

Here everything goes well and then download rhel 7.6 ISO from redhat downloads

# yum -y install redhat-upgrade-tool


# redhat-upgrade-tool --iso rhel-server-7.6-x86_64-dvd.iso --cleanup-post
# reboot

# yum repolist

if no RHEL repositories found ,reregister by using below commands


# subscription-manager remove --all
# subscription-manager unregister
# subscription-manager register
# subscription-manager attach --auto

# yum update -y
# reboot

You might also like