i have a problem with a multiserver installation...
that's my environment...
(i have a zone datanet.it in my LAN with MX, every server have 2GB of ram (hp proliant))
Server A:
zimbra_ldap (ldap master)
Server B:
zimbra_ldap (ldap slave)
zimbra_core
zimbra_store
zimbra_logger
zimbra_mta
zimbra_apache
zimbra_spell
the install process end well,
i start the master LDAP on server A, and it's ok
then i go to start zimbra services on server B:
Code:
zmcontrol start
Host zimbramta.datanet.it
Starting ldap...Done.
Starting logger...Done.
Starting mailbox...Done.
Starting imapproxy...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting spell...Done.
Starting mta...Done.
[zimbra@ZimbraMTA opt]$ All seems good... but:
http://IP:80 -> unable to connect!!
looking at netstat...
Code:
netstat -l -p -n
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 10.1.200.25:389 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:10024 0.0.0.0:* LISTEN 5952/amavisd (maste
tcp 0 0 127.0.0.1:10025 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:7306 0.0.0.0:* LISTEN 5722/mysqld
tcp 0 0 127.0.0.1:7307 0.0.0.0:* LISTEN 5622/mysqld
tcp 0 0 0.0.0.0:3310 0.0.0.0:* LISTEN 5917/clamd
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN -
tcp 0 0 :::7780 :::* LISTEN 5926/httpd
tcp 0 0 :::22 :::* LISTEN -
In 'grep tomcat /var/log/zimbra.log'
Code:
May 21 11:23:30 ZimbraMTA zmtomcatmgr[5775]: start requested
May 21 11:23:30 ZimbraMTA zmtomcatmgr[5775]: checking if another instance of manager is already running
May 21 11:23:30 ZimbraMTA zmtomcatmgr[5775]: stale pid 2533 found in /opt/zimbra/log/zmtomcatmgr.pid: No such process
May 21 11:23:30 ZimbraMTA zmtomcatmgr[5775]: assuming no other instance is running
May 21 11:23:30 ZimbraMTA zmtomcatmgr[5776]: wrote manager pid 5776 to /opt/zimbra/log/zmtomcatmgr.pid
May 21 11:23:30 ZimbraMTA zmtomcatmgr[5776]: manager started tomcat/JVM with pid 5777
May 21 11:23:38 ZimbraMTA zmtomcatmgr[5776]: manager woke up from wait on tomcat/JVM with pid 5777
May 21 11:23:38 ZimbraMTA zmtomcatmgr[5776]: manager started tomcat/JVM with pid 5898
May 21 11:24:00 ZimbraMTA zmtomcatmgr[5776]: manager woke up from wait on tomcat/JVM with pid 5898
May 21 11:24:00 ZimbraMTA zmtomcatmgr[5776]: tomcat/JVM exited twice in 22 seconds (tolerance=60)
can someone help me??? thx!
P.S.
sorry for double posting!