0
{{postValue.vote_count}}
Hi..,
when i logged into zimbra mail service stats is not running is notifying… how to recover this issue and how to stats service set back into normal active state ……..?
{{forumCtrl.question_commentErr}}
asked Aug 29, 2017
{{ forumCtrl.answerArr.length}} Answer
0
{{answer.voteCount}}
Edit
Delete
View More
{{forumCtrl.response_commentErr}}
answered {{answer.date}}
Your Answer
{{forumCtrl.responseErr}}
Я установил Zimbra Collaboration Open Source Edition 8.5.0 на виртуальную машину Centos 6.
Zimbra запущена, и все службы работают.
#>service zimbra status
Host test.mail.com
amavis Running
antispam Running
antivirus Running
dnscache Running
ldap Running
logger Running
mailbox Running
memcached Running
mta Running
opendkim Running
proxy Running
service webapp Running
snmp Running
spell Running
stats Running
zimbra webapp Running
zimbraAdmin webapp Running
zimlet webapp Running
zmconfigd Running
Но, к сожалению, в Zimbra Administration я получаю сообщение об ошибке: «Some services are not running». В статусе сервера есть некоторые службы, которые не запущены, например: amavis, antispam, zimbra, zimbraAdmin, zimlet.
Как я могу заставить их работать и в ZimbraAdmin?
Error zimbra some services are not running as bellow
Step by step guide the solve problem zimbra some services are not running the following:
To restart and enable cron service the permanently.
service crond restart
chkconfig crond on
Opening rsyslog.conf file and uncomment the following.
vim /etc/rsyslog.conf
Uncomment these two lines
$modload imupd
$UDPServerRun514
To restart and enable rsyslog service the permanently.
service rsyslog restart
chkconfig rsyslog on
To update /etc/rsyslog.conf file.
/opt/zimbra/libexec/zmsyslogsetup
Login zimbra account and to run command line the following.
su — zimbra
zmupdateauthkeys
Running the command line above zimbra ldap server, zimbra mailbox server, zimbra mta server in environment. if error then you can zimbra restart service.
To fixed zimbra some services are not running
The conclusion
To fixed zimbra some services are not running on admin console of zimbra mail server.
Link youtube ( update later )
Congratulations! The solve problem zimbra some services are not running.
If you love www.huuphan.com website. Donate for us to work better!
post new :
Zimbra have an old problem with its monitoring page. You might see all stopped status on Server Status page even when all Services are running.
To fix this issue:
1) Check the permissions of /var/spool/cron/zimbra
file. It should be owned by zimbra and should be 600. If not please run:
chown zimbra:zimbra /var/spool/cron/zimbra
chmod 600 /var/spool/cron/zimbra
Wait for 30 minutes for any change to take effect.
If the above doesn’t fix your problem,
2) Change line in zimbra user’s crontab
from
*/30 * * * * /opt/zimbra/libexec/zmstatuslog > /dev/null 2>&1
to
*/2 * * * * /opt/zimbra/libexec/zmstatuslog > /dev/null 2>&1
3) Then restart zmstatctl service
zmstatctl restart
4) Run the status logger manually:
/opt/zimbra/libexec/zmstatuslog
Again, wait for 30 minutes for any change to take effect.
Monitor server status for couple of hours to make sure that the status hasn’t changed back.
RRD tool time offset (Zimbra 8.8 and above)
Another issue that might cause the zimbra server status to fail could be because of RRD tool time offset. RRD is now being used in the latest ZCS versions to display the graphical output under Zimbra Monitor. This issue can come if for some reason the timezone or time of the zimbra host machine is changed after the installation of zimbra.
To verify the rrd time offset you should get this error message in '/opt/zimbra/log/zmlogswatch.out'
illegal attempt to update using time <EpocTime> when last update time is <EpocTime>
This happens because RRD tool does not have the permission to update time in the database where it is storing the logs.
An easy fix that works for me is to remove all the RRD db files so that it can be regenerated
Stop the zmlogger or to be safe stop zimbra and then
mkdir /opt/zimbra/logger/db/data/rrds/old
mv /opt/zimbra/logger/db/data/rrds/*.rrd /opt/zimbra/logger/db/data/rrds/old/
start the services back again.
Я установил Zimbra Collaboration Open Source Edition 8.5.0 на виртуальную машину Centos 6.
Zimbra работает и все службы работают.
#>service zimbra status
Host test.mail.com
amavis Running
antispam Running
antivirus Running
dnscache Running
ldap Running
logger Running
mailbox Running
memcached Running
mta Running
opendkim Running
proxy Running
service webapp Running
snmp Running
spell Running
stats Running
zimbra webapp Running
zimbraAdmin webapp Running
zimlet webapp Running
zmconfigd Running
Но, к сожалению, в Zimbra Administration я получаю это сообщение об ошибке: «Некоторые службы не работают». В статусе Сервера есть некоторые сервисы, которые не работают, такие как: amavis, антиспам, zimbra, zimbraAdmin, zimlet.
Как я могу заставить их работать также в ZimbraAdmin?