I'm trying to install ZCS 6.0.9 GA Release on CentOS 5 server.
When running the /opt/zimbra/libexec/zmsetup.pl script, it says
Quote:
|
Initializing ldap...failed. (28928)
|
And I check the log file, the problem is:
Quote:
Mon Nov 22 13:56:17 2010 *** Running as zimbra user: /opt/zimbra/libexec/zmldapinit
IO::Socket::INET: connect: No route to host at /opt/zimbra/libexec/zmldapinit line 136.
Mon Nov 22 13:56:59 2010 failed. (28928)
|
I searched the forum and found it seems to be a DNS problem, but I can't find out what the exact problem is.
Some detailed configuration of my server is:
cat /etc/hosts
Quote:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
127.0.0.1 ud60120
112.125.36.68 cloudapply.org cloudapply
|
cat /etc/resolv.conf
Quote:
nameserver 10.247.247.1
nameserver 10.247.10.2
search localdomain
|
dig cloudapply.org mx
Quote:
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> cloudapply.org mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47270
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 6, ADDITIONAL: 3
;; QUESTION SECTION:
;cloudapply.org. IN MX
;; ANSWER SECTION:
cloudapply.org. 68 IN MX 10 cloudapply.org.
;; AUTHORITY SECTION:
org. 100485 IN NS a0.org.afilias-nst.info.
org. 100485 IN NS b0.org.afilias-nst.org.
org. 100485 IN NS b2.org.afilias-nst.org.
org. 100485 IN NS a2.org.afilias-nst.info.
org. 100485 IN NS c0.org.afilias-nst.info.
org. 100485 IN NS d0.org.afilias-nst.org.
;; ADDITIONAL SECTION:
a2.org.afilias-nst.info. 40070 IN A 199.249.112.1
b2.org.afilias-nst.org. 40070 IN A 199.249.120.1
d0.org.afilias-nst.org. 40070 IN A 199.19.57.1
;; Query time: 3 msec
;; SERVER: 10.247.247.1#53(10.247.247.1)
;; WHEN: Mon Nov 22 14:09:48 2010
;; MSG SIZE rcvd: 234
|
dig cloudapply.org any
Quote:
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> cloudapply.org any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31935
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 0
;; QUESTION SECTION:
;cloudapply.org. IN ANY
;; ANSWER SECTION:
cloudapply.org. 3470 IN A 112.125.36.68
cloudapply.org. 3470 IN MX 10 cloudapply.org.
cloudapply.org. 3470 IN NS ns06.domaincontrol.com.
cloudapply.org. 3470 IN NS ns05.domaincontrol.com.
;; AUTHORITY SECTION:
cloudapply.org. 3470 IN NS ns06.domaincontrol.com.
cloudapply.org. 3470 IN NS ns05.domaincontrol.com.
;; Query time: 2 msec
;; SERVER: 10.247.247.1#53(10.247.247.1)
;; WHEN: Mon Nov 22 14:10:07 2010
;; MSG SIZE rcvd: 147
|
host `hostname`
Quote:
|
Host ud60120 not found: 3(NXDOMAIN)
|