普段CentOSを使っているとRed Hat Enterprise Linuxのサブスクリプション関連で躓くことが多く、煩わしい。
今回のインストール直後にyum updateを実行したら以下のエラーが出た。
(Subscriptionは登録済である)
# yum update
読み込んだプラグイン:langpacks, product-id, search-disabled-repos, subscription-manager
This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions.
There are no enabled repos.
Run “yum repolist all” to see the repos you have.
To enable Red Hat Subscription Management repositories:
subscription-manager repos –enable <repo>
To enable custom repositories:
yum-config-manager –enable <repo>
なんのこっちゃさっぱりわからないのでググってみるとRedhat公式に情報が掲載されていた。
https://access.redhat.com/ja/solutions/1521363
どうやら、サブスクリプションがうまく行っていないらしい。
以下のコマンドにて解消した。
# subscription-manager attach –auto
# yum update
するとyum update成功!
コメント