Hi,
We are implementing Zimbra Network Edition on CentOS 5 over two Xen virtual servers.
We have two different servers. The first one -the internal server- acts as a LDAP server, and the second one -external server- is the MTA wich will have Internet access.
The first one works perfectly, although the external server fails from the outset after installation.
The zmcontrol status output is:
Code:
antispam Running
antivirus Running
logger Stopped
logmysql.server is not running
mta Running
snmp Running
spell Running
stats Running So when we tried to stop and start server again, we get:
Code:
Starting logger...FAILED
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...FAILED
Starting spell...Done.
Starting mta...Done.
Starting stats...Done.
If we execute logmysql as zimbra user, we get:
Code:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/zimbra/logger/db/mysql.sock' (2)
That file doesn't exists.
If we execute Zimbra's mysqld as root, we get:
Code:
080722 12:14:38 [ERROR] Can't find messagefile '/opt/zimbra/mysql-standard-5.0.51a-pc-linux-gnu-i686-glibc23/share/mysql/english/errmsg.sys'
080722 12:14:38 [ERROR] Aborting
The error in /opt/zimbra/log/logger_mysql_error is:
Code:
080722 10:55:03 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
The content of /opt/zimbra/log/zmmyinit.log is:
Code:
Starting mysqld daemon with databases from /opt/zimbra/logger/db/data
STOPPING server from pid file /opt/zimbra/logger/db/mysql.pid
080722 10:54:06 mysqld ended
That file doesn't exists.
Also, we try to access Zimbra Administration Console via HTTP, but it doesn't works.
Can someone please help?