1. Introduction

  2.  Welcome to the ArcGIS Web Adaptor (Java Platform) on Linux installation guide
  3.  Getting started with ArcGIS Web Adaptor
  4. Install and configure ArcGIS Web Adaptor with ArcGIS Server

  5.  About the ArcGIS Web Adaptor
  6.  An overview of implementing ArcGIS Web Adaptor with ArcGIS Server
    1. Step 1: Plan your ArcGIS Server site configuration

    2.  Inside an ArcGIS Server site
    3.  Deployment scenarios
      1. Single machine site configurations

      2.  Single-machine deployment
      3.  Single-machine deployment with reverse proxy server
      4.  Single-machine high-availability (active-passive) deployment
      5.  Single-machine high-availability (active-active) deployment
      1. Multiple machine site configurations

      2.  Multiple-machine deployment with ArcGIS Web Adaptor
      3.  Multiple-machine deployment with third party load balancer
      4.  Multiple-machine deployment with GIS server clusters
    1. Step 2: Install ArcGIS Web Adaptor

    2.  Installing ArcGIS Web Adaptor
    3.  Silently installing ArcGIS Web Adaptor
    1. Step 3: Configure ArcGIS Web Adaptor

    2.  Configure ArcGIS Web Adaptor
    3.  Unregister ArcGIS Web Adaptor with ArcGIS Server
    1. Uninstall ArcGIS Web Adaptor

    2.  Uninstalling ArcGIS Web Adaptor
  7. Install and configure ArcGIS Web Adaptor with Portal for ArcGIS

  8.  About ArcGIS Web Adaptor
  9.  An overview of implementing ArcGIS Web Adaptor with Portal for ArcGIS
    1. Step 1: Plan your Portal for ArcGIS configuration

    2.  The portal's role in ArcGIS
    1. Step 2: Enable HTTPS on your web server

    2.  Enable HTTPS on your web server
    1. Step 3: Install ArcGIS Web Adaptor

    2.  Install ArcGIS Web Adaptor
    3.  Silently installing ArcGIS Web Adaptor
    1. Step 4: Configure ArcGIS Web Adaptor

    2.  Configure ArcGIS Web Adaptor
    3.  Configure multiple ArcGIS Web Adaptors
    4.  Unregistering ArcGIS Web Adaptor with Portal for ArcGIS
    1. Uninstall ArcGIS Web Adaptor

    2.  Uninstalling ArcGIS Web Adaptor
  10. Reference

  11.  ArcGIS Web Adaptor 10.5 system requirements
  12.  Use a reverse proxy server with Portal for ArcGIS
  13.  Questions, feedback, and information
  14.  Copyright information

Multiple-machine deployment with GIS server clusters

ArcGIS Server sites with two or more ArcGIS Server machines can take advantage of clusters for specific deployment-use cases. A cluster is a group of ArcGIS Server machines that has been configured to run a dedicated subset of services. In the following diagram, Cluster A could potentially be configured to run map services, while Cluster B (with higher processing power) could be configured to run geoprocessing services:

Site with multiple
Multiple-machine site with clusters. Each cluster runs its own subset of services.

Some server operations, such as batch geocoding, are very CPU intensive. Clustering your servers for this type of operation may help free up other machines in your site so your remaining services can still perform optimally.

Clustering is also useful when you have disparate hardware resources. For example, an older or slower server could be placed in its own cluster to perform lower-priority jobs.

In a multiple-machine site, all ArcGIS Server machines initially belong to a single cluster using ports 4004 and above. As of 10.4, ArcGIS Server defaults to single cluster mode for new installations. This mode does not include load balancing between machines in the cluster. This reduces network traffic between machines in the site, reduces load on your network, and helps improve monitoring of ArcGIS Servers in your site. When upgrading to 10.4, the mode will be enabled for sites with a single cluster that are not currently using single cluster mode. Single cluster sites already using single cluster mode and sites with multiple clusters at earlier releases will have their settings preserved when upgrading.

If your site uses more than one cluster, load-balancing is handled among all ArcGIS Server machines within each cluster. Essentially, clusters are independent groups of ArcGIS Servers that run dedicated sets of services.

For example, an incoming request is assigned to an available ArcGIS Server in the cluster, even if the request was directed to a specific machine within or outside of the cluster. That ArcGIS Server machine then does the work of drawing the map, finding the address coordinate, running the geoprocessing tool, and so on, and returns the result to the client. If a machine is offline or the service that was requested is running in a different cluster, the request is forwarded to the cluster containing the service. The ArcGIS Server machines in that cluster load-balance and process the request accordingly.

NoteNote:

Regardless of the clusters configured for your site, you must apply the same ArcGIS Server license edition to each ArcGIS Server machine.

Advantages

  • Integrates with your organization's network load-balancer (NLB) and web server through ArcGIS Web Adaptor.
  • More secure as administrative URLs to the site can be blocked with ArcGIS Web Adaptor.
  • Load-balancing is handled at NLB and among ArcGIS Servers.
  • Single sign-on (SSO) can be set up using web-tier authentication on the web server hosting ArcGIS Web Adaptor.
  • ArcGIS Server machines can be configured to run dedicated subsets of services.

Disadvantages

  • Administrators need to install, set up, and maintain multiple ArcGIS Server machines.
  • Not ideal for hosting cached map and image services, because the cache is on a shared network directory or duplicated on each machine.
  • A cluster can be a single point of failure if it's configured to run on a single ArcGIS Server. If the machine goes offline, the services running on the cluster will be unavailable.
  • Depending on the number of machines within a site and within a cluster, network bandwidth, and shared network drive performance (where the configuration store and other server directories may be located), this architecture is subject to scalability restrictions. It's recommended that you create single cluster sites (which can have multiple machines) whenever possible.

Scalability

A multiple-machine site with clusters is subject to scalability restrictions, introduces challenges in isolating issues and troubleshooting, and increases overall network communication. As mentioned above, it's recommended that you create single cluster sites (which can have multiple machines) whenever possible.