<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
We are configuring a new site which has a pair of Master servers and 2
"slave" servers. We have followed the following sequence of steps but
have fallen at the last fence in getting all of the servers registered
with admin servers.<br>
<br>
<blockquote>Install fresh copies of fedora-ds* 1.1 packages.<br>
Run setup-ds-admin.pl on the primary master (primary because it is the
first one)<br>
Setup SSL access to server<br>
Create ROOTDNs.<br>
Populate server with initial data.<br>
  <br>
Run setup-ds.pl on the secondary master and the 2 slaves.<br>
Setup SSL access on these servers<br>
Create ROOTDNs<br>
Initiate multi-master replication for all roots from primary master to
secondary master.<br>
Initiate ordinary replication from the primary master to each slave.<br>
Initiate ordinary replication from the secondary master to each slave.<br>
</blockquote>
<br>
We are replicating o=NetscapeRoot as well as all of our Roots.<br>
<br>
The servers are setup using this inf file.<br>
<br>
<blockquote>
  <pre>[General]</pre>
  <pre>FullMachineName=${HOSTNAMEFQDN}</pre>
  <pre>SuiteSpotUserID=${LDAPUID}</pre>
  <pre>SuiteSpotGroup=${LDAPGID}</pre>
  <pre>ServerRoot=/usr/lib/fedora-ds</pre>
  <pre>AdminDomain=${MASTERDOMAIN}</pre>
  <pre>ConfigDirectoryAdminID=admin</pre>
  <pre>ConfigDirectoryAdminPwd=${ADMINPASSWD}</pre>
  <pre>ConfigDirectoryLdapURL=<a class="moz-txt-link-freetext" href="ldap://$">ldap://$</a>{MASTERHOSTFQDN}:${LDAPPORT}/o=NetscapeRoot</pre>
  <pre>UserDirectoryAdminID=admin</pre>
  <pre>UserDirectoryAdminPwd=${ADMINPASSWD}</pre>
  <pre>UserDirectoryLdapURL=<a class="moz-txt-link-freetext" href="ldap://$">ldap://$</a>{HOSTNAMEFQDN}:${LDAPPORT}/${MASTERDN}</pre>
  <pre>#CACertificateURL=</pre>
  <pre>
[slapd]</pre>
  <pre>SlapdConfigForMC=${SlapdConfigForMC} # Set to 1 on Master, 0 on all others</pre>
  <pre>SecurityOn=No</pre>
  <pre>UseExistingMC=${UseExistingMC} # Set to 0 on Master, 1 on all others</pre>
  <pre>UseExistingUG=0</pre>
  <pre>ServerPort=${LDAPPORT}</pre>
  <pre>ServerIdentifier=${HOSTNAME}</pre>
  <pre>Suffix=dc=${MASTERDN}</pre>
  <pre>RootDN=cn=Directory Manager</pre>
  <pre>AddSampleEntries=No</pre>
  <pre>InstallLdifFile=none</pre>
  <pre>AddOrgEntries=No</pre>
  <pre>DisableSchemaChecking=No</pre>
  <pre>RootDNPwd=${DIRMANPASSWD}</pre>
  <pre>start_server=1</pre>
  <pre>install_full_schema=1</pre>
  <pre>
[admin]</pre>
  <pre>SysUser=${LDAPUID}</pre>
  <pre>Port=${ADMINPORT}</pre>
  <pre>ServerIpAddress=*</pre>
  <pre>ServerAdminID=admin</pre>
  <pre>ServerAdminPwd=${ADMINPASSWD}</pre>
  <pre>ApacheDir=/usr/sbin/</pre>
  <pre>ApacheRoot=/etc/httpd</pre>
</blockquote>
<br>
I then run up fedora-idm-console on the master. We can see the master
server in the console but cannot see any of the others!<br>
<br>
What have we missed? What do we need to do to get this running and then
switch each server over to using its local admin server (with
replicated data from the master)<br>
<br>
Note we cannot get "register-ds-admin.pl" to do anything in this
environment a sit just keeps asking for the server name and any input
results in it asking again for the server name.<br>
<br>
Regards, Howard.<br>
</body>
</html>