[GIS] Federating multiple ArcGIS servers with Portal for ArcGIS

arcgis-portalarcgis-server

has anyone experience with a federation of two or more ArcGIS Servers with Portal for ArcGIS?

If we try federate the second AGS, we have a problem with publishing map services in the form of web-map application (we can not find this services in Portal for ArcGIS).

I suppose that I'm doing something wrong.

Is there more detailed documentation how to federate next ArcGIS Server?

Best Answer

Best bet is to follow the documentation on federating an ArcGIS Server site (which can be comprised of multiple GIS Server nodes), as these provide more detail.

Here is the high level workflow. Below screenshot is from Portal for ArcGIS Administrator settings, and the Portal has already been federated against one ArcGIS Site.

enter image description here

To add another site:

  1. Hit Servers tab

  2. Add an ArcGIS Server Site. Point to the REST services URL, the Admin URL, and provide a username and password of the primary site administrator (default username is siteadmin).

  3. Choose which ArcGIS Server Site will be the hosting server.

You should now see the services from the second ArcGIS Server Site appear as new items in your Portal.

Typically you have one server setup as a hosting server - this requires you to also make use of the ArcGIS Data Store. This opens up a lot of benefits (e,g, analysis services) to your WebGIS. But you may want to federate more stand-alone ArcGIS Sites. The following graphic shows two federated servers, one setup to be a hosting server, one just federated. Both publishing workflows automatically create a corresponding item in the portal. Delete the item, the service also gets deleted.

enter image description here

Related Question