Previous Topic: Installation Prerequisites

Next Topic: Create a Database


Verify Available Ports

Use this procedure to verify that ports needed by CA GovernanceMinder for network communications are free, and not used by another application.

Follow these steps:

  1. On the target server, issue the following command:
    netstat -a -o | findstr "1098 1099 1577 4026 4444 4445 4446 5001 8009 8080 8083 8093 8094 9092"
    

    The command checks for activity on the listed ports. If no activity is found, the ports are available to CA GovernanceMinder.

  2. If the command shows activity on one or more ports, issue the following command to identify the application that is using each port:
    netstat -a -o -b
    
  3. Redirect traffic from other applications to free the ports for CA GovernanceMinder.