Saturday, April 8, 2017

RHEL Update without changing Major Version

Either

subscription-manager register --username <Username> --password <Password> --auto-attach --release=6.8 --force

OR

subscription-manager release --set=6.8
subscription-manager release --show

OR

yum --releasever=6.8 update

No comments: