| 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.
|  | | 
08-19-2009, 11:06 AM
| | | Ubuntu 8.04 LTS 3GB RAM 64-bit I've installed ZIMBRA NE 5.0.18 on my server. I've read the split DNS installation guide, but my server is not in a DMZ. I can get everything to install, but cannot get mailboxd to run. I keep getting errors regarding the system being unable to create the java vm. Any help would be greatly appreciated. | 
08-19-2009, 11:48 AM
| | | Quote:
Originally Posted by RacerX330 I've installed ZIMBRA NE 5.0.18 on my server. I've read the split DNS installation guide, but my server is not in a DMZ. I can get everything to install, but cannot get mailboxd to run. I keep getting errors regarding the system being unable to create the java vm. Any help would be greatly appreciated. | Here's some more information:
/etc/hosts:
127.0.0.1 localhost.localdomain localhost
# Auto-generated hostname. Please do not remove this comment.
69.162.88.173 sofia.gregsphar.com sofia sofia
/etc/resolve.conf:
nameserver 74.63.208.3
nameserver 69.162.118.228
root@sofia:~# dig gregsphar.com any
; <<>> DiG 9.4.2-P2 <<>> gregsphar.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54696
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;gregsphar.com. IN ANY
;; ANSWER SECTION:
gregsphar.com. 161630 IN NS vpsdns1.fivebean.com.
gregsphar.com. 161630 IN NS vpsdns2.fivebean.com.
;; Query time: 1 msec
;; SERVER: 74.63.208.3#53(74.63.208.3)
;; WHEN: Wed Aug 19 13:40:19 2009
;; MSG SIZE rcvd: 84
root@sofia:~# df -ah
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 69G 1.4G 67G 2% /
proc 0 0 0 - /proc
sysfs 0 0 0 - /sys
tmpfs 3.9G 32K 3.9G 1% /var/run
tmpfs 3.9G 0 3.9G 0% /var/lock
/dev/simfs 69G 1.4G 67G 2% /dev/.static/dev
udev 3.9G 0 3.9G 0% /dev
tmpfs 3.9G 0 3.9G 0% /dev/shm
devpts 0 0 0 - /dev/pts
root@sofia:~# free -m
total used free shared buffers cached
Mem: 3096 82 3013 0 0 0
-/+ buffers/cache: 82 3013
Swap: 0 0 0
I purged sendmail, apache2, samba, and everything but ssh, bind9 (even tho I'm not running my own DNS) | 
08-19-2009, 10:57 PM
| | Zimbra Consultant & Moderator | |
Posts: 20,316
| | A Split DNS is for any server running behind a Firewall or NAT router, is that a description of your set-up? Your hosts file is incorrect, it should be like this: Code: 69.162.88.173 sofia.gregsphar.com sofia According to the output you've posted above you do not have valid DNS records for your Zimbra server in your DNS servers.
__________________
Regards
Bill
| 
08-20-2009, 12:23 AM
| | Special Member | |
Posts: 162
| | Isn't there some issue with the JRE on Ubuntu-bit? Something like a conflict between the OS-installed JRE and the Zimbra-installed one? I'm running 32-bit now, but I seem to recall similar problems.
Not much help, I know!!! | 
08-20-2009, 05:05 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,316
| | In addition, there's no point in running a 64bit o/s on a 3GB machine.
__________________
Regards
Bill
| 
08-20-2009, 05:58 AM
| | | Quote:
Originally Posted by phoenix In addition, there's no point in running a 64bit o/s on a 3GB machine. | I can switch it over to 32-bit, it doesn't really matter to me, I just want to make it work. | 
08-20-2009, 07:21 AM
| | | Quote:
Originally Posted by RacerX330 I can switch it over to 32-bit, it doesn't really matter to me, I just want to make it work. | I am not behind a firewall. | 
08-20-2009, 07:23 AM
| | | Quote:
Originally Posted by RacerX330 I am not behind a firewall. | I believe I have an mx record that is valid.
root@sofia:~# dig gregsphar.com mx ; <<>> DiG 9.4.2-P2 <<>> gregsphar.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48382
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;gregsphar.com. IN MX
;; ANSWER SECTION:
gregsphar.com. 86000 IN MX 10 mail.gregsphar.com.
;; Query time: 72 msec
;; SERVER: 74.63.208.3#53(74.63.208.3)
;; WHEN: Thu Aug 20 09:22:47 2009
;; MSG SIZE rcvd: 52 | 
08-20-2009, 08:00 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,316
| | Quote:
Originally Posted by RacerX330 I believe I have an mx record that is valid. | Do you also have a valid A record? You initial dig command in post #2 shows no valid DNS records. Were these commands run on the Zimbra server? Post the output of the following run on your Zimbra server: Code: cat /etc/hosts
cat /etc/resolv.conf
dig gregsphar.com any
dig gregsphar.com nx
host `hostname` <-- use that exact command with backticks not singkle wuotes Just as a matter of interest, do both of the DNS servers listed in your resolv.conf contain identical entries for your domain info? Quote:
Originally Posted by RacerX330 I am not behind a firewall. | You actually have an internet facing server with no firewall, no NAT, not in a DMZ and on a Public IP address - is that what you're saying?
__________________
Regards
Bill
| 
08-20-2009, 09:03 AM
| | | Quote:
Originally Posted by phoenix Do you also have a valid A record? You initial dig command in post #2 shows no valid DNS records. Were these commands run on the Zimbra server? Post the output of the following run on your Zimbra server: Code: cat /etc/hosts
cat /etc/resolv.conf
dig gregsphar.com any
dig gregsphar.com nx
host `hostname` <-- use that exact command with backticks not singkle wuotes Just as a matter of interest, do both of the DNS servers listed in your resolv.conf contain identical entries for your domain info?
You actually have an internet facing server with no firewall, no NAT, not in a DMZ and on a Public IP address - is that what you're saying? | yes, that is what I believe I have.
Here's the information requested: Code: root@sofia:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
# Auto-generated hostname. Please do not remove this comment.
69.162.88.173 sofia.gregsphar.com sofia Code: root@sofia:~# cat /etc/resolv.conf
nameserver 74.63.208.3
nameserver 69.162.118.228 Code: root@sofia:~# dig gregsphar.com any
; <<>> DiG 9.4.2-P2 <<>> gregsphar.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11706
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;gregsphar.com. IN ANY
;; ANSWER SECTION:
gregsphar.com. 162482 IN NS vpsdns1.fivebean.com.
gregsphar.com. 162482 IN NS vpsdns2.fivebean.com.
;; Query time: 5 msec
;; SERVER: 74.63.208.3#53(74.63.208.3)
;; WHEN: Thu Aug 20 11:02:46 2009
;; MSG SIZE rcvd: 84 Code: root@sofia:~# dig gregsphar.com nx
; <<>> DiG 9.4.2-P2 <<>> gregsphar.com nx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3192
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;gregsphar.com. IN A
;; ANSWER SECTION:
gregsphar.com. 86000 IN A 69.162.88.173
;; Query time: 36 msec
;; SERVER: 74.63.208.3#53(74.63.208.3)
;; WHEN: Thu Aug 20 11:02:57 2009
;; MSG SIZE rcvd: 47
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 20904
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;nx. IN A
;; Query time: 54 msec
;; SERVER: 74.63.208.3#53(74.63.208.3)
;; WHEN: Thu Aug 20 11:02:57 2009
;; MSG SIZE rcvd: 20 Code: root@sofia:~# host `hostname`
sofia.gregsphar.com has address 69.162.88.173 thanks for your help!
Last edited by phoenix; 08-20-2009 at 09:29 AM..
| | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |