Red Hat 5.9システムを登録する方法

Red Hat 5.9システムを登録する方法

次の問題に対する解決策を持っている人がいるかどうか疑問に思います。

i386_64ベースのシステムのRed Hatサブスクリプションをリセットしています。

サブスクリプションを購入し、10年以上Red Hatアカウントを持っているので、すべてをお勧めします。

購読に関する情報が記載された確認メールが届き、その資格はRed Hat Webサイトに表示されます。

ただし、電子メールで送信されたアクティベーション情報はWebベースのアクティベーションに必要な形式ではなく、依存関係がないため、Subscription Managerのインストールに失敗しました。サーバーやWebサイトに登録できないため、これらの依存関係を取得できません。

Subscription Manager を解凍してインストールしようとした結果です。

[root@h2oamr subscription-manager]# tar xvf registration_update-rhel-5-rhsm.tar.gz && rpm -Uvh *.rpm --replacefiles
python-dateutil-1.2-3.el5.noarch.rpm
python-rhsm-1.11.3-5.el5.x86_64.rpm
subscription-manager-1.11.3-10.el5.x86_64.rpm
subscription-manager-firstboot-1.11.3-10.el5.x86_64.rpm
subscription-manager-gui-1.11.3-10.el5.x86_64.rpm
error: Failed dependencies:
        python-simplejson is needed by python-rhsm-1.11.3-5.el5.x86_64
        python-ethtool is needed by subscription-manager-1.11.3-10.el5.x86_64
        virt-what is needed by subscription-manager-1.11.3-10.el5.x86_64

どんな提案でも大変感謝します。はい、これらすべてのアップデートとsosreportのサポートチケットがあります。

答えるように編集されました。

yumはこの操作を開始したときと同じエラーを生成します。 CentOSバージョン5のリポジトリはどこにありますか?パスは何ですか?一度試してみましょう。

[root@h2oamr ~]# yum install python-simplejson
Loaded plugins: rhnplugin, security
There was an error communicating with RHN.
RHN Satellite or RHN Classic support will be disabled.

Error Message:
    Service not enabled for system profile: "h2oamr.Arlington1.local"
Error Class Code: 31
Error Class Info: 
     This system does not have a valid entitlement for Red Hat Network.
     Please visit https://rhn.redhat.com/rhn/systems/SystemEntitlements.do
     or login at https://rhn.redhat.com, and from the "Your RHN" tab,
     select "Subscription Management" to enable RHN service for this system.
Explanation:
    Your organization does not have enough Management entitlements to register this
    system to Red Hat Network. Please notify your organization administrator of this error. 
    You should be able to register this system after your organization frees existing 
    or purchases additional entitlements. Additional entitlements may be purchased by your
    organization administrator by logging into Red Hat Network and visiting
    the 'Subscription Management' page in the 'Your RHN' section of RHN.

    A common cause of this error code is due to having mistakenly setup an
    Activation Key which is set as the universal default.  If an activation key is set
    on the account as a universal default, you can disable this key and retry to avoid
    requiring a Management entitlement.
Setting up Install Process
No package python-simplejson available.
Nothing to do
[root@h2oamr ~]# 

結論:

Red Hatの指示に従ってup2dateを使用してシステムを登録しましたが、そのリポジトリに接続できず、問題が発生しました。今日もう一度やり直して更新中です。

しかし、私は一つのことを学びました。サブスクリプションを購入すると、そのサブスクリプションを所有し、サブスクリプションが利用できない場合(アクティブ化できない場合など)にも払い戻しはなく、販売代理店を通じてサブスクリプションを購入しました。

私はこれに従う協会up2date を使用してサブスクリプションを有効にするには。

ベストアンサー1

依存関係をインストールしますか?

RHEL 5.9は本番3段階で終了しました。だからyum動作する必要があります。

まず、Get dependencyを試してくださいyum。 RedHat はサブスクリプション管理者の依存関係なので、リポジトリでこれを提供する必要があります。言い換えれば:

yum install python-simplejson
yum install python-ethtool
yum install virt-what

yumそれでも機能しない場合は、読み続けてください。

RHEL 5を実行していません。ただし、CentOSリポジトリで必要なRPMを簡単に見つけることができます。

python-rhsm登録更新と一緒にバンドルされているようですのでそこにあります。

おすすめ記事