Hello Community,
We are running a production machine and have the following set-up:
SET-UP
Machine A: On this machine, we have Server, Portal, DataStore, and PostgreSQL database.
Machine B: On machine B we have two WebAdaptors installed and configured for ArcGIS Server and Portal.
We are also using DNS alias so that external users access the portal using DNS alias URL.
SITUATION
Our IT department wants to upgrade the operating system (OS) of both the machines due to which we'll have to install and configure ArcGIS Enterprise all over again on the same machines with same architecture that we have now. From going the through the following docs:
I understand we can backup and restore ArcGIS Enterprise through WebGIS DR however following questions comes to my mind
QUESTION
Any insights would be appreciated.
Thank you @ReeseFacendini however, what I meant when I asked: "While installing ArcGIS Enterprise more specifically while configuring WebAdaptor should I configure it over DNS alias or FQDN of WebAdaptor Machine." was should I use DNS alias in the URL address bar or FQDN in the URL address bar.
Attached is the screenshot for reference.
It doesn't matter, so long as the page loads. The web traffic will route the same either way.
This is an example from an Amazon EC2 Instance that has a public IP Address and a Private IP Address.
We use the Private IP address to configure the WebAdaptors.
We do not use the Public IP address, nor the server FQDN, nor the External URL.
I hope this helps.
@wizgis you are correct that you should register the web adaptor using the Friendly Alias registration page - use FQDN of the machine to register the GIS server/Portal machine. Link to documentation on this: https://enterprise.arcgis.com/en/web-adaptor/latest/install/iis/configure-arcgis-web-adaptor-portal....
This affects the system-owning URL of the ArcGIS Datastore when registered (picks up the ArcGIS Server web adaptor owning URL) which can help during a disaster recovery event.
Https://<FriendlyAlias>/<webadaptorName>/server/webadaptor
The "silent configuration" documentation makes this a lot more obvious: https://enterprise.arcgis.com/en/web-adaptor/latest/install/iis/configure-arcgis-web-adaptor-portal....
With regards to the patching, I would match the patching level with the previous system (before restoring content). Once the content has been restored, run all patches.
Thank you @A_Wyn_Jones for sharing your insights with me.