web-dev-qa-db-ja.com

Red Hat Network Satellite環境でsubscription-managerをどうするか?

Yumコマンドはすべて、次のエラーメッセージを表示します。

Unable to read consumer identity

ただし、RHN/Satelliteを使用する場合は、subscription-managerプラグインを無効にする必要があるようです。

このコマンドでサーバーをRHNSatelliteに登録した後はどうすればよいですか?

rhnreg_ks --serverUrl=http://YourSpacewalk.example.org/XMLRPC --activationkey=<key-with-rhel-custom-channel>.

すべてのサーバーでYum Subscription-managerプラグインを手動で無効にする必要がありますか?subscription-managerでサブスクライブすることも想定されていませんよね?

yum repolist
Loaded plugins: katello, product-id, rhnplugin, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
repo id                                                                               repo name                                                                                                          status
rhel-x86_64-server-5                                                                  Red Hat Enterprise Linux (v. 5 for 64-bit x86_64)                                                                  13,371
repolist: 13,287

subscription-manager list
+-------------------------------------------+
    Installed Product Status
+-------------------------------------------+
ProductName:            Red Hat Enterprise Linux Server
Version:                5.8                      
Arch:                   x86_64                   
Status:                 Not Subscribed           
Starts:                 None                     
Expires:                None                
1
ujjain

そうです、RHNクラシックまたはRHNサテライトと通信するには、古い「rhnplugin」を使用する必要があります。

「コンシューマーIDを読み取れません」というメッセージは無害です。これは、システムがRHSM経由で登録されていないことを示す「subscription-manager」プラグインにすぎません。

必要に応じて、クライアントで「subscription-manager」プラグインを無効にすることができます。

2
suprjami