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

Re: Problem indexing



> three LDAP slave but it failed. Indexing stoped on line
> indexing id=0009aa01.
>
> Have yoy idea about it?

Nobody's likely to have any ideas with this little detail provided.
There are some good pointers at www.openldap.org/lists on how to
provide appropriate detail; see "Posting a Message" there.

Generically, though:

Are you stopping slapd(8) before running slapindex?

You should upgrade to the latest version of OpenLDAP (2.3.23) to ensure
that you're not running into any known issues.

If you know how to make it fail on all three slaves, you might want to
turn on debugging on one of those (slapindex -d -1) and see if any more
interesting messages are printed. I'm not sure if "stopped" means aborted
(i.e. seg fault, etc.) or hung, but there are things you should do
depending on that too: get a symbolic stack trace if you're seg faulting,
or perhaps attach truss/strace if you're hanging.