Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-12-2010, 07:25 AM
Intermediate Member
 
Posts: 21
Default [SOLVED] Installation Issue on CentOS

I am trying to install zcs-6.0.5 on CentOS-5.4. Please see the attached log file. While installing I am encountering few issues:

1. Wed May 12 12:28:58 2010 *** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled FALSE
ERROR: zclient.IO_ERROR (invoke Read timed out, server: localhost) (cause: java.net.SocketTimeoutException Read timed out)
Wed May 12 12:39:02 2010 failed to initialize documents...see logfile

2. After installation, it seems that all are working fine. zmcontrol status also showing that all services are running. But I am not able to get the Zimbra Admin Console. It does not displaying anything. Is apache working? Is this related to the error no.1? I have noticed that the htdocs folder is almost empty.

There are no other httpd service are running. I have also stopped the firewall and disabled selinux.

How can I get the admin console?
Attached Files
File Type: doc zmsetup.05122010-113326.doc (117.0 KB, 10 views)
Reply With Quote
  #2 (permalink)  
Old 05-12-2010, 07:38 AM
Moderator
 
Posts: 7,929
Default

Probably due to
Code:
DNS ERROR resolving MX for ms2.holtecnet.local
Wed May 12 11:33:40 2010 It is suggested that the domain name have an MX record configured in DNS
Would you please post
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig holtecnet.local mx
dig holtecnet.local any
host `hostname` <- note backticks and not single quotes
__________________
Reply With Quote
  #3 (permalink)  
Old 05-12-2010, 11:01 AM
Intermediate Member
 
Posts: 21
Default Installation Issue on CentOS

Thanks for quick reply.

1. cat /etc/hosts

::1 localhost.localdomain localhost
192.168.15.100 ms2.holtecnet.local

2. cat /etc/resolve.conf

nameserver 192.168.10.3


3. [root@ms2 ~]# dig holtecnet.local MX

; <<>> DiG 9.3.4-P1 <<>> holtecnet.local MX
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55801
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 1, ADDITIONAL: 4

;; QUESTION SECTION:
;holtecnet.local. IN MX

;; ANSWER SECTION:
holtecnet.local. 86400 IN MX 20 ms3.holtecnet.local.
holtecnet.local. 86400 IN MX 10 mailserver1.holtecnet.local.
holtecnet.local. 86400 IN MX 15 ms2.holtecnet.local.

;; AUTHORITY SECTION:
holtecnet.local. 86400 IN NS ns.holtecnet.local.

;; ADDITIONAL SECTION:
mailserver1.holtecnet.local. 86400 IN A 192.168.10.8
ms2.holtecnet.local. 86400 IN A 192.168.15.100
ms3.holtecnet.local. 86400 IN A 192.168.15.101
ns.holtecnet.local. 86400 IN A 192.168.10.3

;; Query time: 5 msec
;; SERVER: 192.168.10.3#53(192.168.10.3)
;; WHEN: Wed May 12 19:48:06 2010
;; MSG SIZE rcvd: 182


4. [root@ms2 ~]# dig holtecnet.local any

; <<>> DiG 9.3.4-P1 <<>> holtecnet.local any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32266
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 4

;; QUESTION SECTION:
;holtecnet.local. IN ANY

;; ANSWER SECTION:
holtecnet.local. 86400 IN SOA holtecnet.local. root.holtecnet.local. 1997022700 28800 14400 3600000 86400
holtecnet.local. 86400 IN NS ns.holtecnet.local.
holtecnet.local. 86400 IN MX 10 mailserver1.holtecnet.local.
holtecnet.local. 86400 IN MX 15 ms2.holtecnet.local.
holtecnet.local. 86400 IN MX 20 ms3.holtecnet.local.

;; ADDITIONAL SECTION:
ns.holtecnet.local. 86400 IN A 192.168.10.3
mailserver1.holtecnet.local. 86400 IN A 192.168.10.8
ms2.holtecnet.local. 86400 IN A 192.168.15.100
ms3.holtecnet.local. 86400 IN A 192.168.15.101

;; Query time: 1 msec
;; SERVER: 192.168.10.3#53(192.168.10.3)
;; WHEN: Wed May 12 19:49:11 2010
;; MSG SIZE rcvd: 223

5. [root@ms2 ~]# host `hostname`
ms2.holtecnet.local has address 192.168.15.100



Please note that:

192.168.10.8 is our existing mailserver which is in production.
192.168.10.3 is our dns server
we are trying to install and try zcs-6.0.5 in 192.168.15.100 (ms2) & 192.168.15.101 (ms3)

Hope these helps you
Reply With Quote
  #4 (permalink)  
Old 05-12-2010, 11:05 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by sandiphw View Post
Thanks for quick reply.

1. cat /etc/hosts

::1 localhost.localdomain localhost
192.168.15.100 ms2.holtecnet.local
The hosts file is incorrect, read the Quick Start Installation Guide (or search the forums) for the correct format.
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 05-13-2010, 07:13 AM
Intermediate Member
 
Posts: 21
Default Installation Issue on CentOS

Thanks a lot. I have corrected the host file.And it works
Reply With Quote
  #6 (permalink)  
Old 05-13-2010, 07:55 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by sandiphw View Post
Thanks a lot. I have corrected the host file.And it works
Glad you've fixed it, if you're happy that all is now working OK please mark this thread as Solved (in the Thread Tools drop-down).
__________________
Regards


Bill
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.