more data I run a local dns server that forwards to my ISP for local names it can't
resolve. This is what you mean by a "split server"?
Since I have an operational zimbra 4.5.1 on a different box (I pointed
the mx record there and installed), can I tar up /opt/zimbra/db, carry it
to the new box and untar it in place? The 3.0 to 4.5.1 upgrade appears
to have correctly updated all my mailboxes (well, no errors), so swapping one for the
other should be ok? So I would stop zimbra (/sbin/service zimbra stop),
tar up the old /opt/zimbra/db (tar zcf /tmp/zimbra-db.tgz /opt/zimbra/db)
rename the old db directory (mv /opt/zimbra/db /opt/zimbra/db.old), untar
the updated stuff into /opt/zimbra/db and restart the server. Or is there
a preferred (better) way to do this?
--------------------
I think my machine is postmaster, see below.
[root@postmaster zimbra.broken]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:0D:88:36:43:C6
inet addr:192.168.111.5 Bcast:192.168.111.255 Mask:255.255.255.0
inet6 addr: fe80::20d:88ff:fe36:43c6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:52551 errors:0 dropped:0 overruns:0 frame:0
TX packets:16029 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5136516 (4.8 MiB) TX bytes:2095577 (1.9 MiB)
Interrupt:5 Base address:0xb400
[root@postmaster zimbra.broken]# grep postmaster /etc/hosts
192.168.111.5 postmaster.usys.com postmaster
[root@postmaster zimbra.broken]# hostname
postmaster.usys.com
[root@postmaster zimbra.broken]# dig postmaster.usys.com
; <<>> DiG 9.3.1 <<>> postmaster.usys.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49479
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;postmaster.usys.com. IN A
;; ANSWER SECTION:
postmaster.usys.com. 3600 IN A 192.168.111.5
;; Query time: 1 msec
;; SERVER: 192.168.111.4#53(192.168.111.4)
;; WHEN: Thu Feb 22 09:55:37 2007
;; MSG SIZE rcvd: 53 |