2.2. Directory Server パッケージのインストール
以下の手順に従って、Directory Server パッケージをインストールします。
前提条件
- システムを Red Hat サブスクリプション管理サービスに登録する。
- Red Hat アカウントに有効な Red Hat Directory Server サブスクリプションがある。
-
RHEL のデフォルトのリポジトリー
BaseOS
およびAppStream
が有効になっている。
手順
アカウントで Simple Content Access (SCA) が無効になっている場合、以下を実行します。
Red Hat Directory Server サブスクリプションを提供する Red Hat アカウントで利用可能なサブスクリプションをリスト表示し、プール ID をメモします。
# subscription-manager list --all --available --matches 'Red Hat Directory Server' ... Subscription Name: Example Subscription Provides: ... Red Hat Directory Server ... Pool ID: 5ab6a8df96b03fd30aba9a9c58da57a1 Available: 1 ...
プール ID を使用して、Red Hat Directory Server サブスクリプションをシステムに割り当てます。
# subscription-manager attach --pool=5ab6a8df96b03fd30aba9a9c58da57a1 Successfully attached a subscription for: Example Subscription
Directory Server リポジトリーを有効にします。たとえば、Directory Server 12.4 リポジトリーを有効にするには、次のコマンドを実行します。
# subscription-manager repos --enable=dirsrv-12.4-for-rhel-9-x86_64-rpms Repository 'dirsrv-12.4-for-rhel-9-x86_64-rpms' is enabled for this system.
redhat-ds:12
モジュールをインストールします。# dnf module install redhat-ds:12
このコマンドにより、必要な依存関係がすべて自動的にインストールされます。