Technical Tip: Upgrade aborts with error detecting CentOS 5
Description
This article describes an error where a software upgrade aborts, stating that the appliance is running CentOS 5 even though the appliance is running CentOS 7.
"Aborting update.
This release is not supported on this appliance.
Appliances running the CentOS 5 operating system are End-of-Life.
Please contact your Support representative for assistance.
To identify discrepancies, run the following command in the appliance CLI.
> rpm -q centos-release
centos-release-7-7.1908.0.el7.centos.x86_64
Scope
Version: 8.x.
Solution
> yum reinstall centos-release
centos-release-7-7.1908.0.el7.centos.x86_64
> package-cleanup --cleandupes
> package-cleanup --cleandupes --removenewestdupes
> yum -y update
> reboot
Related articles:
