Configuring Ports (non OCP install)

Default ports

The default ports for TA_LOCAL are as follows:

  • User Interface: 443
  • Advisor server: 2220

Changing Ports

You can change the default ports by following these steps:

  1. Go to the scripts directory

    cd <TA_LOCAL_HOME>/scripts
    
  2. Edit the .configuration file

    vi .configuration
    
  3. Update the following variables with the port number you want

    TA_EXTERNAL_PORT_SERVER=2220
    TA_EXTERNAL_UI_PORT=443
    
  4. Run the launch script

    <TA_LOCAL_HOME>/launchTransformationAdvisor
    
  5. Select Option 8 to reconfigure the system.

When this completes TA_LOCAL will be running on the new ports you have selected.