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
# subscription-manager register Username: Password: The system has been registered with id: 3tghj35d1-7c19-4734-b638-f24tw8eh6246 - 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
# subscription-manager list --available +-------------------------------------------+ Available Subscriptions +-------------------------------------------+ Subscription Name: OpenShift Enterprise Broker Infrastructure SKU: SYS#### Pool Id: Example_3affb61f013b3ef6a5fe0b9a Quantity: 1 Service Level: Layered Service Type: L1-L3 Multi-Entitlement: No Ends: 01/01/2020 System Type: Physical - Attach the desired subscription. Replace
pool-idin the following command with your relevantPool IDvalue from the previous step:# subscription-manager attach --pool pool-id - Enable only the
Red Hat OpenShift Enterprise 2.2 Infrastructurechannel:# subscription-manager repos --enable rhel-6-server-ose-2.2-infra-rpms - Confirm that
yum repolistdisplays the enabled channel:# yum repolist repo id repo name rhel-6-server-ose-2.2-infra-rpms Red Hat OpenShift Enterprise 2.2 Infrastructure (RPMs)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 - Enable only the
Red Hat OpenShift Enterprise 2.2 Infrastructurechannel.# rhn-channel -a -c rhel-x86_64-server-6-ose-2.2-infrastructure - Confirm that
yum repolistdisplays the enabled channel.# yum repolist repo id repo name rhel-x86_64-server-6-ose-2.2-infrastructure Red Hat OpenShift Enterprise 2.2 Infrastructure - x86_64OpenShift Enterprise broker hosts require a customizedyumconfiguration to install correctly. For continued steps to correctly configureyum, see Section 7.2, “Configuring Yum on Broker Hosts”.