Difference between revisions of "Troubleshooting zimbra issues"
From Notes_Wiki
(Created page with "=Troubleshooting zimbra issues= ==ldap fails to start== Zimbra ldap may fail to start if domain to IP address mapping is incorrect. Ensure that if primary domain in example....") |
(No difference)
|
Revision as of 09:46, 8 November 2012
Troubleshooting zimbra issues
ldap fails to start
Zimbra ldap may fail to start if domain to IP address mapping is incorrect. Ensure that if primary domain in example.com then example.com to IP address mapping is present in DNS or in /etc/hosts.
Complete reinstallation without affecting data
If Zimbra stops working and normal troubleshooting is not working, then we can reinstall zimbra without affecting data using following steps:
- Download the same version of zimbra and extract the contents.
- Run './install.sh -s --platform-override' . The '-s' option is used to reinstall zimbra without touching the data.
- Then run '/opt/zimbra/libexec/zmsetup.pl' script as root to re-initialize the ldap and other settings.
- If permissions could be incorrect then they can be fixed using
- chown -R zimbra:zimbra /opt/zimbra
- /opt/zimbra/libexec/zmfixperms -verbose -extended
The same steps can be used for upgrading Zimbra to a higher version also