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

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 10-22-2009, 02:06 PM
Elite Member
 
Posts: 360
Default I know there are ALOT of posts about this, but...

Quote:
zmcontrol start
Host mail.domain.com
Starting ldap...Done.
Unable to determine enabled services from ldap.
Unable to determine enabled services. Cache is out of date or doesn't exist.
Quote:
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
192.168.1.176 mail.domain.com mail
Quote:
cat /etc/resolv.conf
search 192.168.1.190
nameserver 192.168.1.176
Quote:
dig mail.domain.com mx

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

;; QUESTION SECTION:
;mail.domain.com. IN MX

;; ANSWER SECTION:
mail.domain.com. 120 IN MX 10 mail.domain.com.

;; AUTHORITY SECTION:
mail.domain.com. 120 IN NS 192.168.1.176.mail.domain.com.

;; ADDITIONAL SECTION:
mail.domain.com. 120 IN A 192.168.1.176

;; Query time: 0 msec
;; SERVER: 192.168.1.176#53(192.168.1.176)
;; WHEN: Thu Oct 22 14:00:54 2009
;; MSG SIZE rcvd: 99
Quote:
dig mail.domain.com any

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

;; QUESTION SECTION:
;mail.domain.com. IN ANY

;; ANSWER SECTION:
mail.domain.com. 120 IN SOA ns1.domain.com. netadmin.netadmin.com. 1256239788 120 120 604800 38400
mail.domain.com. 120 IN NS 192.168.1.176.mail.domain.com.
mail.domain.com. 120 IN A 192.168.1.176
mail.domain.com. 120 IN MX 10 mail.domain.com.

;; Query time: 1 msec
;; SERVER: 192.168.1.176#53(192.168.1.176)
;; WHEN: Thu Oct 22 14:02:10 2009
;; MSG SIZE rcvd: 157
Quote:
host `hostname`
mail.domain.com has address 192.168.1.176
mail.domain.com mail is handled by 10 mail.domain.com.
...I'm sure by now you know what I'm talking about...
...last time I had an issue, it was because of a typo...
..I think I just need a second pair of eyes to look this over, cause I can't spot the error...I keep getting the same response when starting up a restored backup. yes, this is on a test server. The settings are identical to the production server...so I don't understand why it's not working... CentOS 5.3

note: a clean install works ok...it's only when I try to start the restored copy...

Thanks!

Last edited by NoDoze; 10-22-2009 at 02:19 PM..
Reply With Quote
  #2 (permalink)  
Old 10-22-2009, 10:03 PM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

Why are you using two DNS servers in the hosts file, do they have identical records for your domain in there? Why are you using a subdomain for this server rather than the domain name:

Code:
dig mail.domain.com any

should be 

dig domain.com any
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 10-23-2009, 10:03 AM
Elite Member
 
Posts: 360
Default

Opps...forgot to mention...I have a split DNS setup.
192.168.1.190 is my primary DNS server
192.168.1.176 is my test zimbra server

Quote:
dig domain.com any

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

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

;; ANSWER SECTION:
domain.com. 120 IN NS ns1.domain.com.
domain.com. 120 IN NS ns2.domain.com.
domain.com. 120 IN MX 10 mail.domain.com.
domain.com. 120 IN A 71.X.XX.XXX
domain.com. 120 IN SOA domain.com. admin.domain.com. 2008063070 120 7200 604800 3600

;; ADDITIONAL SECTION:
ns1.domain.com. 120 IN A 71.X.XX.XXX
ns2.domain.com. 120 IN A 71.X.XX.XXX
mail.domain.com. 120 IN A 71.X.XX.XXX

;; Query time: 28 msec
;; SERVER: 192.168.1.190#53(192.168.1.190)
;; WHEN: Fri Oct 23 10:01:55 2009
;; MSG SIZE rcvd: 197

Last edited by NoDoze; 10-26-2009 at 10:44 AM..
Reply With Quote
  #4 (permalink)  
Old 10-23-2009, 10:10 AM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

Quote:
Originally Posted by NoDoze View Post
Opps...forgot to mention...I have a split DNS setup.
192.168.1.190 is my primary DNS server
192.168.1.176 is my test zimbra server
Quote:
Originally Posted by NoDoze View Post
dig domain.com any

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

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

;; ANSWER SECTION:
domain.com. 120 IN NS ns1.domain.com.
domain.com. 120 IN NS ns2.domain.com.
domain.com. 120 IN MX 10 mail.domain.com.
domain.com. 120 IN A 71.5.56.180
domain.com. 120 IN SOA domain.com. admin.domain.com. 2008063070 120 7200 604800 3600

;; ADDITIONAL SECTION:
ns1.domain.com. 120 IN A 71.5.56.180
ns2.domain.com. 120 IN A 71.5.56.181
mail.domain.com. 120 IN A 71.5.56.182

;; Query time: 28 msec
;; SERVER: 192.168.1.190#53(192.168.1.190)
;; WHEN: Fri Oct 23 10:01:55 2009
;; MSG SIZE rcvd: 197
Why doesn't the A record point to the LAN IP of your Zimbra server?
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 10-23-2009, 10:22 AM
Elite Member
 
Posts: 360
Default

Argh...opps...did it on the wrong server....Grr...

Quote:
dig domain.com any

; <<>> DiG 9.3.4-P1 <<>> domain.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40240
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 0

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

;; ANSWER SECTION:
domain.com. 172351 IN NS ns1.domain.com.
domain.com. 172351 IN NS ns2.domain.com.

;; AUTHORITY SECTION:
domain.com. 172351 IN NS ns2.domain.com.
domain.com. 172351 IN NS ns1.domain.com.

;; Query time: 0 msec
;; SERVER: 192.168.1.176#53(192.168.1.176)
;; WHEN: Fri Oct 23 10:15:16 2009
;; MSG SIZE rcvd: 98
...that's the test server....sheeesh...

I did an install with ./install.sh -s --platform-override
deleted the zimbra folder, renamed the restore folder to zimbra...
as root ran: /opt/zimbra/libexec/zmfixperms
started the install again with ./install.sh --platform-override
upgrade = yes
now getting this error:
Quote:
Backing up the ldap database...failed.

<= entry_decode: slap_str2undef_ad(%ssl_dhe_dss_export_with_des40_c bc_sha): AttributeDescription contains inappropriate characters
# no data for entry id=0000000b
if it's not one thing, it's another...

I just don't understand... I had a test server working perfectly...
..but wanted to run through the upgrade one more time, to make sure i had all the steps down properly, with postfix extensions, etc, ...all I did was a zimbra uninstall...nothing else changed on the server...a reinstall should have been flawless....why am I getting all these DNS issues and errors now...?
...so frustrating....

Last edited by NoDoze; 10-26-2009 at 10:45 AM..
Reply With Quote
  #6 (permalink)  
Old 10-23-2009, 10:26 AM
Elite Member
 
Posts: 360
Default

ok, got rid of the error i posted above by updating the mirror...

./install.sh --platform-override
worked.

I anticipate the DNS issue though....
Reply With Quote
  #7 (permalink)  
Old 10-23-2009, 10:35 AM
Elite Member
 
Posts: 360
Default

Quote:
Any key to continue ERROR: service.FAILURE (system failure: unable to get config) (cause: javax.naming.NamingException [LDAP: error code 80 - internal error])
new error...
Reply With Quote
  #8 (permalink)  
Old 10-23-2009, 11:18 AM
Elite Member
 
Posts: 360
Default

Quote:
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
192.168.1.176 mail.domain.com mail
Quote:
cat /etc/resolv.conf
search domain.com
nameserver 192.168.1.176
Quote:
dig domain.com mx

; <<>> DiG 9.3.4-P1 <<>> domain.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2347
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3

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

;; ANSWER SECTION:
domain.com. 120 IN MX 10 mail.domain.com.

;; AUTHORITY SECTION:
domain.com. 116 IN NS ns1.domain.com.
domain.com. 116 IN NS ns2.domain.com.

;; ADDITIONAL SECTION:
mail.domain.com. 120 IN A 192.168.1.176
ns1.domain.com. 116 IN A 71.5.56.180
ns2.domain.com. 116 IN A 71.5.56.181

;; Query time: 1 msec
;; SERVER: 192.168.1.176#53(192.168.1.176)
;; WHEN: Fri Oct 23 11:15:58 2009
;; MSG SIZE rcvd: 139
Quote:
dig domain.com any

; <<>> DiG 9.3.4-P1 <<>> domain.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20010
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 3

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

;; ANSWER SECTION:
domain.com. 91 IN MX 10 mail.domain.com.
domain.com. 87 IN NS ns2.domain.com.
domain.com. 87 IN NS ns1.domain.com.
domain.com. 87 IN A 71.5.56.180

;; AUTHORITY SECTION:
domain.com. 87 IN NS ns1.domain.com.
domain.com. 87 IN NS ns2.domain.com.

;; ADDITIONAL SECTION:
mail.domain.com. 120 IN A 192.168.1.176
ns1.domain.com. 87 IN A 71.5.56.180
ns2.domain.com. 87 IN A 71.5.56.181

;; Query time: 1 msec
;; SERVER: 192.168.1.176#53(192.168.1.176)
;; WHEN: Fri Oct 23 11:16:27 2009
;; MSG SIZE rcvd: 183
Quote:
host `hostname`
mail.domain.com has address 192.168.1.176
mail.domain.com mail is handled by 10 mail.domain.com.
Quote:
zmcontrol start
Host mail.domain.com
Starting ldap...Done.
Unable to determine enabled services from ldap.
Unable to determine enabled services. Cache is out of date or doesn't exist.
...I'M STUMPED!
Reply With Quote
  #9 (permalink)  
Old 10-23-2009, 02:19 PM
Elite Member
 
Posts: 360
Default

I've gone over the same threads with similar issues...I've gone over the DNS multiple times... EVERYTHING looks correct.

Can someone help me? I've been stuck at this for a week now...

*bump*

thanks.
Reply With Quote
  #10 (permalink)  
Old 10-25-2009, 07:10 AM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

Code:
ns1.domain.com. 116 IN A 71.5.56.180
ns2.domain.com. 116 IN A 71.5.56.181
These entries are not necessary in your configuration, I would assume that your DNS server is authoritative for your domain with forwarders set-up, isn't that the case? You also shouldn't need the following record on your LAN DNS server:

Code:
domain.com. 87 IN A 71.5.56.180
__________________
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.