How to move to a single instance Orchestrator installation from the current multi-node instance?
Scenario: The organization has deployed a high-availability Orchestrator cluster and has decided to withdraw the additional components.
Resolution:
- In preparation to undeploying the Orchestrator and Redis clusters, stop each Orchestrator server
- On the instance required to keep, disable the load balancer connection in uipath.orchestrator.dll.config and identity\appsettings.production.json
- Confirm that the Orchestrator server's certificate subject matches the URL of the Orchestrator rather than the load balancer
- While the Orchestrator server is stopped, take down the Redis cluster and load balancer
- Then, restart the remaining Orchestrator server.
This reverses the process of adding Redis manually.
uipath.orchestrator.dll.config:
##
identity\appsettings.production.json
"LoadBalancer.UseRedis" : "true false"
"LoadBalancerSettings": {
"RedisConnectionString": "",
"SlidingExpirationTimeInSeconds": 600
}