Additional information... I've attempted to change LDAP and LDAP root password with zmldappasswd to ensure password consistency across the two servers, doesn't help much. [zimbra@yk bin]$ zmldappasswd --root <mypassword>
Updating local config
Stopping ldap
slapd not running
Updating ldap configuration
Starting ldap
Updating zimbra.ldif
Running ldapmodify
Password change complete.
You may need to restart tomcat, if it is running. [zimbra@yk bin]$ zmldappasswd <mypassword>
Updating local config
Stopping ldap
Updating ldap configuration
Starting ldap
Updating zimbra.ldif
Running ldapmodify
Password change complete.
You may need to restart tomcat, if it is running.
[zimbra@yk bin]$ zmmtactl start
ERROR: service.FAILURE (system failure: unable to get config) (cause: javax.naming.NameNotFoundException [LDAP: error code 32 - No Such Object])
ERROR: account.NO_SUCH_SERVER (no such server: yk.mydomain.com)
getService: antivirus
ERROR: account.NO_SUCH_SERVER (no such server: yk.mydomain.com)
getService: antispam
ERROR: account.NO_SUCH_SERVER (no such server: yk.mydomain.com)
getService: mta
ERROR: account.NO_SUCH_SERVER (no such server: yk.mydomain.com)
getService: sasl
ERROR: account.NO_SUCH_SERVER (no such server: yk.mydomain.com)
getService: webxml
ERROR: account.NO_SUCH_SERVER (no such server: yk.mydomain.com)
getService: mailbox
ERROR: account.NO_SUCH_SERVER (no such server: yk.mydomain.com)
getService: perdition
ERROR: account.NO_SUCH_SERVER (no such server: yk.mydomain.com)
whereas previously I was getting the following message at one point... [zimbra@yk bin]$ zmmtactl start
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.AuthenticationException [LDAP: error code 49 - Invalid Credentials])
and so on... |