Este conteúdo não está disponível no idioma selecionado.
Chapter 7. Manually Installing and Configuring a Broker Host
Prerequisites:
Warning
7.1. Configuring Broker Host Entitlements Copiar o linkLink copiado para a área de transferência!
| 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 Copiar o linkLink copiado para a área de transferência!
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-idin the following command with your relevantPool IDvalue from the previous step:subscription-manager attach --pool pool-id
# subscription-manager attach --pool pool-idCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Enable only the
Red Hat OpenShift Enterprise 2.2 Infrastructurechannel:subscription-manager repos --enable rhel-6-server-ose-2.2-infra-rpms
# subscription-manager repos --enable rhel-6-server-ose-2.2-infra-rpmsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Confirm that
yum repolistdisplays 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 customizedyumconfiguration 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 Copiar o linkLink copiado para a área de transferência!
Note
Procedure 7.2. To Configure Entitlements with Red Hat Network (RHN) Classic:
- On your Red Hat Enterprise Linux instance, register the system. Replace
usernameandpasswordin the following command with your Red Hat Network account credentials.rhnreg_ks --username username --password password
# rhnreg_ks --username username --password passwordCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Enable only the
Red Hat OpenShift Enterprise 2.2 Infrastructurechannel.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-infrastructureCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Confirm that
yum repolistdisplays 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_64Copy to Clipboard Copied! Toggle word wrap Toggle overflow OpenShift Enterprise broker hosts require a customizedyumconfiguration to install correctly. For continued steps to correctly configureyum, see Section 7.2, “Configuring Yum on Broker Hosts”.