Installing Clients on a Linux Host
Describes how to install the client on a Linux host.
Basic Steps for Client Installation
To install the Data Fabric client software on a Linux host that you want to communicate
with the HPE Ezmeral Data Fabric:
- Complete the steps in Preparing to Install a Data Fabric Client later on this page.
- Use one of these procedures to install the client on the Linux host:
- Perform the steps in Installing Client Libraries to enable your fabric to communicate with the clients.
Preparing to Install a Data Fabric Client
Before you install the Data Fabric client, perform the following steps:
- Verify that the operating system on the machine where you plan to install the client is supported. For a list of operating systems that are compatible with the Data Fabric clients, see Operating System Support Matrix.
- Verify that the machine where you plan to install the client is not a fabric node. The Data Fabric client is intended for use on a computer that has no other Data Fabric server software installed.
- Configure repositories for the client. The client nodes also need to have the Data Fabric repositories configured in order to pull the client packages. See Setting up the Data Fabric Repository.
-
Install the Data Fabric package key. The package key must be installed before you can install Data Fabric packages. To install the package key, issue the command appropriate for your Linux distribution:IMPORTANTTo access the Data Fabric internet repository, you must specify the email and token of an HPE Passport account. For more information, see Accessing the HPE Ezmeral Token-Authenticated Internet Repository.
- RHEL/Rocky/Oracle Enterprise
Linux
wget --user=<email> --password=<token> -O /tmp/maprgpg.key -q https://package.ezmeral.hpe.com/releases/pub/maprgpg.key && rpm --import /tmp/maprgpg.key wget --user=<email> --password=<token> -O /tmp/hpeezdf.pub -q https://package.ezmeral.hpe.com/releases/pub/hpeezdf.pub && rpm --import /tmp/hpeezdf.pub && gpg --import /tmp/hpeezdf.pub
- Ubuntu
wget --user=<email> --password=<token> -O /tmp/maprgpg.key -q https://package.ezmeral.hpe.com/releases/pub/maprgpg.key && sudo apt-key add /tmp/maprgpg.key wget --user=<email> --password=<token> -O /tmp/gnugpg.key -q https://package.ezmeral.hpe.com/releases/pub/gnugpg.key && sudo apt-key add /tmp/gnugpg.key
zypper
allows package installation with or without the key. - RHEL/Rocky/Oracle Enterprise
Linux
To install the client, obtain the Data Fabric packages for your operating system at https://package.ezmeral.hpe.com/ and complete the installation steps described in one of the subsequent topics.