My Zimbra server has been running reliably for over a week at this point.
Then I did a zmcontrol status and noticed that the stats service wasn't running.
I tried doing a zmcontrol startup several times but the service would not start. Running the startup control is deceptive here because I did not encounter any error messages.
Code:
zimbra@cloud3:~$ zmcontrol startup
Host cloud3.jiffycloud.com
Starting logger...Done.
Starting mailbox...Done.
Starting memcached...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...Done.
Starting stats...Done.
So then I bounced the server. After that NONE of the zimbra services would start using the zmcontrol command. I then, in a last ditch effort, performed an in-place-upgrade of the zimbra version that was already there just to get it running.
That at least brought the zimbra server up again. However now several MORE zimbra services are now no longer running.
Code:
zimbra@cloud3:~$ zmcontrol status
Host cloud3.jiffycloud.com
antispam Stopped
zmamavisdctl is not running
antivirus Stopped
zmamavisdctl is not running
ldap Running
logger Running
mailbox Stopped
mysql.server is not running.
memcached Running
mta Running
snmp Running
spell Running
stats Stopped
Even after more attempts at zmcontrol start (which seems to work as you run the command) none of the services actually do start.
I must be doing something wrong here. Is there an article I can reference or just some sound advice out there that could help resolve this confusion?