CentOS 7.x Resolving Zimbra admin interface showing running services incorrectly as stopped issue

From Notes_Wiki

Home > CentOS > CentOS 7.x > Email configuration > Zimbra configuration > Troubleshooting > CentOS 7.x Resolving Zimbra admin interface showing running services incorrectly as stopped issue

On login Zimbra admin interface might show all services are stopped while

  su - zimbra
  zmcontrol status

shows all services are running. Anyway web login working means working apache, ldap, etc.

If the issue is present even after 5-10min of waiting then to resolve it:

  1. First make sure crond is running properly as root user
  2. If there was no issue with cron edit '/opt/zimbra/libexec/zmstatuslog' and increase timeout asfollows:
    my $TIMEOUT=360;
    and wait 5-10 min for issue to resolve
  3. If issue is still there then try
    rm /var/lib/rsyslog/imjournal.state
    systemctl restart rsyslog
    su - zimbra
    zmcontrol restart


Refer:



Home > CentOS > CentOS 7.x > Email configuration > Zimbra configuration > Troubleshooting > CentOS 7.x Resolving Zimbra admin interface showing running services incorrectly as stopped issue