Select to view content in your preferred language

Is it possible to join an existing ArcGIS Enterprise machine to a Windows Active Directory domain?

76
1
yesterday
JonSwoveland
Frequent Contributor

The TL;DR: Does anybody know if there is a workflow to join an existing ArcGIS Enterprise machine to a Windows AD Domain? 

I've got a single-machine-deployment of ArcGIS Enterprise (Server, Portal, Data Store) running on a Windows server in AWS that is not part of an Active Directory Domain.   My goal is to move the ArcGIS Server Site to a new machine.  Esri's support has explained the only way I can move an ArcGIS Server Site to a machine with a different host name is via the join-site and migrate procedure.   Of course this requires the server directories and config-store folders be placed on a network file share available to both the existing machine and new. 

The problem with this is that the only way I could do this is to create an AD Domain server, and add both machines to the domain.  Unfortunately. adding the existing ArcGIS Enterprise machine to the AD domain complete broke ArcGIS Server.  In my haste to restore the machine from a snapshot I failed to get a copy of the logs, but there were a lot of Java RMI errors that contained the new fully-qualified host name of the machine (including the windows domain name, e.g. "hostname.domain.local").  
 I suspect the server runtime is looking for configuration filenames or values based on the FQHN, as opposed to just the hostname.  

Cheers!

0 Kudos
1 Reply
TraeTimmerman
Occasional Contributor

Hey @JonSwoveland ,

I wouldn't suggest altering the hostname of an ArcGIS Enterprise host. If your only objective is to migrate ArcGIS Server to a new instance, I'd agree that the join-site method is most efficient.  You should be able to share a folder on either the new or the old instance and move your config-store and directories folders to the share. Just reference the private IP in the UNC path and ensure both instances can reach the share over SMB protocol. Create a local account on the new server with identical credentials (both username and password) as your ArcGIS Server service account on the existing server as use that account when installing ArcGIS Server on the new instance. Finally, ensure the service account has permissions to the folder and share. Migrate ArcGIS Enterprise with the Join Site operation—Portal for ArcGIS | Documentation for ArcGIS ...

Hope this helps.

0 Kudos