Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 7. Manually Installing and Configuring a Broker Host
Prerequisites:
Warning
7.1. Configuring Broker Host Entitlements Copier lienLien copié sur presse-papiers!
Channel Name | Purpose | Required | Provided By |
---|---|---|---|
Red Hat OpenShift Enterprise 2.2 Infrastructure. | Base channel for OpenShift Enterprise 2.2 broker hosts. | Yes. | "OpenShift Enterprise Broker Infrastructure" subscription. |
Red Hat OpenShift Enterprise 2.2 Client Tools. | Provides access to the OpenShift Enterprise 2.2 client tools. | Not required for broker functionality, but required during installation for testing and troubleshooting purposes. | "OpenShift Enterprise Broker Infrastructure" subscription. |
Red Hat Software Collections 1. | Provides access to the latest version of programming languages, database servers, and related packages. | Yes. | "OpenShift Enterprise Broker Infrastructure" subscription. |
7.1.1. Using Red Hat Subscription Management on Broker Hosts Copier lienLien copié sur presse-papiers!
Procedure 7.1. To Configure Broker Host Entitlements with Red Hat Subscription Management:
- On your Red Hat Enterprise Linux instance, register the system:
Example 7.1. Registering Using the Subscription Manager
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Locate the desired OpenShift Enterprise subscription pool IDs in the list of available subscriptions for your account:
Example 7.2. Finding the OpenShift Enterprise Pool ID
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Attach the desired subscription. Replace
pool-id
in the following command with your relevantPool ID
value from the previous step:subscription-manager attach --pool pool-id
# subscription-manager attach --pool pool-idsubscription-manager attach --pool pool-id
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Enable only the
Red Hat OpenShift Enterprise 2.2 Infrastructure
channel:subscription-manager repos --enable rhel-6-server-ose-2.2-infra-rpms
# subscription-manager repos --enable rhel-6-server-ose-2.2-infra-rpms
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Confirm that
yum repolist
displays the enabled channel:yum repolist
# yum repolist repo id repo name rhel-6-server-ose-2.2-infra-rpms Red Hat OpenShift Enterprise 2.2 Infrastructure (RPMs)
Copy to Clipboard Copied! Toggle word wrap Toggle overflow OpenShift Enterprise broker hosts require a customizedyum
configuration to install correctly. For continued steps to correctly configureyum
, see Section 7.2, “Configuring Yum on Broker Hosts”.
7.1.2. Using Red Hat Network Classic on Broker Hosts Copier lienLien copié sur presse-papiers!
Note
Procedure 7.2. To Configure Entitlements with Red Hat Network (RHN) Classic:
- On your Red Hat Enterprise Linux instance, register the system. Replace
username
andpassword
in the following command with your Red Hat Network account credentials.rhnreg_ks --username username --password password
# rhnreg_ks --username username --password passwordrhnreg_ks --username username --password passwordrhnreg_ks --username username --password passwordrhnreg_ks --username username --password password
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Enable only the
Red Hat OpenShift Enterprise 2.2 Infrastructure
channel.rhn-channel -a -c rhel-x86_64-server-6-ose-2.2-infrastructure
# rhn-channel -a -c rhel-x86_64-server-6-ose-2.2-infrastructure
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Confirm that
yum repolist
displays the enabled channel.yum repolist
# yum repolist repo id repo name rhel-x86_64-server-6-ose-2.2-infrastructure Red Hat OpenShift Enterprise 2.2 Infrastructure - x86_64
Copy to Clipboard Copied! Toggle word wrap Toggle overflow OpenShift Enterprise broker hosts require a customizedyum
configuration to install correctly. For continued steps to correctly configureyum
, see Section 7.2, “Configuring Yum on Broker Hosts”.