Configuring Ports (non OCP install)
Default ports
The default ports for AMA_LOCAL are as follows:
- User Interface: 443
- Advisor server: 2220
Changing Ports
You can change the default ports by following these steps:
-
Go to the scripts directory.
cd <TA_LOCAL_HOME>/scripts -
Edit the .configuration file.
vi .configuration -
Update the following variables with the port number you want.
TA_EXTERNAL_PORT_SERVER=2220 TA_EXTERNAL_UI_PORT=443 -
Run the launch script.
<TA_LOCAL_HOME>/launch.sh -
Select Option
8to reconfigure the system.
When this process completes, AMA_LOCAL will be running on the new ports you have selected.