Linux Package Installation
This section describes how to access the Linux RPM installation package so that the CTE Agent installation integrates with the distribution software. To access the Linux RPM file, you can:
-
Extract the RPM file from the CTE Agent install bin file. This is the easiest method, but the files in the package are not signed and therefore cannot be verified. For details, see Installing the Unsigned RPM Package.
-
Download the package from the Yum repository. If you use Yum, the files in the package are signed and the signatures are automatically verified when the package is installed. For details, see Installing the Signed RPM Package with Yum.
-
Manually download the RPM package outside of Yum and manually verify the package signatures. For details, see Installing the Signed RPM Package Manually.
Caution
Do not use package installation for SUSE Linux. Instead, use the interactive or silent installation.
Installing the Unsigned RPM Package
The CTE installation bin
files contain the unsigned native packages. Extract them by running the bin
file with the -e
flag.
-
Log on to the host system as root and copy or mount the installation file to the host system.
-
Extract the RPM file using the following command:
Example:
-
To start the installation using the RPM file, use the following command:
-
Follow the prompts to install and register CTE.
For details about the installation and registration process, see the appropriate installation procedure.
- If you are going to register the system with a CipherTrust Manager, see Configuring CTE for Linux with CipherTrust Manager.
Installing the Signed RPM Package with Yum
Note
Before you can download and install the package using the Yum repository, you must contact Thales Customer Support to get the username and password for the package repository on which the package resides.
-
Create the repository file,
/etc/yum.repos.d/Vormetric-VTE.repo
, with the following contents:where:
-
REL_VERSION: Version of RHEL that you are running. This would be
rhel-6, rhel-7, or rhel-8
. -
USER:PASSWORD: Username and password for the CTE package repository you obtained from Thales Customer Support.
-
VERSION: CTE release version number. For example, 7.4.0, 7.5.0
-
-
Clean up the Yum cache directory:
-
Use Yum to install the CTE binary. For example, if the CTE binary name is vee-fs-7.3.0-135-rh8-x86_64, you would enter:
Note
The first time you install CTE through Yum, you will be asked to import the GPG key. Make sure that you download this key or the install will fail. For example:
-
Follow the prompts to install and register CTE.
For details about the installation and registration process, see the appropriate installation procedure.
- If you are going to register the system with a CipherTrust Manager, see Configuring CTE for Linux with CipherTrust Manager.
Installing the Signed RPM Package Manually
If you want to manually verify the signed version of the CTE RPM package, you can download the public key from the Thales package repository and manually verify the rpm signature.
-
Import the public key from the Thales package repository:
-
Verify the signature of the package using the
rpm -Kv
command.The output should show that the keys match is OK.
-
To start the installation using the RPM file, use the following command:
-
Follow the prompts to install and register CTE.
For details about the installation and registration process, see the appropriate installation procedure.
- If you are going to register the system with a CipherTrust Manager, see Configuring CTE for Linux with CipherTrust Manager.