View Single Post
  #19 (permalink)  
Old 05-14-2009, 06:40 AM
saresca saresca is offline
New Member
 
Posts: 3
Default db_recover not working.

Someone knows what to do if db_recover doesn't work.

The problem is that the server configuration cn=mx01.xxxxx.com,cn=servers,cn=zimbra registry is truncated. I tried to modify or delete it using ldapmodify but I'm getting the following error:

deleting entry "cn=mx01.xxxxx.com,cn=servers,cn=zimbra"
ldapmodify: Internal (implementation specific) error (80)
additional info: internal error

The database has corrupted after a power fail. Trying to cat ldap db I'm gettint:

Code:
openldap/sbin/slapcat -f /opt/zimbra/conf/slapd.conf
entry_header: attribute count was zero

I could cat (not everything) doing

Code:
ldapsearch -h localhost -x -D "uid=zimbra,cn=admins,cn=zimbra" -w password
I will appreciate any kind of idea.
Reply With Quote