Hi all, I am trying to figure out how to migrate an ArcGIS 11.3 Server from one Windows machine, to another.
The complication here is that the ArcGIS Enterprise is deployed in an AWS environment, and none of the machines are domain-joined. I am by no means an expert in AWS, and the person who manages that for us does not know if it's possible to setup up a network file share that would be accessible to both servers via UNC path.
Using regular Windows file sharing, I have managed to mount equivalent network drives on both machines, and I'm wondering if ArcGIS Server will be able to use this.
To clarify what I mean by "equivalent network drives", and how the approach would work:
First, the machines:
The steps I'm considering (this would happen during a maintenance period, so downtime is ok):
So, does anybody know if the ArcGIS Server will be ok using a Mapped network drive like this, or is the use of a UNC path hardcoded somewhere? I did read that ArcGIS Server does not support the use of special characters (including '$') in UNC paths.
Also, I should point out that I can't just use "\\AGS_Target\arcgis" as a UNC path, because there's no way (AFAIK) to configure permission for the ArcGIS Server identity to access it.
Thanks!