In September of 2019, changes were made to the ITRS OP5 monitor repositories. We do not provide the CentOS base and updates repositories any longer, and we have done some cleaning up removing old and obsolete repositories.
Customers with an installation of Monitor that have gradually updated it to later releases over a longer period of time will most likely run in to "404 errors" where yum can not find repositories when trying to update. You may see errors like:
http://repos.op5.com/el6/x86_64/centos/6/base/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
The following needs to be done to ensure your repositories are up to date:
- Move all of these obsolete repository files out of the "/etc/yum.repos.d/" directory:
- op5-system-release.repo
- op5-system-release-source.repo
- op5-system-release-debuginfo.repo
- op5-release-public_beta.repo
- op5-release-public_beta-source.repo
- op5-release-public_beta-debuginfo.repo
- Ensure
enabled=1
is set in thebase
andupdates
repos in the/etc/yum.repos.d/CentOS-Base.repo
repo-file. This will makeyum
retrieve CentOS updates from official CentOS mirrors. - Ensure
enabled=1
is set in theop5-monitor-updates
andop5-epel
repos within the/etc/yum.repos.d/op5-release.repo
repo-file. - Issue the following command to clear your cache:
yum clean all
Now it should be possible to update your Monitor installation and your CentOS installation using:
yum update
If you are unsure about these instructions, please do not hesitate to contact support.
Comments
0 comments
Please sign in to leave a comment.