Set Up the Data Fabric Repository: SUSE

This section describes how to add a Data Fabric repository using a zypper command.

About this task

As root or sudo, you add the repository for the latest packages using a zypper command to specify URLs to the packages. See the for the URLs for all release packages.

Procedure

  1. Change to the root user or use sudo.
  2. Add the repository for data-fabric packages, replacing <version> with the software version that you want to install.
    zypper ar https://package.ezmeral.hpe.com/releases/v<version>/suse/ maprtech
  3. Add the repository for ecosystem packages.
    zypper ar https://package.ezmeral.hpe.com/releases/MEP/MEP-<version>/suse/ maprecosystem
  4. If your connection to the Internet is through a proxy server, set the http_proxy environment variable before installation.
    http_proxy=http://<host>:<port>
    export http_proxy
  5. Update the system package index.
    zypper refresh