After fessing around I got some more details...
I have tried to do some of the things manually based on the how to promote an ZCS ldap Replica to Master and got following error when I was adding following :
Code:
dn: olcDatabase={2}hdb,cn=config
changetype: add
objectClass: olcDatabaseConfig
objectClass: olcHdbConfig
olcDatabase: {2}hdb
olcDbDirectory: /opt/zimbra/data/ldap/accesslog/db
olcSuffix: cn=accesslog
olcAccess: {0}to dn.subtree="cn=accesslog" by dn.exact="uid=zimbra,cn=admins,cn=zimbra" read by dn.exact="cn=config" read by dn.exact="uid=zmreplica,cn=admins,cn=zimbra" read
olcLastMod: TRUE
olcMaxDerefDepth: 15
olcReadOnly: FALSE
olcRootDN: cn=config
olcSizeLimit: unlimited
olcTimeLimit: unlimited
olcMonitoring: TRUE
olcDbCacheSize: 10000
olcDbCheckpoint: 64 5
olcDbNoSync: FALSE
olcDbDirtyRead: FALSE
olcDbIDLcacheSize: 10000
olcDbIndex: entryCSN eq
olcDbIndex: objectClass eq
olcDbIndex: reqEnd eq
olcDbIndex: reqResult eq
olcDbIndex: reqStart eq
olcDbLinearIndex: FALSE
olcDbMode: 0600
olcDbSearchStack: 16
olcDbShmKey: 0
olcDbCacheFree: 1
olcDbDNcacheSize: 0 And the error in zimbra log was :
Code:
Jan 14 23:18:57 zimbra1 slapd[7403]: slap_queue_csn: queing 0x42a833d0 20100114211857.104500Z#000000#000#000000
Jan 14 23:18:57 zimbra slapd[7403]: No structuralObjectClass for entry (olcDatabase={3}hdb,cn=config)
Jan 14 23:18:57 zimbra slapd[7403]: slap_graduate_commit_csn: removing 0x13c49540 20100114211857.104500Z#000000#000#000000 The strange part is that in there is nothing pointing to olcDatabase={3}hdb,cn=config in the add code...
Can someone advise me how to get a zimbra default olcDatabase={3}hdb,cn=config created ?
I know it sounds like a dummy, which obviously I am since i can't manage to get some simple command la zmldapenablereplica to work.... but i really need some more info about the structure and the content of it...
I hope some of you might me able to help...
Best regards,
Alex R.