In September 2019, changes were made to the ITRS OP5 monitor repositories. As a result, we no longer provide the CentOS base and updates repositories. We have also removed old and obsolete repositories.
Customers who have systematically updated Monitor over a long period of time may run in to "404 errors" because yum or dnf can no longer find configured repositories. 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 OP5 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.