How to resolve the below installation problem on RHEL8? thanks.
###################
$ cat /etc/redhat-release
Red Hat Enterprise Linux release 8.9 (Ootpa)
$ rpm -qa |grep zabbix
$ sudo rpm -Uvh https://repo.zabbix.com/zabbix/6.4/r...el8.noarch.rpm
Retrieving https://repo.zabbix.com/zabbix/6.4/r...el8.noarch.rpm
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:zabbix-release-6.4-1.el8 ################################# [100%]
$ sudo dnf install zabbix-agent
Updating Subscription Management repositories.
Red Hat Enterprise Linux 7 Server from RHUI (RPMs) 36 B/s | 272 B 00:07
Errors during downloading metadata for repository 'rhel-7-server-rhui-rpms':
- Status code: 404 for https://rhui-2.microsoft.com/pulp/re...ata/repomd.xml (IP: 40.85.190.91)
- Status code: 404 for https://rhui-3.microsoft.com/pulp/re...ata/repomd.xml (IP: 40.85.190.91)
- Status code: 404 for https://rhui-1.microsoft.com/pulp/re...ata/repomd.xml (IP: 40.85.190.91)
Error: Failed to download metadata for repo 'rhel-7-server-rhui-rpms': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
$ rpm -qa |grep zabbix
zabbix-release-6.4-1.el8.noarch
$
###################
$ cat /etc/redhat-release
Red Hat Enterprise Linux release 8.9 (Ootpa)
$ rpm -qa |grep zabbix
$ sudo rpm -Uvh https://repo.zabbix.com/zabbix/6.4/r...el8.noarch.rpm
Retrieving https://repo.zabbix.com/zabbix/6.4/r...el8.noarch.rpm
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:zabbix-release-6.4-1.el8 ################################# [100%]
$ sudo dnf install zabbix-agent
Updating Subscription Management repositories.
Red Hat Enterprise Linux 7 Server from RHUI (RPMs) 36 B/s | 272 B 00:07
Errors during downloading metadata for repository 'rhel-7-server-rhui-rpms':
- Status code: 404 for https://rhui-2.microsoft.com/pulp/re...ata/repomd.xml (IP: 40.85.190.91)
- Status code: 404 for https://rhui-3.microsoft.com/pulp/re...ata/repomd.xml (IP: 40.85.190.91)
- Status code: 404 for https://rhui-1.microsoft.com/pulp/re...ata/repomd.xml (IP: 40.85.190.91)
Error: Failed to download metadata for repo 'rhel-7-server-rhui-rpms': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
$ rpm -qa |grep zabbix
zabbix-release-6.4-1.el8.noarch
$
Comment