Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 1. Installing the Directory Server packages
This chapter contains information about installing the Red Hat Directory Server packages.
Prerequisites
Red Hat Enterprise Linux (RHEL) is installed on the server.
For details about the RHEL version required by the Red Hat Directory Server version you want to install, see the Red Hat Directory Server 11 Release Notes.
The system Directory Server is registered to the Red Hat subscription management service.
For details about using
Subscription Manager
,see the corresponding section in the Using and Configuring Subscription Manager guide.- A valid Red Hat Directory Server subscription is available in your Red Hat account.
-
The RHEL default repositories,
BaseOS
andAppStream
, are enabled.
1.1. Installing the Directory Server packages Link kopierenLink in die Zwischenablage kopiert!
Use the following procedure to install the Directory Server packages.
Procedure
If your account has disabled Simple Content Access (SCA):
List the available subscriptions in your Red Hat account and identify the pool ID that provides Red Hat Directory Server. For example:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Attach the Red Hat Directory Server subscription to the system using the pool ID from the previous step:
subscription-manager attach --pool=5ab6a8df96b03fd30aba9a9c58da57a1
# subscription-manager attach --pool=5ab6a8df96b03fd30aba9a9c58da57a1 Successfully attached a subscription for: Example Subscription
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Enable the Directory Server packages repository. For example, to enable the Directory Server 11.9 repository, run:
subscription-manager repos --enable=dirsrv-11.9-for-rhel-8-x86_64-rpms
# subscription-manager repos --enable=dirsrv-11.9-for-rhel-8-x86_64-rpms Repository 'dirsrv-11.9-for-rhel-8-x86_64-rpms' is enabled for this system.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Install the
redhat-ds:11
module:yum module install redhat-ds:11
# yum module install redhat-ds:11
Copy to Clipboard Copied! Toggle word wrap Toggle overflow This command automatically installs all required dependencies.
Additional resources
- For details about installing Red Hat Enterprise Linux and registering the system to the Red Hat Subscription Management service, see Performing a standard RHEL 8 installation.
-
For further details about using the
subscription-manager
utility, see the Using Red Hat Subscription Manager. - For information how to check your status of SCA, see Simple Content Access.
- For details about available Directory Server repositories, see What are the names of the Red Hat repositories that have to be enabled.