应寻求支持加载插件:amazon-id, product-id, search-disabled-repos, subscription-manager此系统未向授权服务器注册。您可以使用订阅管理器进行注册。epel/x86_64/metalink | 7.5 kB 00:00:00https://mirrors.bestthaihost.com/epel/7/x86_64/repodata/repomd.xml: [Errno 14] curl#60 -"对方的证书已过期。"试试别的镜子。无法连接到红帽服务器。这可能意味着您的环境中存在连接问题,例如需要配置代理,或者是篡改TLS安全性的透明代理,或者是错误的系统时钟。请收集有关环境中发生的特定故障的信息。使用:https://access.redhat.com/solutions/1527033中的说明,并向红帽支持打开一个票证。
epel | 4.7 kB 00:00:00nginx | 2.9 kB 00:00:00remi-safe | 3.0 kB 00:00:00https://rhui3.ap-south-1.aws.ce.redhat.com/pulp/content/content/dist/rhel/rhui/server/7/7Server/x86_64/rh-common/os/repodata/repomd.xml: [Errno 14] HTTPS错误403 -禁止试试别的镜子。要解决这个问题,请参考下面的知识库文章
https://access.redhat.com/solutions/69319
如果上面的文章不能帮助解决这个问题,请向红帽支持部门开一个罚单。
的一个配置存储库失败(Red Hat Enterprise Linux 7服务器- RH共同从RHUI (rpm)),而且百胜没有足够的缓存数据来继续。此时唯一的百胜能做的安全的事就是失败。有几种方法可以"修复"这个问题。:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=rhel-7-server-rhui-rh-common-rpms ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable rhel-7-server-rhui-rh-common-rpms
or
subscription-manager repos --disable=rhel-7-server-rhui-rh-common-rpms
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=rhel-7-server-rhui-rh-common-rpms.skip_if_unavailable=true
failure: repodata/repm .xml from rhel-7-server-rhui-rh-common-rpm: [Errno 256] No more mirrors to try。https://rhui3.ap-south-1.aws.ce.redhat.com/pulp/content/content/dist/rhel/rhui/server/7/7Server/x86_64/rh-common/os/repodata/repomd.xml: [Errno 14] HTTPS错误403 -禁止
您可以尝试以下步骤:
#subscription-manager repos --disable=*;
#subscription-manager repos --enable=rhel-7-server-rpms > --enable=rhel-7-server-extras-rpms > --enable=rhel-server-rhscl-7-rpms;yum clean all
#yum update -y