Hola. Instalé el servidor Aris, pero durante la instalación en la pantalla donde se especifica la dirección de la IP externa, puse mal la dirección. ¿Donde y como puedo modificarla? Muchas gracias y saludos. Frank
Translated via Deepl translator:
Change external IP address:
Hi, I installed the Aris server, but during the installation on the screen where the external IP address is specified, I put the address wrong. Where and how can I modify it? Thank you very much and greetings. Frank
Response:
Please use the ARIS Cloud Controller Command Tool to change the external proxy service.
Translated back ;-)
Respuesta:
Utilice la herramienta de comandos del controlador de nube de ARIS para cambiar el servicio de proxy externo.
ACC+ >list external services
Service Type Service Kind Service ID Alive HOST PORT AJP_PORT CONTEXT SCHEME
...
PROXY external proxy0000000000 - xyz.eur.ad.sag 8128 - - -
...
ACC+ >help update external service
Updates the configuration parameters of a registered external service.
Syntax:
"update" "external"? "service" <serviceId> (<key> "=" <value> ("," <value>)*)*
ACC+ >update external service proxy0000000000 host=AnotherProxy
Successfully performed update of external service proxy0000000000.
ACC+ >list external services
Service Type Service Kind Service ID Alive HOST PORT AJP_PORT CONTEXT SCHEME
..
PROXY external proxy0000000000 - AnotherProxy 8128 - - -
..
ACC+ >list external services
Service Type Service Kind Service ID Alive HOST PORT AJP_PORT CONTEXT SCHEME
...
PROXY external proxy0000000000 - AnotherProxy 8128 - - -
...
Hola Frank,
Creo que esto es hecho en otra configuración porque el componente LoadBalancer es responsable por la conectividad de servidor para los clientes, lo mismo que fue hecho en la pantalla de instalación.
Por esto, abajo las configuraciones que deben ser hecha a través de ARIS Cloud Controller en Servidor de ARIS
Solamente cambiar el valor de FQDN para quedarse de acuerdo con su configuración de red.
ACC+ localhost>reconfigure loadbalancer_m +zookeeper.application.instance.host=<FQDN>
ACC+ localhost>reconfigure loadbalancer_m +HTTPD.servername=<FQDN>
Un Saludo
AO