6.2. クライアントの手動登録

クライアントを手動で登録するには、登録するクライアントごとに、次の手順を実行します。

手順

  1. katello-ca-consumer パッケージがインストールされている場合は削除します。

    # yum remove 'katello-ca-consumer*'
  2. ロードバランサーから katello-ca-consumer パッケージをインストールします。

    # rpm -Uvh \
    http://loadbalancer.example.com/pub/katello-ca-consumer-latest.noarch.rpm
  3. クライアントを登録し、--serverurl--baseurl のオプションを追加します。

    # subscription-manager register --org=Your_Organization \
    --activationkey=Your_Activation_Key \
    --serverurl=https://loadbalancer.example.com:8443/rhsm \
    --baseurl=https://loadbalancer.example.com/pulp/repos