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 08-06-2009, 10:05 PM
Member
 
Posts: 10
Default Unable to install ZCS on a Centos 5, need help

I couldn't install Zimbra on my box. It say's pre requisites package are missing. What are these packages. Im just starting Linux and someone told me about Zimbra.

Last edited by ronian; 08-06-2009 at 10:21 PM..
Reply With Quote
  #2 (permalink)  
Old 08-06-2009, 11:23 PM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

It will list the missing packages when you run the installer, you need to install them. Please search the forums, there's several threads that describe how to install Zimbra on CentOS.
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 08-07-2009, 12:39 AM
Member
 
Posts: 10
Default

Quote:
Originally Posted by phoenix View Post
It will list the missing packages when you run the installer, you need to install them. Please search the forums, there's several threads that describe how to install Zimbra on CentOS.
thanks a lot bill/phoenix. i managed to install the dependencies but now it is showing new error:

Do You want to verify message store databases integrity?[y] i pressed Y and returned

Error: assertion '-r /opt/zimbra/conf/my.cnf' failed

Could not open required defaults file: /opt/zimbra/conf/my.cnf

I will try to check around and see if i could get answer on this one.
Reply With Quote
  #4 (permalink)  
Old 08-07-2009, 04:11 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

As this is a new install I'd suggest you remove the current version and reinstall from the beginning, run the installer like this:

Code:
./install.sh -u
That will remove everything including the /opt/zimbra directory, when you've done that rerun the install and see what errors (if any) you get - you should also look in the installer log file for the output of the installer.
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 08-10-2009, 06:34 PM
Member
 
Posts: 10
Default

hi phoenix/bill, your solution did work and the installation seems successful but when i tried the web base admin console , it show failed to connect: https://myserver.mydomain.com:7071/

is there any settings in my web server that i need to setup?
Reply With Quote
  #6 (permalink)  
Old 08-10-2009, 09:51 PM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

What does the output of the following commands show:
Code:
su - zimbra
zmcontrol status
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 08-11-2009, 12:30 AM
Member
 
Posts: 10
Default

Quote:
Originally Posted by phoenix View Post
What does the output of the following commands show:
Code:
su - zimbra
zmcontrol status
hi bill,

this was the message
Unable to determine enabled services from ldap
Unable to determine enebaled services. Cache is out of date or doesn't exist.
Reply With Quote
  #8 (permalink)  
Old 08-11-2009, 12:34 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Run the following commands on the zimbra server and post the results:

Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com mx
dig yourdomain.com any
host `hostname`  <-- type that exact command and use backticks not single quotes
I assume you've also disable the firewall and SElinux on this server?
__________________
Regards


Bill
Reply With Quote
  #9 (permalink)  
Old 08-11-2009, 01:40 AM
Member
 
Posts: 10
Default

Quote:
Originally Posted by phoenix View Post
Run the following commands on the zimbra server and post the results:

Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com mx
dig yourdomain.com any
host `hostname`  <-- type that exact command and use backticks not single quotes
I assume you've also disable the firewall and SElinux on this server?
cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost t43 t43.local
::1 localhost6.localdomain6 localhost6
192.168.0.1 t43.ian.local t43

cat /etc/resolv.conf
[root@t43 ~]# cat /etc/resolv.conf
; generated by /sbin/dhclient-script
;search sg.ibm.com
;nameserver 9.187.59.35
;nameserver 9.187.59.35
search t43.ian.local
nameserver 192.168.0.1

dig yourdomain.com mx
[root@t43 ~]# dig ian.local

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

;; QUESTION SECTION:
;ian.local. IN A

;; AUTHORITY SECTION:
ian.local. 3600 IN SOA t43.ian.local. root.localhost.localdomain. 7 10800 3600 604800 3600

;; Query time: 1 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Tue Aug 11 21:15:24 2009
;; MSG SIZE rcvd: 93

[root@t43 ~]# dig ian.local mx

; <<>> DiG 9.3.4-P1 <<>> ian.local mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12047
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

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

;; ANSWER SECTION:
ian.local. 3600 IN MX 10 t43.ian.local.

;; AUTHORITY SECTION:
ian.local. 3600 IN NS t43.ian.local.

;; ADDITIONAL SECTION:
t43.ian.local. 3600 IN A 192.168.0.1

;; Query time: 1 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Tue Aug 11 21:15:55 2009
;; MSG SIZE rcvd: 77


dig yourdomain.com any

[root@t43 ~]# dig ian.local any

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

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

;; ANSWER SECTION:
ian.local. 3600 IN SOA t43.ian.local. root.localhost.localdomain. 7 10800 3600 604800 3600
ian.local. 3600 IN NS t43.ian.local.
ian.local. 3600 IN MX 10 t43.ian.local.

;; ADDITIONAL SECTION:
t43.ian.local. 3600 IN A 192.168.0.1

;; Query time: 1 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Tue Aug 11 21:16:08 2009
;; MSG SIZE rcvd: 139


host `hostname`


[root@t43 ~]# host `hostname`
Host t43 not found: 2(SERVFAIL)
Reply With Quote
  #10 (permalink)  
Old 08-11-2009, 01:48 AM
Moderator
 
Posts: 7,928
Default

/etc/hosts is wrong it should be
Code:
# 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
192.168.0.1 t43.ian.local t43
__________________
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.