Quote:
|
Originally Posted by layer3guru Has anyone had any luck with this at all. Scott I would like to know exactly what you are doing because I zmcontrol stop and start and killl the tail and I still get blank reports. |
You are fully stopping, killing the tail processes and then restarting right?
I am running 3.1.4 so, keep that in mind.
I haven't done or replaced anything wacky but I have stopped these two processes in zimbra cron:
su zimbra
crontab -e
insert # in front of:
/opt/zimbra/libexec/zmlogprocess > /tmp/logprocess.out 2>&1
and
/opt/zimbra/libexec/zmgengraphs >> /tmp/gengraphs.out 2>&1
then, zmcontrol stop
wait a minute after everything says it's stopped.
Then ps -ef | grep tail
kill whatever it finds. ( will be owned by zimbra )
Then zmcontrol start
wait another minute or so, then do the below manually in the order below:
/opt/zimbra/libexec/zmlogprocess > /tmp/logprocess.out 2>&1
/opt/zimbra/libexec/zmgengraphs >> /tmp/gengraphs.out 2>&1
wait 10 minutes and then run again in order shown.
Then logout from web admin screen ( if logged in ) and then login again.
Did the graphs update?
If not,
more /tmp/logprocess.out
and
more /tmp/gengraphs.out
Any noticable errors?
Scotty