| 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.
|  | | 
07-12-2010, 06:09 AM
| | | Migrate Zimbra Server to VMware Hi,
i want to migrate our Zimbra-Server (OSS 6.0.1), from physical to VMWare ESXi 4.0 via VMWare Converter.
Have anyone do this before?? 
Does it work?
Are there any special thinks i have to know?
bye
Dennis | 
07-12-2010, 08:47 AM
| | | We ended up rebuilding the box... We tried both the Vizioncore vConverter and the VMWare P2V tools. If you are migrating a small box, it may work for you, but we had to migrate a few hundred gigs of data.
Ultimately, the procedures outlined here: Ajcody-Migration-Notes - Zimbra :: Wiki
were what we used to move over to our box. Configure the new Zimbra box the way you want it, install the same version of Zimbra, rsync everything over, and then test! It's not nearly as easy as doing P2V, but it does give you a chance to set up the partitions and disks the way you want before all the data gets laid down. | 
07-12-2010, 09:20 AM
| | Partner (VAR/HSP) | |
Posts: 186
| | If your current OSS Installation is running on either Red Hat / CentOS or Ubuntu Server you can use the free VMware Converter Standalone to migrate your machine to a VM: http://www.vmware.com/products/converter/
We've done this a couple of times without any issues. Other Linux versions might work too. But this hasn't been tested by us yet. | 
07-13-2010, 04:53 AM
| | | It doesn't work Hi @ all,
i converted my physical Zimbra-Server (with VMWare Converter),
then i have to change Networkinterface from eth0 to eth2, solong all work.
But then i have to change the IP-Address, (from 192.168.1.160 to 192.168.198.242) for the DMZ.
I do this in /etc/network/interfaces and /etc/hosts. 
Now the Zimbra don't work, the zmmailboxdctl is not running.
Any Ideas??
Dennis
P.S. I m not a LinuxFreak, only the poor guy should make it work. | 
07-13-2010, 07:12 AM
| | | Did you update your DNS so that your Zimbra host-name resolves out to the new IP address that you assigned? | 
07-13-2010, 07:50 AM
| | Partner (VAR/HSP) | |
Posts: 186
| | What Linux Distribution is your Zimbra running on?
Depending on that you need to delete /etc/udev/rules.d/70-persistent-net.rules (Ubuntu) or /etc/udev/rules.d/60-net.rules (RedHat, CentOS) and reboot. This will bring back your eth0 Interface. The renaming is caused by udev since your new VM has new (virtual) network cards with new MAC Addresses assigned.
Also make sure you don't have any wrong entries in /etc/hosts pointing your hostname to old IP- Adresses. | 
07-14-2010, 02:14 AM
| | | It doesn't work @soxfan:
i dont update the DNS, how can i do this?
but if i update it my old Server wont work anymore, right?
because the old one, have to work until the new VMWare Zimbra is functionally, updated and tested. can i have 2 Servers active at the same time with the same Hostname?
@FritzBrause: its running on Ubuntu 8.04. now my network is on eth0, thanks.
the /etc/hosts is edited: Code: 127.0.0.1 localhost
192.168.198.242 zimbra.oasy.de zimbra
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts and this are my interfaces: Code: # This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.198.242
netmask 255.255.255.0
network 192.168.198.0
broadcast 192.168.198.255
gateway 192.168.198.254
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.198.254
dns-search oasy.de Ping works.
But nslookup on 192.168.198.242 show this: Code: root@zimbra:~# nslookup zimbra.oasy.de
Server: 192.168.1.200
Address: 192.168.1.200#53
Name: zimbra.oasy.de
Address: 192.168.1.160
root@zimbra:~# nslookup 192.168.198.242
Server: 192.168.1.200
Address: 192.168.1.200#53
242.198.168.192.in-addr.arpa name = zimbraoasy.oasy.de. :confused: hostname: zimbra
hostname --fqdn: zimbra.oasy.de
any more ideas?
i think i have a DNS Problem.  | 
07-14-2010, 02:43 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,313
| | Quote:
Originally Posted by Oasy the /etc/hosts is edited: Code: 127.0.0.1 localhost
192.168.198.242 zimbra.oasy.de zimbra
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts | Your hosts file is incorrect, the following line should look like this (not as you have it in the hosts file): Code: 127.0.0.1 localhost.localdomain localhost Quote:
Originally Posted by Oasy i think i have a DNS Problem.  | You do indeed and you can't have two hosts on the LAN at the same time with the same hostname, you need to have a different hostname and valid DNS A & MX records pointing at each server.
Why are you trying to run two servers at the same time?
__________________
Regards
Bill
| 
07-14-2010, 04:46 AM
| | | Quote:
Originally Posted by phoenix Your hosts file is incorrect, the following line should look like this (not as you have it in the hosts file): Code: 127.0.0.1 localhost.localdomain localhost | On the old Server it works so. So i think i dont change it. Quote:
Originally Posted by phoenix You do indeed and you can't have two hosts on the LAN at the same time with the same hostname, you need to have a different hostname and valid DNS A & MX records pointing at each server.
Why are you trying to run two servers at the same time? | I trying this, because i have to be sure of the functionally, before i can shutdown the old one.
@FritzBause:
/var/log/zimbra.log Code: Jul 14 12:51:24 zimbra zmmailboxdmgr[1495]: assuming no other instance is running
Jul 14 12:51:24 zimbra zmmailboxdmgr[1495]: file /opt/zimbra/log/zmmailboxd.pid does not exist
Jul 14 12:51:24 zimbra zmmailboxdmgr[1495]: assuming no other instance is running
Jul 14 12:51:24 zimbra zmmailboxdmgr[1495]: no manager process is running
Jul 14 12:51:31 zimbra zimbramon[1584]: 1584:info: Starting services initiated by zmcontrol
Jul 14 12:51:31 zimbra slapd[1622]: @(#) $OpenLDAP: slapd 2.4.17 (Aug 2 2009 17:05:22) $ ^Iroot@build25.lab.zimbra.com:/home/build/p4/main/ThirdParty/openldap/openldap-2.4.17.8z/servers/slapd
Jul 14 12:51:32 zimbra slapd[1623]: slapd starting
Jul 14 12:51:40 zimbra zimbramon[1584]: 1584:info: Rewriting configs antispam amavis antivirus amavis webxml mailbox amavis antispam antivirus mta sasl
Jul 14 12:52:04 zimbra zimbramon[1584]: 1584:info: Starting logger via zmcontrol
Jul 14 12:52:05 zimbra zimbramon[1584]: 1584:info: Starting mailbox via zmcontrol
Jul 14 12:52:06 zimbra zmmailboxdmgr[3232]: status requested
Jul 14 12:52:06 zimbra zmmailboxdmgr[3232]: stale pid 13909 found in /opt/zimbra/log/zmmailboxd_manager.pid: No such process
Jul 14 12:52:06 zimbra zmmailboxdmgr[3232]: assuming no other instance is running
Jul 14 12:52:06 zimbra zmmailboxdmgr[3232]: file /opt/zimbra/log/zmmailboxd.pid does not exist
Jul 14 12:52:06 zimbra zmmailboxdmgr[3232]: assuming no other instance is running
Jul 14 12:52:06 zimbra zmmailboxdmgr[3232]: no manager process is running
Jul 14 12:52:07 zimbra zimbramon[3257]: 3257:info: zmmtaconfig: zmmtaconfig started on zimbra.oasy.de with loglevel=3 pid=3257
Jul 14 12:52:45 zimbra zmmailboxdmgr[5628]: status requested
Jul 14 12:52:45 zimbra zmmailboxdmgr[5628]: stale pid 13909 found in /opt/zimbra/log/zmmailboxd_manager.pid: No such process
Jul 14 12:52:45 zimbra zmmailboxdmgr[5628]: assuming no other instance is running
Jul 14 12:52:45 zimbra zmmailboxdmgr[5628]: file /opt/zimbra/log/zmmailboxd.pid does not exist
Jul 14 12:52:45 zimbra zmmailboxdmgr[5628]: assuming no other instance is running
Jul 14 12:52:45 zimbra zmmailboxdmgr[5628]: no manager process is running
Jul 14 12:52:46 zimbra zmmailboxdmgr[5635]: start requested
Jul 14 12:52:46 zimbra zmmailboxdmgr[5635]: checking if another instance of manager is already running
Jul 14 12:52:46 zimbra zmmailboxdmgr[5635]: stale pid 13909 found in /opt/zimbra/log/zmmailboxd_manager.pid: No such process
Jul 14 12:52:46 zimbra zmmailboxdmgr[5635]: assuming no other instance is running
Jul 14 12:52:46 zimbra zmmailboxdmgr[5635]: file /opt/zimbra/log/zmmailboxd.pid does not exist
Jul 14 12:52:46 zimbra zmmailboxdmgr[5635]: assuming no other instance is running
Jul 14 12:52:46 zimbra zmmailboxdmgr[5636]: wrote manager pid 5636 to /opt/zimbra/log/zmmailboxd_manager.pid
Jul 14 12:52:46 zimbra zmmailboxdmgr[5637]: wrote java pid 5637 to /opt/zimbra/log/zmmailboxd_java.pid
Jul 14 12:52:46 zimbra zmmailboxdmgr[5636]: manager started mailboxd/JVM with pid 5637
Jul 14 12:52:46 zimbra zimbramon[1584]: 1584:info: Starting antispam via zmcontrol
Jul 14 12:52:47 zimbra amavis[5660]: starting. /opt/zimbra/amavisd/sbin/amavisd at zimbra.oasy.de amavisd-new-2.6.4 (20090625), Unicode aware, LC_ALL="C", LANG="C"
Jul 14 12:52:47 zimbra amavis[5660]: user=1001, EUID: 1001 (1001); group=, EGID: 1001 1002 1001 5 4(1001 1002 1001 5 4)
Jul 14 12:52:47 zimbra amavis[5660]: Perl version 5.008008
Jul 14 12:52:49 zimbra amavis[5660]: SpamControl: init_pre_chroot on SpamAssassin done
Jul 14 12:52:49 zimbra amavis[5674]: Net::Server: Process Backgrounded
Jul 14 12:52:49 zimbra amavis[5674]: Net::Server: 2010/07/14-12:52:49 Amavis (type Net::Server::PreForkSimple) starting! pid(5674)
Jul 14 12:52:49 zimbra amavis[5674]: Net::Server: Binding to UNIX socket file /opt/zimbra/data/amavisd/amavisd.sock using SOCK_STREAM
Jul 14 12:52:49 zimbra amavis[5674]: Net::Server: Binding to TCP port 10024 on host 127.0.0.1
Jul 14 12:52:49 zimbra amavis[5674]: Net::Server: Group Not Defined. Defaulting to EGID '1001 1002 1001 5 4'
Jul 14 12:52:49 zimbra amavis[5674]: Net::Server: User Not Defined. Defaulting to EUID '1001'
Jul 14 12:52:49 zimbra amavis[5674]: Module Amavis::Conf 2.207
Jul 14 12:52:49 zimbra amavis[5674]: Module Archive::Zip 1.30
Jul 14 12:52:49 zimbra amavis[5674]: Module Compress::Zlib 1.42
Jul 14 12:52:49 zimbra amavis[5674]: Module Convert::TNEF 0.17
Jul 14 12:52:49 zimbra amavis[5674]: Module Convert::UUlib 1.12
Jul 14 12:52:49 zimbra amavis[5674]: Module Crypt::OpenSSL::RSA 0.25
Jul 14 12:52:49 zimbra amavis[5674]: Module DBD::mysql 4.012
Jul 14 12:52:49 zimbra amavis[5674]: Module DBI 1.609
Jul 14 12:52:49 zimbra amavis[5674]: Module DB_File 1.82
Jul 14 12:52:49 zimbra amavis[5674]: Module Digest::MD5 2.36
Jul 14 12:52:49 zimbra amavis[5674]: Module Digest::SHA 5.47
Jul 14 12:52:49 zimbra amavis[5674]: Module Digest::SHA1 2.12
Jul 14 12:52:49 zimbra amavis[5674]: Module IO::Socket::INET6 2.56
Jul 14 12:52:49 zimbra amavis[5674]: Module MIME::Entity 5.427
Jul 14 12:52:49 zimbra amavis[5674]: Module MIME::Parser 5.427
Jul 14 12:52:49 zimbra amavis[5674]: Module MIME::Tools 5.427
Jul 14 12:52:49 zimbra amavis[5674]: Module Mail::DKIM::Signer 0.36
Jul 14 12:52:49 zimbra amavis[5674]: Module Mail::DKIM::Verifier 0.36
Jul 14 12:52:49 zimbra amavis[5674]: Module Mail::Header 2.04
Jul 14 12:52:49 zimbra amavis[5674]: Module Mail::Internet 2.04
Jul 14 12:52:49 zimbra amavis[5674]: Module Mail::SpamAssassin 3.002005
Jul 14 12:52:49 zimbra amavis[5674]: Module Net::DNS 0.65
Jul 14 12:52:49 zimbra amavis[5674]: Module Net::LDAP 0.39
Jul 14 12:52:49 zimbra amavis[5674]: Module Net::Server 0.97
Jul 14 12:52:49 zimbra amavis[5674]: Module Socket6 0.23
Jul 14 12:52:49 zimbra amavis[5674]: Module Time::HiRes 1.9719
Jul 14 12:52:49 zimbra amavis[5674]: Module URI 1.38
Jul 14 12:52:49 zimbra amavis[5674]: Module Unix::Syslog 1.1
Jul 14 12:52:49 zimbra amavis[5674]: Amavis::DB code NOT loaded
Jul 14 12:52:49 zimbra amavis[5674]: Amavis::Cache code NOT loaded
Jul 14 12:52:49 zimbra amavis[5674]: SQL base code NOT loaded
Jul 14 12:52:49 zimbra amavis[5674]: SQL::Log code NOT loaded
Jul 14 12:52:49 zimbra amavis[5674]: SQL::Quarantine NOT loaded
Jul 14 12:52:49 zimbra amavis[5674]: Lookup::SQL code NOT loaded
Jul 14 12:52:49 zimbra amavis[5674]: Lookup::LDAP code loaded
Jul 14 12:52:49 zimbra amavis[5674]: AM.PDP-in proto code loaded
Jul 14 12:52:49 zimbra amavis[5674]: SMTP-in proto code loaded
Jul 14 12:52:49 zimbra amavis[5674]: Courier proto code NOT loaded
Jul 14 12:52:49 zimbra amavis[5674]: SMTP-out proto code loaded
Jul 14 12:52:49 zimbra amavis[5674]: Pipe-out proto code NOT loaded
Jul 14 12:52:49 zimbra amavis[5674]: BSMTP-out proto code NOT loaded
Jul 14 12:52:49 zimbra amavis[5674]: Local-out proto code loaded
Jul 14 12:52:49 zimbra amavis[5674]: OS_Fingerprint code NOT loaded
Jul 14 12:52:49 zimbra amavis[5674]: ANTI-VIRUS code loaded
Jul 14 12:52:49 zimbra amavis[5674]: ANTI-SPAM code loaded
Jul 14 12:52:49 zimbra amavis[5674]: ANTI-SPAM-EXT code NOT loaded
Jul 14 12:52:49 zimbra amavis[5674]: ANTI-SPAM-C code NOT loaded
Jul 14 12:52:49 zimbra amavis[5674]: ANTI-SPAM-SA code loaded
Jul 14 12:52:49 zimbra amavis[5674]: Unpackers code loaded
Jul 14 12:52:49 zimbra amavis[5674]: DKIM code loaded
Jul 14 12:52:49 zimbra amavis[5674]: Tools code NOT loaded
Jul 14 12:52:49 zimbra amavis[5674]: Found $file at /usr/bin/file
Jul 14 12:52:49 zimbra amavis[5674]: No $altermime, not using it
Jul 14 12:52:49 zimbra amavis[5674]: Internal decoder for .mail
Jul 14 12:52:49 zimbra amavis[5674]: Internal decoder for .asc
Jul 14 12:52:49 zimbra amavis[5674]: Internal decoder for .uue
Jul 14 12:52:49 zimbra amavis[5674]: Internal decoder for .hqx
Jul 14 12:52:49 zimbra amavis[5674]: Internal decoder for .ync
Jul 14 12:52:49 zimbra amavis[5674]: No decoder for .F tried: unfreeze, freeze -d, melt, fcat
Jul 14 12:52:49 zimbra amavis[5674]: Found decoder for .Z at /bin/uncompress
Jul 14 12:52:49 zimbra amavis[5674]: Found decoder for .gz at /bin/gzip -d
Jul 14 12:52:49 zimbra amavis[5674]: Found decoder for .bz2 at /bin/bzip2 -d
Jul 14 12:52:49 zimbra amavis[5674]: No decoder for .lzo tried: lzop -d
Jul 14 12:52:49 zimbra amavis[5674]: No decoder for .rpm tried: rpm2cpio.pl, rpm2cpio
Jul 14 12:52:49 zimbra amavis[5674]: Found decoder for .cpio at /bin/cpio
Jul 14 12:52:49 zimbra amavis[5674]: Found decoder for .tar at /bin/cpio
Jul 14 12:52:49 zimbra amavis[5674]: No decoder for .deb tried: ar
Jul 14 12:52:49 zimbra amavis[5674]: Internal decoder for .zip
Jul 14 12:52:49 zimbra amavis[5674]: No decoder for .7z tried: 7zr, 7za, 7z
Jul 14 12:52:49 zimbra amavis[5674]: No decoder for .rar tried: rar, unrar
Jul 14 12:52:49 zimbra amavis[5674]: No decoder for .arj tried: arj, unarj
Jul 14 12:52:49 zimbra amavis[5674]: No decoder for .arc tried: nomarch, arc
Jul 14 12:52:49 zimbra amavis[5674]: No decoder for .zoo tried: zoo, unzoo
Jul 14 12:52:49 zimbra amavis[5674]: No decoder for .lha tried: lha
Jul 14 12:52:49 zimbra amavis[5674]: No decoder for .cab tried: cabextract
Jul 14 12:52:49 zimbra amavis[5674]: No decoder for .tnef tried: tnef
Jul 14 12:52:49 zimbra amavis[5674]: Internal decoder for .tnef
Jul 14 12:52:49 zimbra amavis[5674]: No decoder for .exe tried: rar, unrar; lha; arj, unarj
Jul 14 12:52:49 zimbra amavis[5674]: Using primary internal av scanner code for ClamAV-clamd
Jul 14 12:52:49 zimbra amavis[5674]: initializing Mail::SpamAssassin
Jul 14 12:52:50 zimbra zimbramon[1584]: 1584:info: Starting antivirus via zmcontrol
Jul 14 12:52:50 zimbra zmmailboxdmgr[5636]: manager woke up from wait on mailboxd/JVM with pid 5637
Jul 14 12:52:50 zimbra zmmailboxdmgr[5706]: wrote java pid 5706 to /opt/zimbra/log/zmmailboxd_java.pid
Jul 14 12:52:50 zimbra zmmailboxdmgr[5636]: manager started mailboxd/JVM with pid 5706
Jul 14 12:52:53 zimbra clamd[5721]: clamd daemon 0.95.2-broken-compiler (OS: linux-gnu, ARCH: i386, CPU: i686)
Jul 14 12:52:53 zimbra clamd[5721]: Log file size limited to 20971520 bytes.
Jul 14 12:52:53 zimbra zmmailboxdmgr[5636]: manager woke up from wait on mailboxd/JVM with pid 5706
Jul 14 12:52:53 zimbra zmmailboxdmgr[5636]: mailboxd/JVM exited twice in 3 seconds (tolerance=60)
Jul 14 12:52:54 zimbra clamd[5721]: Reading databases from /opt/zimbra/data/clamav/db
Jul 14 12:52:54 zimbra clamd[5721]: Not loading PUA signatures.
Jul 14 12:52:54 zimbra amavis[5674]: SpamControl: init_pre_fork on SpamAssassin done
Jul 14 12:53:02 zimbra clamd[5721]: Loaded 1351639 signatures.
Jul 14 12:53:02 zimbra clamd[5721]: TCP: Bound to port 3310
Jul 14 12:53:02 zimbra clamd[5721]: TCP: Setting connection queue length to 15
Jul 14 12:53:02 zimbra clamd[5735]: Limits: Global size limit set to 51200000 bytes.
Jul 14 12:53:02 zimbra clamd[5735]: Limits: File size limit set to 51200000 bytes.
Jul 14 12:53:02 zimbra clamd[5735]: Limits: Recursion level limit set to 16.
Jul 14 12:53:02 zimbra clamd[5735]: Limits: Files limit set to 10000.
Jul 14 12:53:02 zimbra clamd[5735]: Archive support enabled.
Jul 14 12:53:02 zimbra clamd[5735]: Archive: Blocking encrypted archives.
Jul 14 12:53:02 zimbra clamd[5735]: Algorithmic detection enabled.
Jul 14 12:53:02 zimbra clamd[5735]: Portable Executable support enabled.
Jul 14 12:53:02 zimbra clamd[5735]: ELF support enabled.
Jul 14 12:53:02 zimbra clamd[5735]: Mail files support enabled.
Jul 14 12:53:02 zimbra clamd[5735]: OLE2 support enabled.
Jul 14 12:53:02 zimbra clamd[5735]: PDF support enabled.
Jul 14 12:53:02 zimbra clamd[5735]: HTML support enabled.
Jul 14 12:53:02 zimbra clamd[5735]: Self checking every 600 seconds.
Jul 14 12:53:05 zimbra zimbramon[1584]: 1584:info: Starting snmp via zmcontrol
Jul 14 12:53:05 zimbra zimbramon[1584]: 1584:info: Starting spell via zmcontrol
Jul 14 12:53:06 zimbra zimbramon[1584]: 1584:info: Starting mta via zmcontrol
Jul 14 12:53:32 zimbra postfix/postfix-script[6939]: warning: not owned by root: /opt/zimbra/data/postfix/spool
Jul 14 12:53:32 zimbra postfix/postfix-script[6947]: warning: not owned by root: /opt/zimbra/postfix-2.6.2.2z/conf/main.cf
Jul 14 12:53:32 zimbra postfix/postfix-script[6948]: warning: not owned by root: /opt/zimbra/postfix-2.6.2.2z/conf/master.cf
Jul 14 12:53:32 zimbra postfix/postfix-script[6949]: warning: not owned by root: /opt/zimbra/postfix-2.6.2.2z/conf/master.cf.in
Jul 14 12:53:32 zimbra postfix/postfix-script[6952]: warning: not owned by postfix: /opt/zimbra/data/postfix/./spool/pid/unix.defer
Jul 14 12:53:32 zimbra postfix/postfix-script[6953]: warning: not owned by postfix: /opt/zimbra/data/postfix/./spool/pid/unix.bounce
Jul 14 12:53:32 zimbra postfix/postfix-script[6954]: warning: not owned by postfix: /opt/zimbra/data/postfix/./spool/pid/inet.127.0.0.1:10025
Jul 14 12:53:32 zimbra postfix/postfix-script[6955]: warning: not owned by postfix: /opt/zimbra/data/postfix/./spool/pid/unix.cleanup
Jul 14 12:53:32 zimbra postfix/postfix-script[6956]: warning: not owned by postfix: /opt/zimbra/data/postfix/./spool/pid/unix.showq
Jul 14 12:53:32 zimbra postfix/postfix-script[6957]: warning: not owned by postfix: /opt/zimbra/data/postfix/./spool/pid/master.pid
Jul 14 12:53:32 zimbra postfix/postfix-script[6958]: warning: not owned by postfix: /opt/zimbra/data/postfix/./spool/pid/unix.smtp-amavis
Jul 14 12:53:32 zimbra postfix/postfix-script[6959]: warning: not owned by postfix: /opt/zimbra/data/postfix/./spool/pid/unix.trace
Jul 14 12:53:32 zimbra postfix/postfix-script[6960]: warning: not owned by postfix: /opt/zimbra/data/postfix/./spool/pid/unix.lmtp
Jul 14 12:53:32 zimbra postfix/postfix-script[6961]: warning: not owned by postfix: /opt/zimbra/data/postfix/./spool/pid/inet.smtp
Jul 14 12:53:32 zimbra postfix/postfix-script[6962]: warning: not owned by postfix: /opt/zimbra/data/postfix/./spool/pid/unix.error
Jul 14 12:53:32 zimbra postfix/postfix-script[6963]: warning: not owned by postfix: /opt/zimbra/data/postfix/./spool/pid/unix.retry
Jul 14 12:53:32 zimbra postfix/postfix-script[6964]: warning: not owned by postfix: /opt/zimbra/data/postfix/./spool/pid/unix.smtp
Jul 14 12:53:32 zimbra postfix/postfix-script[6965]: warning: not owned by postfix: /opt/zimbra/data/postfix/./spool/pid/inet.submission
Jul 14 12:53:32 zimbra postfix/postfix-script[6977]: starting the Postfix mail system
Jul 14 12:53:32 zimbra postfix/master[6978]: daemon started -- version 2.6.2, configuration /opt/zimbra/postfix-2.6.2.2z/conf
Jul 14 12:53:32 zimbra saslauthd[6986]: detach_tty : master pid is: 6986
Jul 14 12:53:32 zimbra saslauthd[6986]: ipc_init : listening on socket: /opt/zimbra/cyrus-sasl-2.1.23.3z/state/mux
Jul 14 12:53:32 zimbra zimbramon[1584]: 1584:info: Starting stats via zmcontrol
Jul 14 12:53:59 zimbra zmmailboxdmgr[8568]: status requested
Jul 14 12:53:59 zimbra zmmailboxdmgr[8568]: stale pid 5636 found in /opt/zimbra/log/zmmailboxd_manager.pid: No such process
Jul 14 12:53:59 zimbra zmmailboxdmgr[8568]: assuming no other instance is running
Jul 14 12:53:59 zimbra zmmailboxdmgr[8568]: file /opt/zimbra/log/zmmailboxd.pid does not exist
Jul 14 12:53:59 zimbra zmmailboxdmgr[8568]: assuming no other instance is running
Jul 14 12:53:59 zimbra zmmailboxdmgr[8568]: no manager process is running
Jul 14 12:53:59 zimbra zmmailboxdmgr[8628]: status requested
Jul 14 12:53:59 zimbra zmmailboxdmgr[8628]: stale pid 5636 found in /opt/zimbra/log/zmmailboxd_manager.pid: No such process
Jul 14 12:53:59 zimbra zmmailboxdmgr[8628]: assuming no other instance is running
Jul 14 12:53:59 zimbra zmmailboxdmgr[8628]: file /opt/zimbra/log/zmmailboxd.pid does not exist
Jul 14 12:53:59 zimbra zmmailboxdmgr[8628]: assuming no other instance is running
Jul 14 12:53:59 zimbra zmmailboxdmgr[8628]: no manager process is running
Jul 14 12:54:06 zimbra zmmailboxdmgr[9090]: status requested
Jul 14 12:54:06 zimbra zmmailboxdmgr[9090]: stale pid 5636 found in /opt/zimbra/log/zmmailboxd_manager.pid: No such process
Jul 14 12:54:06 zimbra zmmailboxdmgr[9090]: assuming no other instance is running
Jul 14 12:54:06 zimbra zmmailboxdmgr[9090]: file /opt/zimbra/log/zmmailboxd.pid does not exist
Jul 14 12:54:06 zimbra zmmailboxdmgr[9090]: assuming no other instance is running
Jul 14 12:54:06 zimbra zmmailboxdmgr[9090]: no manager process is running
Jul 14 12:54:24 zimbra sshd[9183]: Accepted password for root from 192.168.1.192 port 52708 ssh2
Jul 14 12:55:21 zimbra zmmailboxdmgr[10187]: status requested
Jul 14 12:55:21 zimbra zmmailboxdmgr[10187]: stale pid 5636 found in /opt/zimbra/log/zmmailboxd_manager.pid: No such process
Jul 14 12:55:21 zimbra zmmailboxdmgr[10187]: assuming no other instance is running
Jul 14 12:55:21 zimbra zmmailboxdmgr[10187]: file /opt/zimbra/log/zmmailboxd.pid does not exist
Jul 14 12:55:21 zimbra zmmailboxdmgr[10187]: assuming no other instance is running
Jul 14 12:55:21 zimbra zmmailboxdmgr[10187]: no manager process is running
Jul 14 12:55:22 zimbra zmmailboxdmgr[10246]: status requested
Jul 14 12:55:22 zimbra zmmailboxdmgr[10246]: stale pid 5636 found in /opt/zimbra/log/zmmailboxd_manager.pid: No such process
Jul 14 12:55:22 zimbra zmmailboxdmgr[10246]: assuming no other instance is running
Jul 14 12:55:22 zimbra zmmailboxdmgr[10246]: file /opt/zimbra/log/zmmailboxd.pid does not exist
Jul 14 12:55:22 zimbra zmmailboxdmgr[10246]: assuming no other instance is running
Jul 14 12:55:22 zimbra zmmailboxdmgr[10246]: no manager process is running
Last edited by Oasy; 07-14-2010 at 04:50 AM..
Reason: double-post
| 
07-14-2010, 04:54 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,313
| | Quote:
Originally Posted by Oasy On the old Server it works so. So i think i dont change it. | You really should, you may end up with problems but if you're happy to wait for it to go wrong that's fine with me. Quote:
Originally Posted by Oasy I trying this, because i have to be sure of the functionally, before i can shutdown the old one. | Well, as I said, you can't do it this way without making hostname & DNS changes.
__________________
Regards
Bill
| | 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.  |