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-16-2011, 05:58 AM
Junior Member
 
Posts: 7
Default [SOLVED] Need install help on CentOS 5.6 VPS

Trying to install zcs-7.1.0_GA_3140.RHEL5_64.20110329150833 on up to date Centos 5.6 64 bit. This is VZ VPS and I have read where that is not a supported platform and if that is the cause of the problem I'll move on but thought I would try here first as others have reported it a working platform. I also realize there are tons of similar threads but none of them have helped me solve this as I've tried DNS many different ways according to various forum posts to no avail. No NAT/FW (AFAIK).

Here is the background:

On-screen installation failures:

Operations logged to /tmp/zmsetup.05162011-075320.log
Setting local config values...done.
Setting up CA...done.
Deploying CA to /opt/zimbra/conf/ca ...done.
Creating SSL certificate...done.
Installing mailboxd SSL certificates...done.
Initializing ldap...done.
Setting replication password...done.
Setting Postfix password...done.
Setting amavis password...done.
Setting nginx password...done.
Creating server entry for mail.mentalbarnstorming.com...failed.
Saving CA in ldap ...done.
Saving SSL Certificate in ldap ...done.
Setting service ports on mail.mentalbarnstorming.com...done.
Adding mail.mentalbarnstorming.com to zimbraMailHostPool in default COS...failed. Couldn't find a server entry for mail.mentalbarnstorming.com

Setup Log first occurrence of failures:

Mon May 16 07:55:04 2011 *** Running as root user: /opt/zimbra/bin/zmcertmgr createca
** Creating directory /opt/zimbra/ssl/zimbra
** Creating directory /opt/zimbra/ssl/zimbra/ca
** Creating directory /opt/zimbra/ssl/zimbra/server
** Creating directory /opt/zimbra/ssl/zimbra/commercial
** Creating directory /opt/zimbra/mailboxd/webapps/zimbraAdmin/tmp
** Creating /opt/zimbra/ssl/zimbra/ca/zmssl.cnf...done
** Retrieving CA private key from ldap...failed.
** Retrieving CA cert from ldap...failed.
** Retrieving Commercial CA cert from ldap...failed.

[root@mail log]# hostname
mail
[root@mail log]# hostname -f
mail.mentalbarnstorming.com
[root@mail log]# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
# Auto-generated hostname. Please do not remove this comment.
75.126.49.52 mail.mentalbarnstorming.com mail
[root@mail log]# cat /etc/resolv.conf
search mentalbarnstorming.com
nameserver 4.2.2.1
nameserver 4.2.2.2
[root@mail log]# dig mentalbarnstorming.com mx

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-16.P1.el5 <<>> mentalbarnstorming.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21762
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

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

;; ANSWER SECTION:
mentalbarnstorming.com. 3600 IN MX 5 mail.mentalbarnstorming.com.

;; Query time: 88 msec
;; SERVER: 4.2.2.1#53(4.2.2.1)
;; WHEN: Mon May 16 08:39:04 2011
;; MSG SIZE rcvd: 61

[root@mail log]# dig mentalbarnstorming.com any

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-16.P1.el5 <<>> mentalbarnstorming.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32639
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0

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

;; ANSWER SECTION:
mentalbarnstorming.com. 3583 IN MX 5 mail.mentalbarnstorming.com.
mentalbarnstorming.com. 3583 IN NS ns70.domaincontrol.com.
mentalbarnstorming.com. 3583 IN NS ns69.domaincontrol.com.

;; Query time: 1 msec
;; SERVER: 4.2.2.1#53(4.2.2.1)
;; WHEN: Mon May 16 08:39:21 2011
;; MSG SIZE rcvd: 113

[root@mail log]# host $(hostname)
mail.mentalbarnstorming.com has address 75.126.49.52

[root@mail log]# dig mail.mentalbarnstorming.com

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-16.P1.el5 <<>> mail.mentalbarnstorming.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27866
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;mail.mentalbarnstorming.com. IN A

;; ANSWER SECTION:
mail.mentalbarnstorming.com. 3523 IN A 75.126.49.52

;; Query time: 1 msec
;; SERVER: 4.2.2.1#53(4.2.2.1)
;; WHEN: Mon May 16 08:40:21 2011
;; MSG SIZE rcvd: 61
Reply With Quote
  #2 (permalink)  
Old 05-16-2011, 11:38 AM
Elite Member
 
Posts: 285
Default

Quote:
Originally Posted by jonnjonzzn View Post
[root@mail log]# hostname
mail
My 64-bit CentOS returns this:
# hostname
mail.mentalbarnstorming.com

(changed it to yours of course)
Reply With Quote
  #3 (permalink)  
Old 05-17-2011, 07:21 AM
Junior Member
 
Posts: 7
Default

Quote:
Originally Posted by Tripple View Post
My 64-bit CentOS returns this:
# hostname
mail.mentalbarnstorming.com

(changed it to yours of course)
I believe that is one of the many different options I have tried. I can try again I suppose. Thanks for the response.

Mike
Reply With Quote
  #4 (permalink)  
Old 05-18-2011, 08:28 AM
Junior Member
 
Posts: 7
Default

I have moved to a Xen PV VPS and everything is working fine.
Reply With Quote
  #5 (permalink)  
Old 05-19-2011, 05:03 AM
Starter Member
 
Posts: 1
Default

So what was the problem? Was the vps limited? I have the same problem and I wonder if I need to upgrade in order to installzimbra
Reply With Quote
  #6 (permalink)  
Old 05-23-2011, 11:35 AM
Junior Member
 
Posts: 7
Default

Quote:
Originally Posted by valoran View Post
So what was the problem? Was the vps limited? I have the same problem and I wonder if I need to upgrade in order to installzimbra
Java and OpenVZ apparently don't play well together without a great deal of tweaking to java parameters to control memory usage. I decided it wasn't worth it and most likely wouldn't provide a stable, long-term solution.

My Xen PV VPS is working very well.
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.