Extracting the Files from the Installation Package

Extract the contents of the installation package to access the configurator script. This script generates the single node installation script to install the Trino Protector.

To extract the files from the installation package:

  1. Log in to the Linux machine that has connectivity to ESA.

  2. Download the Trino Protector package DatabaseProtector_Linux-ALL-64_x86-64_Trino-ALL-64_10.0.0+x.tgz to any local directory.

  3. To extract the files from the installation pacakage, run the following command:

    tar -xvf DatabaseProtector_Linux-ALL-64_x86-64_Trino-ALL-64_10.0.0+x.tgz
    
  4. Press ENTER. The command extracts the installation package and the GPG signature files.

    DatabaseProtector_Linux-ALL-64_x86-64_Trino-ALL-64_10.0.0+x.tgz
    signatures/
    signatures/DatabaseProtector_Linux-ALL-64_x86-64_Trino-ALL-64_10.0.0+x.tgz_10.0.sig
    

    Verify the authenticity of the build using the signatures folder. For more information, refer Verification of Signed Protector Build.

  5. To extract the configurator script, run the following command:

    tar -xvf DatabaseProtector_Linux-ALL-64_x86-64_Trino-ALL-64_10.0.0+x.tgz
    
  6. Press ENTER. The command extracts the configurator script.

    TrinoProtectorConfigurator_10.0.0+x.sh
    

Last modified : February 20, 2026