Server down!
Please help...I've been working solid for over 24 hours and could use some insight.
I'm running ZCS 5.0.9 community edition on Ubuntu 8.04 LTS. Everything has been peachy, until...
We had some funkiness happen on Sunday...somehow another mail server got on our Zimbra server, and of course it stopped responding. I created a backup of the entire /opt/zimbra folder and proceeded to troubleshoot.
After all was said and done, I needed to restore from that backup.
I did the following:
Reinstall Ubuntu and reinstall Bind9 with Zimbra as a blank installation
zmcontrol stop
delete the "empty" zimbra install folder at /opt/zimbra
copy the backed up version from external drive to /opt/zimbra
run ./install.sh and tell it yes when it asks to do an upgrade
Per my research, this is the way to go. The "upgrade" shows the following:
root@mail:~/zcs-5.0.9_GA_2533.UBUNTU8.20080814162822# ./install.sh
Operations logged to /tmp/install.log.6963
Checking for existing installation...
zimbra-ldap...FOUND zimbra-ldap-5.0.9_GA_2533.UBUNTU8
zimbra-logger...FOUND zimbra-logger-5.0.9_GA_2533.UBUNTU8
zimbra-mta...FOUND zimbra-mta-5.0.9_GA_2533.UBUNTU8
zimbra-snmp...FOUND zimbra-snmp-5.0.9_GA_2533.UBUNTU8
zimbra-store...FOUND zimbra-store-5.0.9_GA_2533.UBUNTU8
zimbra-apache...FOUND zimbra-apache-5.0.9_GA_2533.UBUNTU8
zimbra-spell...FOUND zimbra-spell-5.0.9_GA_2533.UBUNTU8
zimbra-proxy...NOT FOUND
zimbra-archiving...NOT FOUND
zimbra-convertd...NOT FOUND
zimbra-cluster...NOT FOUND
zimbra-core...FOUND zimbra-core-5.0.9_GA_2533.UBUNTU8
ZCS upgrade from 5.0.9 to 5.0.9 will be performed.
Saving existing configuration file to /opt/zimbra/.saveconfig
PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE.
ZIMBRA, INC. ("ZIMBRA") WILL ONLY LICENSE THIS SOFTWARE TO YOU IF YOU
FIRST ACCEPT THE TERMS OF THIS AGREEMENT. BY DOWNLOADING OR INSTALLING
THE SOFTWARE, OR USING THE PRODUCT, YOU ARE CONSENTING TO BE BOUND BY
THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS
AGREEMENT, THEN DO NOT DOWNLOAD, INSTALL OR USE THE PRODUCT.
License Terms for the Zimbra Collaboration Suite:
http://www.zimbra.com/license/zimbra..._eula_2.1.html
Press Return to continue
Checking for prerequisites...
NPTL...FOUND
sudo...FOUND sudo-1.6.9p10-1ubuntu3.3
libidn11...FOUND libidn11-1.1-1
libpcre3...FOUND libpcre3-7.4-1ubuntu2.1
libgmp3c2...FOUND libgmp3c2-2:4.2.2+dfsg-1ubuntu2
libexpat1...FOUND libexpat1-2.0.1-0ubuntu1
libstdc++6...FOUND libstdc++6-4.2.3-2ubuntu7
libstdc++5...FOUND libstdc++5-1:3.3.6-15ubuntu6
libltdl3...FOUND libltdl3-1.5.26-1ubuntu1
Prerequisite check complete.
Checking for standard system perl...
perl-5.8.8...FOUND standard system perl-5.8.8
Checking current number of databases...
Do you want to verify message store database integrity? [Y] N
Checking for installable packages
Found zimbra-core
Found zimbra-ldap
Found zimbra-logger
Found zimbra-mta
Found zimbra-snmp
Found zimbra-store
Found zimbra-apache
Found zimbra-spell
Found zimbra-proxy
The Zimbra Collaboration Suite appears already to be installed.
It can be upgraded with no effect on existing accounts,
or the current installation can be completely removed prior
to installation for a clean install.
Do you wish to upgrade? [Y]
Select the packages to install
Upgrading zimbra-core
Upgrading zimbra-ldap
Upgrading zimbra-logger
Upgrading zimbra-mta
Upgrading zimbra-snmp
Upgrading zimbra-store
Upgrading zimbra-apache
Upgrading zimbra-spell
Install zimbra-proxy [N]
Checking required space for zimbra-core
checking space for zimbra-store
Installing:
zimbra-core
zimbra-ldap
zimbra-logger
zimbra-mta
zimbra-snmp
zimbra-store
zimbra-apache
zimbra-spell
The system will be modified. Continue? [N] Y
Shutting down zimbra mail
Backing up the ldap database...done.
Removing existing packages
zimbra-ldap...done
zimbra-logger...done
zimbra-mta...done
zimbra-snmp...done
zimbra-store...done
zimbra-spell...done
zimbra-apache...done
zimbra-core...done
Removing deployed webapp directories
Installing packages
zimbra-core......zimbra-core_5.0.9_GA_2533.UBUNTU8_i386.deb...done
zimbra-ldap......zimbra-ldap_5.0.9_GA_2533.UBUNTU8_i386.deb...done
zimbra-logger......zimbra-logger_5.0.9_GA_2533.UBUNTU8_i386.deb...done
zimbra-mta......zimbra-mta_5.0.9_GA_2533.UBUNTU8_i386.deb...done
zimbra-snmp......zimbra-snmp_5.0.9_GA_2533.UBUNTU8_i386.deb...done
zimbra-store......zimbra-store_5.0.9_GA_2533.UBUNTU8_i386.deb...done
zimbra-apache......zimbra-apache_5.0.9_GA_2533.UBUNTU8_i386.deb...done
zimbra-spell......zimbra-spell_5.0.9_GA_2533.UBUNTU8_i386.deb...done
Setting defaults from saved config in /opt/zimbra/.saveconfig/config.save
HOSTNAME=localhost
LDAPHOST=
LDAPPORT=
SNMPTRAPHOST=
SMTPSOURCE=
SMTPDEST=
SNMPNOTIFY=0
SMTPNOTIFY=0
LDAPROOTPW=zimbra
LDAPZIMBRAPW=zimbra
LDAPPOSTPW=zmpostfix
LDAPREPPW=zmreplica
LDAPAMAVISPW=zmamavis
Restoring existing configuration file from /opt/zimbra/.saveconfig/config.save...done
Operations logged to /tmp/zmsetup.01001900-0000139029464.log
ERROR: service.FAILURE (system failure: ZimbraLdapContext) (cause: javax.naming.CommunicationException localhost:389)
ERROR: service.FAILURE (system failure: ZimbraLdapContext) (cause: javax.naming.CommunicationException localhost:389)
Setting defaults...ERROR: service.FAILURE (system failure: ZimbraLdapContext) (cause: javax.naming.CommunicationException localhost:389)
ERROR: service.FAILURE (system failure: ZimbraLdapContext) (cause: javax.naming.CommunicationException localhost:389)
done.
Upgrading from to 5.0.9_GA_2533
Stopping zimbra services
Verifying /opt/zimbra/conf/my.cnf
Starting mysql
And it hangs at that last point, indefinitely.
I've run these commands in an attempt to fix this (what appears to be a permissions issue):
chown -R zimbra:zimbra /opt/zimbra/*
/opt/zimbra/libexec/zmfixperms
Please help! We're dead in the water and this is a very important client.
Thanks,
- Jesse
Please help! I'm going to try to troubleshoot more but any assistance would be appreciated.


LinkBack URL
About LinkBacks







