Configure AWS RHEL channels - Fluid Topics - 3.9

Install Fluid Topics on a Single Server

Operating system
RHEL
Category
Technical Notes
Audience
public
Version
3.9

If your environment is installed on Amazon Web Services (AWS) servers:

  1. To list all repositories as well as display their current state (enabled or disabled), run the following command:

    As root user

    yum repolist all

    This command lists all repositories sorted by repository ID and repository name.

  2. Run the following commands to enable the corresponding channels:

    As root user

    yum-config-manager --enable rhui-REGION-rhel-server-optional
    yum-config-manager --enable rhui-REGION-rhel-server-supplementary

Do not forget to check if the entered repository ID is the proper one.

To make sure that the rh-amazon-rhui-client package is the latest version, update the package by running the following command:

As root user

yum update rh-amazon-rhui-client