3.3. リポジトリーの設定
これらの手順を使用して、Satellite Server のインストールに必要なリポジトリーを有効にします。
すべてのリポジトリーを無効にします。
subscription-manager repos --disable "*"
# subscription-manager repos --disable "*"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 以下のリポジトリーを有効にします。
subscription-manager repos --enable=rhel-8-for-x86_64-baseos-rpms \ --enable=rhel-8-for-x86_64-appstream-rpms \ --enable=satellite-6.13-for-rhel-8-x86_64-rpms \ --enable=satellite-maintenance-6.13-for-rhel-8-x86_64-rpms
# subscription-manager repos --enable=rhel-8-for-x86_64-baseos-rpms \ --enable=rhel-8-for-x86_64-appstream-rpms \ --enable=satellite-6.13-for-rhel-8-x86_64-rpms \ --enable=satellite-maintenance-6.13-for-rhel-8-x86_64-rpms
Copy to Clipboard Copied! Toggle word wrap Toggle overflow DNF モジュールを有効にします。
dnf module enable satellite:el8
# dnf module enable satellite:el8
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 注記satellite:el8
モジュールを有効にする際に Ruby または PostgreSQL との競合に関する警告が表示される場合は、DNF モジュールのトラブルシューティング を参照してください。Red Hat Enterprise Linux 8 のモジュールとライフサイクルストリームの詳細については、Red Hat Enterprise Linux Application Streams Life Cycle を参照してください。