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...")
 
m
 
Line 1: Line 1:
<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>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x email configuration|Email configuration]] > [[CentOS 7.x Zimbra configuration|Zimbra configuration]] > [[CentOS 7.x Troubleshooting Zimbra issues|Troubleshooting]] > [[CentOS 7.x Resolving Zimbra admin interface showing running services incorrectly as stopped issue]]
=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  
On login Zimbra admin interface might show all services are stopped while  
Line 31: Line 30:




<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>
 
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x email configuration|Email configuration]] > [[CentOS 7.x Zimbra configuration|Zimbra configuration]] > [[CentOS 7.x Troubleshooting Zimbra issues|Troubleshooting]] > [[CentOS 7.x Resolving Zimbra admin interface showing running services incorrectly as stopped issue]]

Latest revision as of 15:57, 28 August 2022

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