We want move our Enterprise environment to a new servers. We want to move from 10.8.1 to 10.9.1. We are deployed on a single machine, e.g. Portal, ArcGIS Server, datastore are all installed on a single machine.
I would like to edit the hosts.etc file on the target machine so I can run the import. My question is this: what is the public URL in this case and what exactly should the edit look like.
Is the public URL the on configured in the portal web context? The web context is pointing to the portal web adaptor via the load balancer, e.g. https://maps.domain/portal_webadaptor. What about the server web adaptor? Do I need that as well (I would think so). Then what about the enterprise URLs that are from the machine not via the load balancer, e.g. https://machineanme.domain/webadaptor? Do I need to worry about that?
I don't know maybe I just need one line in the hosts file -- IP and the load balancer URL before the web adaptors. So something like:
101.53.34.95 https://maps.domain/
Looking at some of the services json files they appear to point to https://machineanme.domain:6443/arcgis/rest/services and in other cases point to the web adaptor via the load balancer.
The "url" element is pointing to the load balancer and the "privateUrl" is pointing to the machine/port url.