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 01-31-2011, 11:05 AM
Intermediate Member
 
Posts: 15
Question Initializing ldap...failed. (28160)

CentOS 5.5 64bit install (trying to) ZCS 6.0.10

2 boxes
12.234.4.50 <-mailserver
12.234.4.53 <-primary dns server

will also be running slave dns on .50, but not yet.

tail -f of install log right before failure

Code:
Mon Jan 31 20:10:59 2011 checking isEnabled zimbra-store
Mon Jan 31 20:10:59 2011 zimbra-store is enabled
Mon Jan 31 20:10:59 2011 This is the ldap master and ldap hasn't been configured yet.
Mon Jan 31 20:10:59 2011 This is the ldap master and ldap hasn't been configured yet.
Mon Jan 31 20:10:59 2011 This is the ldap master and ldap hasn't been configured yet.
Mon Jan 31 20:10:59 2011 checking isEnabled zimbra-proxy           
Mon Jan 31 20:10:59 2011 zimbra-proxy is not enabled
Mon Jan 31 20:10:59 2011 checking isEnabled zimbra-proxy
Mon Jan 31 20:10:59 2011 zimbra-proxy is not enabled
Mon Jan 31 20:10:59 2011 checking isEnabled zimbra-proxy
Mon Jan 31 20:10:59 2011 zimbra-proxy is not enabled
Mon Jan 31 20:10:59 2011 This is the ldap master and ldap hasn't been configured yet.
Mon Jan 31 20:10:59 2011 This is the ldap master and ldap hasn't been configured yet.
Mon Jan 31 20:11:19 2011 checking isEnabled zimbra-ldap
Mon Jan 31 20:11:19 2011 zimbra-ldap is enabled
Googled around, ldap master and ldap hasn't been configured yet. MX Record Problem?

So....what the heck do i have jacked up? been working on this for a week and cant get it to install. Real ips. Not to worried about that, if you can do anything with them, I aint doing it right.

12.234.4.50
cat /etc/hosts
Code:
127.0.0.1       localhost.localdomain localhost
12.243.4.50     mail.circleofbrains.com mail
cat /etc/resolv.conf
Code:
nameserver 12.234.4.53
search mail.circleofbrains.com
dig circleofbrains.com any
Code:
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> circleofbrains.com any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20759
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 3

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

;; ANSWER SECTION:
circleofbrains.com.     38400   IN      SOA     ns1.circleofbrains.com. mrme.circleofbrains.com. 1296092391 10800 3600 604800 38400
circleofbrains.com.     38400   IN      NS      ns1.circleofbrains.com.
circleofbrains.com.     38400   IN      NS      ns2.circleofbrains.com.
circleofbrains.com.     1800    IN      MX      10 mail.circleofbrains.com.
circleofbrains.com.     1800    IN      A       12.234.4.53

;; ADDITIONAL SECTION:
ns1.circleofbrains.com. 1800    IN      A       12.234.4.53
ns2.circleofbrains.com. 1800    IN      A       12.234.4.50
mail.circleofbrains.com. 1800   IN      A       12.234.4.50

;; Query time: 2 msec
;; SERVER: 12.234.4.53#53(12.234.4.53)
;; WHEN: Mon Jan 31 21:03:09 2011
;; MSG SIZE  rcvd: 198
dig circleofbrains.com mx
Code:
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> circleofbrains.com mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59408
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3

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

;; ANSWER SECTION:
circleofbrains.com.     1800    IN      MX      10 mail.circleofbrains.com.

;; AUTHORITY SECTION:
circleofbrains.com.     38400   IN      NS      ns1.circleofbrains.com.
circleofbrains.com.     38400   IN      NS      ns2.circleofbrains.com.

;; ADDITIONAL SECTION:
mail.circleofbrains.com. 1800   IN      A       12.234.4.50
ns1.circleofbrains.com. 1800    IN      A       12.234.4.53
ns2.circleofbrains.com. 1800    IN      A       12.234.4.50

;; Query time: 0 msec
;; SERVER: 12.234.4.53#53(12.234.4.53)
;; WHEN: Mon Jan 31 21:04:05 2011
;; MSG SIZE  rcvd: 141
host `hostname`
Code:
mail.circleofbrains.com has address 12.234.4.50
Reply With Quote
  #2 (permalink)  
Old 01-31-2011, 11:09 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Quote:
Originally Posted by mrme View Post
host `hostname`
Code:
mail.circleofbrains.com has address 12.234.4.50
You've posted the answer yourself - look at the IP address in your hosts file and the IP address output by the 'host' command above.
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 01-31-2011, 11:17 AM
Intermediate Member
 
Posts: 15
Default

sunofabitc----

lemme fix that, will post back.

forest, tree's, etc....
Reply With Quote
  #4 (permalink)  
Old 01-31-2011, 11:38 AM
Intermediate Member
 
Posts: 15
Default

Do you know how many times I looked at that and it did not click?

Thanks for the second set of eyes, installed now.
Reply With Quote
  #5 (permalink)  
Old 01-31-2011, 12:15 PM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Quote:
Originally Posted by mrme View Post
Do you know how many times I looked at that and it did not click?
I can imagine, I've done it myself.

Quote:
Originally Posted by mrme View Post
Thanks for the second set of eyes, installed now.
Glad you've fixed it, enjoy.
__________________
Regards


Bill
Reply With Quote
  #6 (permalink)  
Old 03-26-2011, 12:43 AM
New Member
 
Posts: 4
Default

thanks, phoenix. i read a bunch of these and they all referred vaguely to "it's obvious." and always danced around this sort of thing.

i SWEAR i looked at that myself a bunch of times. but your straightforward (detailed) answer made me see that i made the same mistake (fingers hit 98 insead of 87 ...LOL).
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.