Hello friends,
We are currently using ArcGIS Server(2 Machines), PostgreSQL and managing the load from load balancer.
Now we are planning to add ArcGIS Enterprise Portal and federate both ArcGIS Servers which already have, so now we have confusion about adding the load balancer how to connect with ArcGIS Portal??
Request to share the some idea to maintain the best performance and also all roles, contents, users manage through ArcGIS Portal.
Hello @SaurabhUpadhyaya, which load balancer would you recommend? Are you working with AWS, Azure, or GCP? To properly federate the server, you need a web adaptor for each server (it's possible to install more than one web adaptor on the same machine) and to configure a load balancer (LB) in conjunction with the web adaptor. Below are some best practices for load balancer configuration:
HealthCheck:
Load Balancers for ArcGIS WebAdaptor (WAD):
a. The load balancer can be configured with a basic health check on TCP port 443 or by conducting an accessibility check of a static page on the web server.
Internal Load Balancers for direct access to Portal and/or Server service ports (via ports 6443 and 7443):
b. For Portal:
i. URL Request: https://<fqdn>:7443/arcgis/portaladmin/healthCheck?f=json
ii. Expected Response: {"status": "success"}
General Load Balancer Settings: a. Set the health check request timeout to a minimum of 5 seconds. b. Configure the system to attempt 5 retries before marking it as a failure. c. Establish polling intervals of 30 seconds. d. Require 3 consecutive successful health checks before allowing a failed node to rejoin.
Throttling:
Sticky Sessions (session persistence):
Best Practices for Load Balancer Behavior:
I hope this help
@gis_grow Thanks for you reply.
We are deploying ArcGIS Servers(On Premises- Due to Date Security Restriction). Previously we are using Load Balancer to connect both ArcGIS Server and not using any Enterprise Portal.
Now we have Enterprise Portal and ArcGIS Servers are federated with Portal(Only 1 Portal Server). we are planning to use load balancer and not able to found any esri document/help to add the load balancer.
2 ArcGIS Servers
1 Portal
1 Load Balancer
1 Postgres DB Request to all of you please suggest @MarceloMarques @Ayyaz @JohnT @DerekLaw @jcarlson @Andy-Green
@TarunJaiswal @SirishByreddy Can you please check this and suggest us
We are deploying ArcGIS Servers(On Premises- Due to Date Security Restriction). Previously we are using Load Balancer to connect both ArcGIS Server and not using any Enterprise Portal.
Now we have Enterprise Portal and ArcGIS Servers are federated with Portal(Only 1 Portal Server). we are planning to use load balancer and not able to found any esri document/help to add the load balancer.
2 ArcGIS Servers
1 Portal
1 Load Balancer
1 Postgres DB Request to all of you please
Hi @SaurabhUpadhyaya , you can see this link: https://enterprise.arcgis.com/en/portal/latest/administer/windows/using-a-reverse-proxy-server-with-...
The 2 ArcGIS Server are configured in the same site or are separated?
Same site both arcgis server configured
This is the architecture we are trying to implement. @gis_grow can you check this archtecture and suggest it is correct or not ? is it work for HA requirement bcoz right now we have only 1 Portal license.
@SaurabhUpadhyaya see the link i have sent and configure the LB with the portal passing the web adaptor