Difference between revisions of "CentOS 7.x Resolving Zimbra admin interface showing running services incorrectly as stopped issue"

From Notes_Wiki
(Created page with "<yambe:breadcrumb self="Resolving Zimbra admin interface showing running services incorrectly as stopped issue">CentOS_7.x_Troubleshooting_Zimbra_issues|Troubleshooting Zimbra...")
(No difference)

Revision as of 03:09, 14 February 2019

<yambe:breadcrumb self="Resolving Zimbra admin interface showing running services incorrectly as stopped issue">CentOS_7.x_Troubleshooting_Zimbra_issues|Troubleshooting Zimbra issues</yambe:breadcrumb>

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:


<yambe:breadcrumb self="Resolving Zimbra admin interface showing running services incorrectly as stopped issue">CentOS_7.x_Troubleshooting_Zimbra_issues|Troubleshooting Zimbra issues</yambe:breadcrumb>