How to fix invalid subscription (RHEL Redhat Enterprise Linux)

https://access.redhat.com/discussions/3175371?tour=8

problem:

Subscription manager reports that the status is invalid. How to fix it?

[root@kht-notebook ~]# subscription-manager status
+-------------------------------------------+
System Status Details
+-------------------------------------------+
Overall Status: Invalid

Red Hat Developer Tools (for RHEL Server):
- Not supported by a valid subscription.

[root@kht-notebook ~]#


solution:

Did you try to refresh and check? If not, try this out:

扫描二维码关注公众号,回复: 1269569 查看本文章
Raw
# subscription-manager refresh
# subscription-manager attach --auto
# subscription-manager status

If this doesn't help then try un-register it from the system and then re-register and check.

Raw
# subscription-manager remove --all
# subscription-manager unregister
# subscription-manager clean

After this try to register it back:

Raw
# subscription-manager register
# subscription-manager attach --auto

猜你喜欢

转载自blog.csdn.net/hshl1214/article/details/80319022
今日推荐