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.