Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

High Availability for ADSI Agent

iqbalsingh
New Contributor III
New Contributor III

Hello,

Reference Doc: Preparing for Integration (saviyntcloud.com)

For ADSI integration, we need to deploy an ADSI agent on any of the member servers on any of the domains to stablish connectivity.

How can we achieve High Availability for this ADSI Agent?
Can we set up multiple agents on different member servers? If yes, how can we mention them in the ADSI Connector 'CONNECTION_URL' parameter?

Thanks!

3 REPLIES 3

nimitdave
Saviynt Employee
Saviynt Employee

You can have a load balancer in front of IIS servers where agents are installed and use the LB url in ADSI connection. LB will manage the load as per availability.

Hello nimitdave,

Thanks for the input on the query.

I was going through the ADSI connector documents on fresh desk and can see below note mentioned that agent does not support load balancing.

arjungadgul_0-1681125635699.png

Can you please provide more details on how we can achieve high availability for ADSI agent. It would be really helpful if you can share some reference document or article to refer.

Regards,

Arjun Gadgul

 

 

nimitdave
Saviynt Employee
Saviynt Employee

Yes , so the setup shared earlier will help to achieve high availability only not real load balancing.

 So suppose a import is running then the load balancer has to be configured in such a way that one import should go to same agent always. If that agent goes down then that import will because even switching the agent will not help. But on next initiation of import it will go to the second agent and then whole process should be processed from that agent.