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
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:
From the Windows Start menu, select Start > Run....
Type
cmd
and click OK.At the prompt, type:
netstat -an
Press Enter. This returns a list of active ports. Review the list and verify that the following ports are not listed (and are therefore not currently in use).
If a default port is already in use, you will need to specify a different port when you install the repository server application. The port you select should be greater than 1000 and not exceed 65535.
Type
exit
to close the window.