Previous Topic: Installation PrerequisitesNext Topic: Create a Database


Verify Available Ports

This procedure describes how to verify that the required network communications ports for the product are available.

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 any 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 using each port:
    netstat -a -o -b
    
  3. Redirect traffic from other applications to free the ports for CA GovernanceMinder.

    You have verified that the required network communications ports for the product are available.