[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: single master - multiple slave replication problems..



<Sovan_Shatpathy@satyam-infoway.com> wrote...
>                 Here we have a need to go in for selective replication
across
> multiple servers configured as slaves with a single master. Now the
problem we
> are facing is we are not able to run multiple instances of slurpd for
different
> replog files.( We have been able to start one instance of slurpd , and
> replication is happening for that particular slave ).
>
> I am giving below the relevant portions of the slapd.conf file, for your
> reference.
[ .. ]
> So my questions are as follows:
>
> 1. Do we have to run multiple instances of slurpd for selective
replication
> across multiple slaves.. as we have tried...

yes, but acctually not exactly as you tried. the problem is, that slurpd
isn't able to handle more than one replogfile/replogfile-entry. what i do
is, create one "slapd.conf" (call them "slurpd.conf.<subtreename>" or
whatever) for each slurpd, where each of them contains only one of the
"replogfile" entries. and then start slurpd with -f option and one of the
"slurpd.conf"-files.
works for me. :o)

daniel