> serverID 1
Note: You need to make sure that the {{serverID}} of each mirror node pair is
-different.
+different and add it as a global configuration option.
H4: Mirror Node Configuration
MirrorMode node 1:
+> # Global section
+> serverID 1
+> # database section
+>
> # syncrepl directives \r
> syncrepl rid=001\r
> provider=ldap://ldap-ridr1.example.com\r
> retry="60 +"\r
> \r
> mirrormode on
-> serverID 1
MirrorMode node 2:
+> # Global section
+> serverID 2
+> # database section
+>
> # syncrepl directives\r
> syncrepl rid=001\r
> provider=ldap://ldap-ridr1.example.com\r
> retry="60 +"\r
> \r
> mirrormode on
-> serverID 2
It's simple really; each MirrorMode node is setup {{B:exactly}} the same, except
that the {{serverID}} is unique.