Mister Anonyme
2008-Aug-04 15:45 UTC
Re: [Fedora-directory-users] Configuration Directory Server failover
Rich Megginson wrote:> Try setup-ds-admin.pl -dddHere you go: <snip> +Processing /usr/share/dirsrv/data/template-dse.ldif ... +++check_and_add_entry: Entry not found cn=config error No such object +Entry cn=config is added +++check_and_add_entry: Entry not found cn=plugins, cn=config error No such object +Entry cn=plugins, cn=config is added [...] </snip> As you may see, cn=config doesn''t exist but was added after ("is added"). Then, processing ldif that I created: <snip> +Processing repluser.ldif ... +++check_and_add_entry: Entry not found cn=replication manager,cn=config error No such object +Processing changelog.ldif ... +++check_and_add_entry: Entry not found cn=changelog5,cn=config error No such object +Processing replica.ldif ... +++check_and_add_entry: Entry not found cn=replica,cn="o=NetscapeRoot",cn=mapping tree,cn=config error No such object +Processing replagreement.ldif ... +++check_and_add_entry: Entry not found cn=replication_netscaperoot,cn=replica,cn="o=Netscaperoot",cn=mapping tree,cn=config error No such object </snip> Content of repluser.ldif: <start> dn: cn=replication manager,cn=config changetype: add objectClass: inetorgperson objectClass: person objectClass: top cn: replication manager sn: RM userPassword: _PASSWORD_ passwordExpirationTime: 20380119031407Z </end>> Do you see those replica entries in/etc/dirsrv/slapd-instancename/dse.ldif ? No. Thanks! _________________________________________________________________
Rich Megginson
2008-Aug-05 14:29 UTC
Re: [Fedora-directory-users] Configuration Directory Server failover
Mister Anonyme wrote:> Rich Megginson wrote: > > > Try setup-ds-admin.pl -ddd > > > Here you go: > > <snip> > +Processing /usr/share/dirsrv/data/template-dse.ldif ... > +++check_and_add_entry: Entry not found cn=config error No such object > +Entry cn=config is added > +++check_and_add_entry: Entry not found cn=plugins, cn=config error No > such object > +Entry cn=plugins, cn=config is added > [...] > </snip> > > As you may see, cn=config doesn''t exist but was added after ("is added"). > > Then, processing ldif that I created: > > <snip> > +Processing repluser.ldif ... > +++check_and_add_entry: Entry not found cn=replication > manager,cn=config error No such object > > +Processing changelog.ldif ... > +++check_and_add_entry: Entry not found cn=changelog5,cn=config error > No such object > > +Processing replica.ldif ... > +++check_and_add_entry: Entry not found > cn=replica,cn="o=NetscapeRoot",cn=mapping tree,cn=config error No such > object > > +Processing replagreement.ldif ... > +++check_and_add_entry: Entry not found > cn=replication_netscaperoot,cn=replica,cn="o=Netscaperoot",cn=mapping > tree,cn=config error No such object > </snip> > > > Content of repluser.ldif:It could be that setup doesn''t like the changetype: add in there - try removing that.> > <start> > dn: cn=replication manager,cn=config > changetype: add > objectClass: inetorgperson > objectClass: person > objectClass: top > cn: replication manager > sn: RM > userPassword: _PASSWORD_ > passwordExpirationTime: 20380119031407Z > </end> > > > > Do you see those replica entries in > /etc/dirsrv/slapd-instancename/dse.ldif ? > > No. > > Thanks! > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >