Step 2: Import the Package Key

Before you install Data Fabric packages, you must import the package key.

About this task

Data Fabric packages are cryptographically signed. Before you can install the packages, you must import the package key: maprgpg.key. The package key allows you to, optionally, verify the package signatures. For more information, see HPE GPG Public Keys for GPG or RPM Signature Verification.

For SLES only, you do not have to import the key because zypper allows package installation with or without the key.

Procedure

To import the package key, issue the command appropriate for your Linux distribution:
IMPORTANT To access the Data Fabric internet repository, you must specify the email and token of an HPE Passport account. For more information, see Using the HPE Ezmeral Token-Authenticated Internet Repository.
  • RHEL/Rocky/Oracle 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