DNS is working fine. Other than Zimbra, the server does 'scream'. Once Zimbra is started the web client is fine. The bottleneck is defintely CPU however when starting and stopping Zimbra as well as periodic spikes while Zimbra is running (without anyone using the server). Top shows Java as the culprit. When starting Zimbra, the mailbox, mta and logger services take the longest (by far). I'm looking through the various log files in /opt/zimbra/log but I'm not seeing any obvious errors. Same for /var/log/zimbra.log. Anyone else seeing this slowness?
[zimbra@mail1 ~]$ time zmcontrol stop
Host mail1.example.com
Stopping stats...Done.
Stopping mta...Done.
Stopping spell...Done.
Stopping snmp...Done.
Stopping archiving...Done.
Stopping antivirus...Done.
Stopping antispam...Done.
Stopping imapproxy...Done.
Stopping memcached...Done.
Stopping mailbox...Done.
Stopping logger...Done.
Stopping ldap...Done.
real 0m25.912s
user 0m1.126s
sys 0m0.444s
[zimbra@mail1 ~]$ time zmcontrol start
Host mail1.example.com
Starting ldap...Done.
Starting logger...Done.
Starting mailbox...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...Done.
Starting stats...Done.
real 2m8.925s
user 2m19.528s
sys 0m7.358s
I am running:
Release 6.0.7_GA_2470.RHEL5_64_20100610220647 CentOS5_64 FOSS edition.
Let me guess, Network Edition doesn't exhibit this behaviour...
