Esri / arcgis-cookbook

Chef cookbooks for ArcGIS
Apache License 2.0
300 stars 116 forks source link

Setting web_context_url and administration_url to load balancer url while federating #290

Closed anandak closed 3 years ago

anandak commented 3 years ago

Hi @cameronkroeker, we have successfully done a multi machine base enterprise deployment of 10.8.1 in Amazon cloud. All machines are in HA, i.e., web adaptor, portal, server and data store. This is fronted by the Amazon's load balancer which we are using as the web_context_url. However we see that during federation, the web_context_url is used only for the services URL while the administration URL is set to the private_url (6443) thats defined in the role JSON file. According to ArcGIS help docs, it seems that when in HA, you should use the load balancer URL for the administration URL too.

Here is a snip from help docs: image

In the role JSON we have to specify the private_url which uses the 6443 port and web_context_url, which is the load balancer URL. How can we accomplish the above configuration using the role JSON file? Is this the recommended way to federate when using HA?

cameronkroeker commented 3 years ago

closing as a duplicate of:

https://github.com/Esri/arcgis-cookbook/issues/289