
Originally Posted by
rrojas
I've purchased 3 new servers and i want to migrate this services to this machines (1 mta , 1 activ e store 1 backup store).
Please define backup store? Are you going to create a script or something to copy the store? In that case, why not backup the most critical things like ldap, etc.
What's the best method to do this? It's possible upgrade from 32 Bits OS and Zimbra package to 64 Bites OS and Zimbra??? If not, how can i do?? Install 32 Bits OS in the new machines and then migrate?
This really depends on the distro. We currently only support RHEL64.
If you use that, then the migration should be relatively simple.
The software needs to be upgraded, but all the data will remain the same.
Basically, backup your /opt/zimbra
Install RHEL64 on your new machine
Install RHEL64-ZCS on your new 64bit machine. None of the settings will matter, but install it anyway.
Code:
su - zimbra
zmcontrol stop
su - root
rm -rf /opt/zimbra
rsync -avr /old/zimbra /opt
chown -R zimbra:zimbra /opt/zimbra*
cd /opt/zimbra/libexec
./zmfixperms
cd /64-bit/install/zcs
./isntall.sh -s
You MUST, MUST, MUST install your current version of ZCS. For example, if you're running 4.0, then you will need to install the 4.0 64 bit on your server. Now isn't the time to upgrade zcs. You should do that later.
Good luck, and if you need anything, just hollar.
john