Adding the Data Fabric Repository on RHEL

This section describes how to install the Data Fabric repository.

Procedure

  1. Change to the root user or use sudo.
  2. Create a text file called hpe-datafabric.repo in the /etc/yum.repos.d/ directory with the following content, replacing <version> with the version of Data Fabric software that you want to install:
    IMPORTANT
    To access the Data Fabric internet repository, you must specify the user name (email) and token of an HPE Passport account. For more information, see Setting up the Data Fabric Repository.
    [hpe-datafabric]
    name=HPE Data Fabric
    baseurl=https://package.ezmeral.hpe.com/releases/v<version>/rhel9/
    username=<email-address>
    password=<token>
    enabled=1
    gpgcheck=1
    protect=1
    
    [hpe-datafabric-ecosystem]
    name=HPE Data Fabric
    baseurl=https://package.ezmeral.hpe.com/releases/MEP/MEP-<version>/redhat
    username=<email-address>
    password=<token>
    enabled=1
    gpgcheck=1
    protect=1
    NOTE
    For RHEL versions 8 and earlier, the hpe-datafabric repository URL ends in /redhat; for RHEL version 9, the hpe-datafabric repository ends in /rhel9. The hpe-datafabric-ecosystem repository URL for all RHEL versions, including RHEL 8 and RHEL 9, ends in /redhat.
  3. If your connection to the Internet is through a proxy server, you must set the http_proxy environment variable before installation: You should also set the value for the http_proxy environment variable by adding the following section to the /etc/yum.conf file:
    http_proxy=http://<host>:<port>
    export http_proxy
    proxy=http://<host>:<port>
    proxy_username=<username>
    proxy_password=<password>