Other Software Requirements - trillium_discovery - trillium_quality - 17.1

Trillium DQ Installation Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Discovery
Trillium > Trillium Quality
Version
17.1
Language
English
Product name
Trillium Quality and Discovery
Title
Trillium DQ Installation Guide
Topic type
Reference
Overview
Configuration
Installation
How Do I
First publish date
2008

Before installing the Trillium server software, note the following guidelines and prerequisites.

JAVA

Trillium requires Java 11 (with a minimum Java 11.0.15) for all v17.1 and later versions. Before you install the Trillium server software on Windows and Linux systems:

  1. Install Java/JRE (or JDK) 11 (minimum version 11.0.15) 64-bit version.

  2. Ensure the JAVA_HOME environment variable points to the correct JRE path.

Windows

When installing Trillium server on Windows, you must install the following:

  • Before you install the Trillium 64-bit server on Windows, you must first install the Microsoft Visual Studio C++ 2017 64-bit redistributable package on your Windows system. This redistributable is needed to run the Trillium server installer and to uninstall the Trillium server using Add/Remove programs. Download the redistributable from: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

  • Microsoft .NET Framework

    • Ensure you install Microsoft .NET Framework v4.5.2 or later. If it is not present, installation will complete successfully but an error will occur when you select certain actions, such as deploying to real time.

    • If you install the Trillium server on Windows, and you plan to use the Discovery Center or Administration Center, you must install Microsoft .NET Framework v3.5.

Linux

When installing Trillium server and Trillium Quality EDQ core 64-bit on Linux, you must install the following:

  • The net-tools package, which includes netstat command is required for repository server installation.

  • Gzip is required to install Trillium on Linux.

  • curl, a command-line tool and library used to transfer data using network protocols, is required when you install the server on Linux and you plan to use CyberArk security in your Trillium Discovery environment. If not already installed on your system, install the latest version.

  • libuuid. For the Linux platform, you must have the libuuid package installed.

  • Intel®Threading Building Blocks (tbb) package. For Linux, the tbb package is required by the underlying database used by the repository server. It needs to be installed on the Linux host similarly to how the xinetd or inetd package is installed. If tbb is not installed, run sudo yum install tbb

  • Basic calculator (bc). If not installed, the following error will display:

    'bc' command was not found. Please make sure bc is in the path and run the installer again. Install the basic calculator (sudo yum -y install bc) and restart the installation.

  • xinetd or inetd. Verify that xinetd or inetd is installed and running before starting the Trillium server installation. Run one of the following commands as needed (if you are using inetd, use inetd in the commands instead of xinetd):

    # /etc/init.d/xinetd status and start 

    sudo yum -y install xinetd

    If xinetd (inetd) is installed but not running at the time of installation, the install may fail. In this case:

  1. Clean the xinetd (inetd) entries.

  2.  Restart your system.

  3.  Install the Trillium software again.