Product SiteDocumentation Site

Chapter 5. Setting up Multi-Master Replication

5.1. Preparing the Replica Servers
5.2. Installing the Server Packages
5.3. Creating the Replica Information File
5.4. Configuring an IPA Replica
5.4.1. Updating DNS for IPA Replicas
5.5. Managing Multi-Master Replication
5.6. Troubleshooting Multi-Master Replication
Replication is the mechanism by which directory data is automatically copied from one Directory Server to another. Updates of any kind, such as adding, modifying, or deleting entries, are automatically mirrored to other Directory Servers using replication.
IPA uses a number of scripts to install, configure, and manage replica servers and replication agreements. These are discussed in the following sections.

5.1. Preparing the Replica Servers

Replica servers require the same preparation as master IPA servers. That is, there should be no existing Directory Server installations, the ports required by IPA must be free and available, and the server's machine name must be set and resolve to its public IP address (not to localhost or 127.0.0.1). The replica server must also be able to contact the master LDAP server, which means that DNS or a similar look-up system must be working correctly.
Refer to Section 3.2, “Configuring the IPA Server” for more information about these and other considerations for installing an IPA server.