温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

RHEL 6以上操作系统Yum提示This system is not registered怎么办

发布时间:2021-11-03 17:28:31 来源:亿速云 阅读:1457 作者:柒染 栏目:建站服务器

这期内容当中小编将会给大家带来有关RHEL 6以上操作系统Yum提示This system is not registered怎么办,文章内容丰富且以专业的角度为大家分析和叙述,阅读完这篇文章希望大家可以有所收获。

RHEL 6以上操作系统Yum提示This system is not registered

一、问题现象:

[root@open_source ~]# yum clean

Loaded plugins: product-id, search-disabled-repos, subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.

Error: clean requires an option: headers, packages, metadata, dbcache, plugins, expire-cache, rpmdb, all

[root@open_source ~]# yum check-update

Loaded plugins: product-id, search-disabled-repos, subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.

[root@open_source ~]# yum makecache

Loaded plugins: product-id, search-disabled-repos, subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.

base                                                                                | 2.8 kB  00:00:00    

Metadata Cache Created

二、问题原因:

       因为我的操作系统使用的是RedHat,提示需要注册订阅,说白了就是要掏钱才给用。

三、问题分析:

       该问题的处理办法实际上很简单,因为RedHat是商业版企业Linxu系统,其涉及到的包只有Yum,我们可以通过替换社区版的包解决此问题。

四、解决办法:

       替换社区版CentOS的包解决此问题。

4.1. 获取包的途径主要有以下几个:

http://mirror.centos.org/

https://mirrors.edge.kernel.org/

http://mirrors.aliyun.com/centos/

<1span style="font-family:"&color:#4EA1DB;text-underline:none">http://mirrors.sohu.com

……

       4.2. 我通过Centos Yum站点下载以下四个所需的包

http://mirror.centos.org/centos-7/7.7.1908/os/x86_64/Packages/python-iniparse-0.4-9.el7.noarch.rpm

http://mirror.centos.org/centos-7/7.7.1908/os/x86_64/Packages/python-urlgrabber-3.10-9.el7.noarch.rpm

http://mirror.centos.org/centos-7/7.7.1908/os/x86_64/Packages/yum-3.4.3-163.el7.centos.noarch.rpm

http://mirror.centos.org/centos-7/7.7.1908/os/x86_64/Packages/yum-metadata-parser-1.1.4-10.el7.x86_64.rpm

http://mirror.centos.org/centos-7/7.7.1908/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.31-52.el7.noarch.rpm

注意:下载的包要大于或等于当前系统版本,下载之前要确认操作系统版本,可通过命令cat /etc/redhat-release 查看。

       4.3 卸载系统中现有的yum包

[root@open_source ~]# rpm -qa|grep yum
yum-metadata-parser-1.1.4-10.el7.x86_64
yum-3.4.3-163.el7.noarch
yum-rhn-plugin-2.0.1-10.el7.noarch
[root@open_source ~]# rpm -qa|grep yum | xargs rpm -e --nodeps
[root@open_source ~]# rpm -qa|grep yum
[root@open_source ~]#

    4.4 分别安装刚才下载的几个RPM包

[root@open_source CentOS_yum]# rpm -ivh python-iniparse-0.4-9.el7.noarch.rpm 
warning: python-iniparse-0.4-9.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
Preparing...                          ################################# [100%]
        package python-iniparse-0.4-9.el7.noarch is already installed
        file /usr/lib/python2.7/site-packages/iniparse/ini.pyc from install of python-iniparse-0.4-9.el7.noarch conflicts with file from package python-iniparse-0.4-9.el7.noarch
        file /usr/lib/python2.7/site-packages/iniparse/ini.pyo from install of python-iniparse-0.4-9.el7.noarch conflicts with file from package python-iniparse-0.4-9.el7.noarch
 
[root@open_source CentOS_yum]# rpm -ivh python-urlgrabber-3.10-9.el7.noarch.rpm 
warning: python-urlgrabber-3.10-9.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
Preparing...                          ################################# [100%]
        package python-urlgrabber-3.10-9.el7.noarch is already installed
        file /usr/lib/python2.7/site-packages/urlgrabber/grabber.pyc from install of python-urlgrabber-3.10-9.el7.noarch conflicts with file from package python-urlgrabber-3.10-9.el7.noarch
        file /usr/lib/python2.7/site-packages/urlgrabber/grabber.pyo from install of python-urlgrabber-3.10-9.el7.noarch conflicts with file from package python-urlgrabber-3.10-9.el7.noarch
 
[root@open_source CentOS_yum]# rpm -ivh yum-metadata-parser-1.1.4-10.el7.x86_64.rpm 
warning: yum-metadata-parser-1.1.4-10.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
   1:yum-metadata-parser-1.1.4-10.el7 ################################# [100%]
 
[root@open_source CentOS_yum]# rpm -ivh yum-3.4.3-163.el7.centos.noarch.rpm yum-plugin-fastestmirror-1.1.31-52.el7.noarch.rpm 
warning: yum-3.4.3-163.el7.centos.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
   1:yum-plugin-fastestmirror-1.1.31-5################################# [ 50%]
   2:yum-3.4.3-163.el7.centos         ################################# [100%]
 
[root@open_source CentOS_yum]# rpm -qa|grep yum
yum-metadata-parser-1.1.4-10.el7.x86_64
yum-3.4.3-163.el7.centos.noarch
yum-plugin-fastestmirror-1.1.31-52.el7.noarch

    4.5 验证

[root@open_source CentOS_yum]# yum makecache
Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Determining fastest mirrors
base                                                                                                                       | 2.8 kB  00:00:00     
(1/5): base/group_gz                                                                                                       | 103 kB  00:00:00     
(2/5): base/primary                                                                                                        | 2.0 MB  00:00:00     
(3/5): base/filelists                                                                                                      | 3.1 MB  00:00:00     
(4/5): base/productid                                                                                                      | 1.6 kB  00:00:00     
(5/5): base/other                                                                                                          | 1.1 MB  00:00:00     
base                                                                                                                                    5229/5229
base                                                                                                                                    5229/5229
base                                                                                                                                    5229/5229
Metadata Cache Created
 
[root@open_source CentOS_yum]# yum install -y ftp
Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package ftp.x86_64 0:0.17-67.el7 will be installed
--> Finished Dependency Resolution
 
Dependencies Resolved
 
==================================================================================================================================================
 Package                        Arch                              Version                                   Repository                       Size
==================================================================================================================================================
Installing:
 ftp                            x86_64                            0.17-67.el7                               base                             61 k
 
Transaction Summary
==================================================================================================================================================
Install  1 Package
 
Total download size: 61 k
Installed size: 96 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
rhn-check-2.0.2-24.el7.x86_64 has missing requires of yum-rhn-plugin >= ('0', '1.6.4', '1')
  Installing : ftp-0.17-67.el7.x86_64                                                                                                         1/1 
  Verifying  : ftp-0.17-67.el7.x86_64                                                                                                         1/1 
 
Installed:
  ftp.x86_64 0:0.17-67.el7                                                                                                                        
 
Complete!

通过替换Yum包的方式完成问题处理,Yum可以正常使用了。

上述就是小编为大家分享的RHEL 6以上操作系统Yum提示This system is not registered怎么办了,如果刚好有类似的疑惑,不妨参照上述分析进行理解。如果想知道更多相关知识,欢迎关注亿速云行业资讯频道。

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI