Verify that your system satisfies the hardware requirements listed on Minimum Requirements: Repository Server. Trillium recommends that you install the repository server on a local drive.
Verify that your system has the latest platform patch. All required patches are available from your operating system support provider.
Identify available ports. The EDQ installation program asks for separate port numbers (accessible from the client to the server and not blocked) for:
Trillium Director
Apache Tomcat
Cleansing Server
Matching Server
Note: Port numbers should not exceed 65535 and ports less than 1024 are typically reserved. For easy reference, port numbers should be consecutive numbers.The default port numbers are:
17400 - Trillium Director
8484 - Apache Tomcat Start port
8405 - Apache Tomcat Stop port
17410 - Cleansing Server
17412 - Matching Server
To find available port numbers:
Inspect the
services
file, located at:/etc/services
.Type the command
netstat -an
to identify ports that have applications listening on them.