
Hello Community!
I've installed ARIS 10.0.10 and now I want to use an external IP.
How can I configure that?
I know I have to go to ACC and list external services. I only have 2 external services there, one for Aris Connect and the other one for ARCM.
Should I create a new external service? How can I do that?
Thanks in advance!
Regards,
Dilcarina
Olá Dilcarina,
Use this command on the ACC:
ACC+ localhost>reconfigure loadbalancer_<s,m,l> +HTTPD.servername="external IP or Proxy FQDN"
Please note: Only if you need to specify an external proxy server IP address for incoming requests enter the proxy server computer name or IP.
the proxy can be used for external access. The proxy has to make sure that the connection is working from clients to server and vice-versa.
BR
AO
Hello André!
That's it! I've tried the following commands:
ACC+ localhost>reconfigure loadbalancer_m +zookeeper.application.instance.host=<FQDN>
ACC+ localhost>reconfigure loadbalancer_m +HTTPD.servername=<FQDN>
And it's working!
Thanks a lot!
Regards,
Dilcarina