I have a single-machine ArcGIS Enterprise 11.3 production instance and would like to configure a standby instance provisioned for:
Based on the documentation that I can find and my understanding of said documentation, I am unclear on how I can log in to and test the standby instance while ensuring that isolation is maintained between the environments. Can I safely have my DNS configured to have arcgis.my_domain.com pointing to the production instance and simultaneously have arcgis.standby.my_domain.com pointing to the standby? Login to the standby, which has just been updated from the most recent webgisdr export from the production instance, and safely work in there without fear of affecting something in my production instance?
Solved! Go to Solution.
Hi there,
ArcGIS Enterprise can only use a single URL that must match between Primary and Standby environments. Often this is done with Hosts File Entries on the Standby Server(s) and the client PC that manages the standby deployment. This will let you use WebGISDR to restore from primary to standby as the standby can resolve the same URL to itself without having any conflicts.
Then if you need to fail over you change your business DNS entry to point to the standby environment until the primary has been recovered.
This is also a common way to upgrade. You can restore WebGISDR to standby, put primary into readonly mode so no new content is created, upgrade standby deployment then cutover. Standby then becomes the newly upgraded primary deployment. You can then upgrade the old primary to become a newly upgraded standby.
Hope this helps.
-Marc
Hi there,
ArcGIS Enterprise can only use a single URL that must match between Primary and Standby environments. Often this is done with Hosts File Entries on the Standby Server(s) and the client PC that manages the standby deployment. This will let you use WebGISDR to restore from primary to standby as the standby can resolve the same URL to itself without having any conflicts.
Then if you need to fail over you change your business DNS entry to point to the standby environment until the primary has been recovered.
This is also a common way to upgrade. You can restore WebGISDR to standby, put primary into readonly mode so no new content is created, upgrade standby deployment then cutover. Standby then becomes the newly upgraded primary deployment. You can then upgrade the old primary to become a newly upgraded standby.
Hope this helps.
-Marc
Marc,
Thank you very much for the excellent explanation and accompanying diagram! That makes a lot more sense to me now.
Many thanks,
Ingo