Redirect ports

In case of port conflicts (see Basic Troubleshooting Guide) redirect the ports, for example, the default HTTP port 80 or the HTTPS port 443.

Procedure

  1. Start ARIS Cloud Controller (ACC).
  2. Run a reconfigure command on the loadbalancer runnable.

    To make the loadbalancer runnable know through which ports users are now accessing it, you need to run an ACC reconfigure command with the following syntax:

    reconfigure loadbalancer_<SIZING> HTTPD.zookeeper.application.instance.http.port=<externalHttpPort> HTTPD.zookeeper.application.instance.port=<externalHttpsPort>

    Replace <SIZING> with the sizing you used to install ARIS Server, such as s, m, or l.

    Replace <externalHttpPort> with the port from which you redirect to the physical HTTP port of the loadbalancer runnable (usually port 80).

    Replace <externalHttpsPort> with the port from which you redirect to the physical HTTPS port of the loadbalancer runnable (usually port 443).

    This example tells the loadbalancer runnable in an m size installation that users are now accessing it through the redirected ports 80 and 443:

    reconfigure loadbalancer_m HTTPD.zookeeper.application.instance.http.port=80 HTTPD.zookeeper.application.instance.port=443

ARIS users access ARIS using the redirected ports.

If runnables do not start up properly, resolve possible port conflicts.