Openldap replication through 2 DCs

We are planning to install apigee in 2 sites, Main and DR.

We want to install 2 openldap nodes in each site and all the 4 nodes are replicated (2 in Main and 2 in DR).

According to apigee documentation, only 2 openldap nodes can be replicated either in the same sites or one and each site.

Is it applicable to install 2 openldap nodes in each site and all replicated?

If yes, How this could be configured in the response file.

Thanks.

0 4 334
4 REPLIES 4

Not applicable

You can configure multiple openldap nodes in one dc. You can make each dc-1 installation with two oldap, same for dc-2. Then provide LDAP_PEER=$IP1 values like "$IP1 $IP2"

You mean as below:

On Node

1 LDAP_TYPE=2

LDAP_SID=1

LDAP_PEER="$IP2 $IP3 $IP4"

On Node 2

LDAP_TYPE=2

LDAP_SID=2

LDAP_PEER="$IP1 $IP3 $IP4"

On Node 3

LDAP_TYPE=2

LDAP_SID=3

LDAP_PEER="$IP1 $IP2 $IP4"

On Node 4

LDAP_TYPE=2

LDAP_SID=4

LDAP_PEER="$IP1 $IP2 $IP3"

yes, you can try with this.

Did this work? @Mohamed Ahmed