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 03-16-2010, 03:44 AM
Active Member
 
Posts: 35
Default Zimbra installation on CENTOS 4 running Parallels

Hi All

I have setup a VPS to run Zimbra.

This is running on Centos and i got the following error

-bash-3.00# ./install.sh

Operations logged to /tmp/install.log.11783
Checking for existing installation...
zimbra-ldap...FOUND zimbra-ldap-5.0.2_GA_1975
zimbra-logger...FOUND zimbra-logger-5.0.2_GA_1975
zimbra-mta...FOUND zimbra-mta-5.0.2_GA_1975
zimbra-snmp...FOUND zimbra-snmp-5.0.2_GA_1975
zimbra-store...FOUND zimbra-store-5.0.2_GA_1975
zimbra-apache...FOUND zimbra-apache-5.0.2_GA_1975
zimbra-spell...FOUND zimbra-spell-5.0.2_GA_1975
zimbra-proxy...FOUND zimbra-proxy-5.0.2_GA_1975
zimbra-archiving...NOT FOUND
zimbra-cluster...NOT FOUND
zimbra-core...FOUND zimbra-core-5.0.2_GA_1975

Saving existing configuration file to /opt/zimbra/.saveconfig


PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE.
ZIMBRA, INC. ("ZIMBRA") WILL ONLY LICENSE THIS SOFTWARE TO YOU IF YOU
FIRST ACCEPT THE TERMS OF THIS AGREEMENT. BY DOWNLOADING OR INSTALLING
THE SOFTWARE, OR USING THE PRODUCT, YOU ARE CONSENTING TO BE BOUND BY
THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS
AGREEMENT, THEN DO NOT DOWNLOAD, INSTALL OR USE THE PRODUCT.

License Terms for the Zimbra Collaboration Suite:
Zimbra - Zimbra Public End-User License Agreement, Version 2.3


Press Return to continue

Checking for prerequisites...
NPTL...FOUND
sudo...FOUND sudo-1.6.7p5-30.1.3
libidn...FOUND libidn-0.5.6-1
fetchmail...FOUND fetchmail-6.2.5-6
gmp...FOUND gmp-4.1.4-3
compat-libstdc++-296...FOUND compat-libstdc++-296-2.96-132.7.2
compat-libstdc++-33...FOUND compat-libstdc++-33-3.2.3-47.3
libtool-libs...FOUND libtool-libs-1.5.6-4
/usr/lib/libstdc++.so.5...FOUND
Prerequisite check complete.
Checking for standard system perl...
perl-5.8.5...FOUND standard system perl-5.8.5

Do you want to verify message store database integrity? [Y] t
A Yes/No answer is required

Do you want to verify message store database integrity? [Y] y
Verifying integrity of message store databases. This may take a while.
./util/utilfunc.sh: line 202: 12088 Floating point exceptionperl -I/opt/zimbra/zimbramon/lib bin/zmdbintegrityreport -v -r


Please assist
Reply With Quote
  #2 (permalink)  
Old 03-16-2010, 04:01 AM
Moderator
 
Posts: 7,911
Default

Welcome to the forums

Which Zimbra package did you download ?
__________________
Reply With Quote
  #3 (permalink)  
Old 03-16-2010, 04:21 AM
Active Member
 
Posts: 35
Default

zcs-5.0.2_GA_1975.RHEL5.20080130221917.tgz
Reply With Quote
  #4 (permalink)  
Old 03-16-2010, 04:23 AM
Moderator
 
Posts: 7,911
Default

Well you are trying to install a RHEL version 5 release on CentOS 4
__________________
Reply With Quote
  #5 (permalink)  
Old 03-16-2010, 04:57 AM
Active Member
 
Posts: 35
Default

I am not sure what to install because i have checked on one of the guides online

Zimbra Collaboration Suite Open Source Edition On CentOS | HowtoForge - Linux Howtos and Tutorials

Bro pls help!
Reply With Quote
  #6 (permalink)  
Old 03-16-2010, 05:33 AM
Moderator
 
Posts: 7,911
Default

Okay; so if you are using CentOS V4 use this tarball instead:

http://files2.zimbra.com/downloads/6...0202211330.tgz

and when installing you will need to specify
Code:
./install.sh --platform-override
__________________
Reply With Quote
  #7 (permalink)  
Old 03-16-2010, 06:06 AM
Active Member
 
Posts: 35
Default

i m struck here


127.0.0.1 localhost.localdomain localhost
91.207.192.244 mailserver.vps.sg mailserver
ERROR: Installation can not proceeed. Please fix your /etc/hosts file
to contain:



Where is the ip address of the host,
is the FULLY QUALIFIED host name, and
is the (optional) hostname-only portion

My settings
Reply With Quote
  #8 (permalink)  
Old 03-16-2010, 06:08 AM
Moderator
 
Posts: 7,911
Default

Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
__________________
Reply With Quote
  #9 (permalink)  
Old 03-16-2010, 06:43 AM
Active Member
 
Posts: 35
Default

Hi uxbod

I have made some changes to my domain DNS

Now i m using this domain -> hongkongvps.com

I have changed the settings in hongkongvps.com mail.hongkongvps.com to point to 91.207.192.244

-bash-3.00# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
91.207.192.244 mail.hongkongvps.com mail
-bash-3.00# cat /etc/re
redhat-release resolv.conf
-bash-3.00# cat /etc/resolv.conf
nameserver 127.0.0.1
search localdomain
-bash-3.00# dig hongkongvps.com mx

; <<>> DiG 9.2.4 <<>> hongkongvps.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21724
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2

;; QUESTION SECTION:
;hongkongvps.com. IN MX

;; ANSWER SECTION:
hongkongvps.com. 85990 IN MX 10 mail.hongkongvps.com.

;; AUTHORITY SECTION:
hongkongvps.com. 85982 IN NS ns.hongkongvps.com.

;; ADDITIONAL SECTION:
mail.hongkongvps.com. 85990 IN A 91.207.192.242
ns.hongkongvps.com. 85982 IN A 91.207.192.242

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Mar 16 20:38:36 2010
;; MSG SIZE rcvd: 103

-bash-3.00# dig hongkongvps.com any

; <<>> DiG 9.2.4 <<>> hongkongvps.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 403
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 1, ADDITIONAL: 2

;; QUESTION SECTION:
;hongkongvps.com. IN ANY

;; ANSWER SECTION:
hongkongvps.com. 85973 IN MX 10 mail.hongkongvps.com.
hongkongvps.com. 85965 IN A 91.207.192.242
hongkongvps.com. 85965 IN NS ns.hongkongvps.com.

;; AUTHORITY SECTION:
hongkongvps.com. 85965 IN NS ns.hongkongvps.com.

;; ADDITIONAL SECTION:
mail.hongkongvps.com. 85973 IN A 91.207.192.242
ns.hongkongvps.com. 85965 IN A 91.207.192.242

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Mar 16 20:38:53 2010
;; MSG SIZE rcvd: 133

-bash-3.00# host `hostname`
localhost.localdomain has address 127.0.0.1
Reply With Quote
  #10 (permalink)  
Old 03-16-2010, 06:54 AM
Active Member
 
Posts: 35
Default

I delibrately rebooted the box and rerun

-bash-3.00# host `hostname`
;; connection timed out; no servers could be reached
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.