Red Hat Enterprise Linux Server release 6.2 (Santiago)でサブスクリプション登録しようとしたところエラーになってしまいました
1 2 3 4 |
[root@host01 ~]# subscription-manager subscribe --pool=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 証明書 Red Hat Enterprise Linux Server, Standard (1-2 sockets) (Up to 1 guest) ( L3-only) のコンテンツセットが多すぎます。 新しいクライアントの場合はこの問題に対処できる場合があります。 詳細についてはナレッジベースを参照してください (https://access.redhat.com/knowledge/node/129003)。 |
リンク先を確認すると
Issue
・Unable to download certain packages (like FasTrack) when using subscription manager
・Problem registering or subscribing due to cert error: ‘Too many content sets for certificate. A newer client may be available to address this problem.’
・The Red Hat Network Tools(rhn-tools) repository is not available on RHEL 5/6.
・Not able to attach some subscriptions (such as Red Hat Enterprise Linux Academic Site Subscription (Server, Desktop, Workstation, POWER)), or above a number of subscriptions, to Subscription Asset Management Organization
どうも新しいsubscription-managerに更新しろってこと?
1 2 3 4 |
[root@host01 ~]# rpm -qa | grep subscription-manager subscription-manager-0.96.17-1.el6.x86_64 subscription-manager-firstboot-0.96.17-1.el6.x86_64 subscription-manager-gnome-0.96.17-1.el6.x86_64 |
更新するにもサブスクリプション登録できてないからyumは使えない
結局Red Hat Networkにログインしてサブスクリプションを登録するとrpmパッケージがダウンロードできたので手動で更新することにしました
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[root@host01 ~]# ls python-dateutil-1.4.1-6.el6.noarch.rpm python-rhsm-1.9.7-1.el6_5.x86_64.rpm subscription-manager-1.9.11-1.el6.x86_64.rpm subscription-manager-firstboot-1.9.11-1.el6.x86_64.rpm subscription-manager-gui-1.9.11-1.el6.x86_64.rpm subscription-manager-migration-1.9.11-1.el6.x86_64.rpm subscription-manager-migration-data-2.0.5-1.el6.noarch.rpm [root@host01 ~]# rpm -Uvh python-rhsm-1.9.7-1.el6_5.x86_64.rpm 準備中... ########################################### [100%] 1:python-rhsm ########################################### [100%] [root@host01 ~]# rpm -Uvh python-dateutil-1.4.1-6.el6.noarch.rpm 準備中... ########################################### [100%] 1:python-dateutil ########################################### [100%] [root@host01 ~]# rpm -Uvh subscription-manager-* 準備中... ########################################### [100%] 1:subscription-manager ########################################### [ 20%] 2:subscription-manager-gu########################################### [ 40%] 3:subscription-manager-fi########################################### [ 60%] 4:subscription-manager-mi########################################### [ 80%] 5:subscription-manager-mi########################################### [100%] |
サブスクリプション登録の確認。未登録になっています
1 2 3 4 5 6 7 8 9 10 11 12 |
[root@host01 ~]# subscription-manager list +-------------------------------------------+ インストール済み製品のステータス +-------------------------------------------+ 製品名: Red Hat Enterprise Linux Server 製品 ID: 69 バージョン: 6.2 アーキテクチャ: x86_64 状態: 不明 状態の詳細: 開始: 終了: |
利用可能なサブスクリプションの確認
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[root@host01 ~]# subscription-manager list --available +-------------------------------------------+ 利用可能なサブスクリプション +-------------------------------------------+ サブスクリプション名: Red Hat Enterprise Linux Server, Standard (1-2 sockets) (Up to 1 guest) (L3-only) 提供: Red Hat Beta Oracle Java (for RHEL Server) Red Hat Enterprise Linux Server Red Hat Software Collections Beta (for RHEL Server) SKU: RHxxxxxxxxx プール ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 数量: 1 推奨: 1 サービスレベル: STANDARD サービスタイプ: L3 マルチエンタイトルメント No 終了: 2015年12月31日 システムタイプ: 物理 |
サブスクリプションの自動割当
1 2 3 4 |
[root@host01 ~]# subscription-manager register ユーザー名: RHN_account パスワード: RHN_password システムは ID で登録されています: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
サブスクリプションの手動割当
1 2 |
[root@host01 ~]# subscription-manager subscribe --pool=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx サブスクリプションが正しく割り当てられました: Red Hat Enterprise Linux Server, Standard (1-2 sockets) (Up to 1 guest) (L3-only) |
サブスクリプション登録の確認。登録になっています
1 2 3 4 5 6 7 8 9 10 11 12 |
[root@host01 ~]# subscription-manager list +-------------------------------------------+ インストール済み製品のステータス +-------------------------------------------+ 製品名: Red Hat Enterprise Linux Server 製品 ID: 69 バージョン: 6.2 アーキテクチャ: x86_64 状態: サブスクライブしています 状態の詳細: 開始: 2014年12月31日 終了: 2015年12月31日 |
試しにbashのアップデートを行ってみます
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
[root@host01 ~]# yum update bash Loaded plugins: product-id, refresh-packagekit, security, subscription-manager This system is receiving updates from Red Hat Subscription Management. rhel-6-server-rpms | 3.7 kB 00:00 rhel-6-server-rpms/primary_db | 28 MB 00:09 Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package bash.x86_64 0:4.1.2-8.el6 will be updated ---> Package bash.x86_64 0:4.1.2-15.el6_5.2 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: bash x86_64 4.1.2-15.el6_5.2 rhel-6-server-rpms 905 k Transaction Summary ================================================================================ Upgrade 1 Package(s) Total download size: 905 k Is this ok [y/N]: y Downloading Packages: bash-4.1.2-15.el6_5.2.x86_64.rpm | 905 kB 00:01 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Warning: RPMDB altered outside of yum. Updating : bash-4.1.2-15.el6_5.2.x86_64 1/2 Cleanup : bash-4.1.2-8.el6.x86_64 2/2 rhel-6-server-rpms/productid | 1.7 kB 00:00 Updated: bash.x86_64 0:4.1.2-15.el6_5.2 Complete! |