Upgrade/Migration ZCA 8.0.4 to ZCS 8.0.6

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
cavj1
Advanced member
Advanced member
Posts: 63
Joined: Sat Sep 13, 2014 2:09 am

Upgrade/Migration ZCA 8.0.4 to ZCS 8.0.6

Post by cavj1 »

Just finished this past weekend. A couple of things I ran into that I wanted to put out there in case other do too.
My first hiccup was with the License check. For some reason my content filter on my firewall was blocking the check. After resolving that Zimbra support gave me a command to check if I can hit the license server.
su - zimbra

zmlicense --ping
It should reply OK.
It might be a good idea to check this first. Save the headache of troubleshooting after the fact.
The next hiccup was pax was not installed. When it did the checks for required applications this came up. Support was kind of surprised but said it was required for 8.0.6 to run properly.
apt-get install pax
That did the trick. After that the rest was smooth sailing.
I am probably over cautious but I ran both a zimbra backup as well as a full backup using my sporty PHD Virtual backup software before going ahead with the install.
hi-ko
Posts: 7
Joined: Sat Sep 13, 2014 2:57 am

Upgrade/Migration ZCA 8.0.4 to ZCS 8.0.6

Post by hi-ko »

I did the same but went into another trap:

The installation/upgrade scripts deletes all vmware VAMI artefacts. So if you download the install packages in the common dir like /opt/vmware-installer/packages the migration will fail in an unusable state because the install scripts deletes /opt/vmware-installer/ during execution. We don't miss the files but it's worse to mention :-/
Packages the installer was complaining:

apt-get install pax sysstat sqlite3
User avatar
pup_seba
Outstanding Member
Outstanding Member
Posts: 687
Joined: Sat Sep 13, 2014 2:43 am
Location: Tarragona - Spain
Contact:

Upgrade/Migration ZCA 8.0.4 to ZCS 8.0.6

Post by pup_seba »

Hi,
Sorry to shot this question in this thread, but did you ever try to restore a PHD backup to see if that worked? Do you stop your Zimbra services before making the backup with the PHD software?
I ask this because snapshots taken by backup software usually don't work with linux machines running mysql instances and although everything seems to run smooth, when restoring the backup is highgly likely to have problems starting up your mysql server as for inconsistencies.
Just wondering if you had experience with that and if it is possitive or you ran into problems?
Regards,

Sebas
hi-ko
Posts: 7
Joined: Sat Sep 13, 2014 2:57 am

Upgrade/Migration ZCA 8.0.4 to ZCS 8.0.6

Post by hi-ko »

Hi Sebas,

you should ask this question the PHD guys and the question is vmware generic. We use online snapshot copies which works consistent without any problems as long your vmtools are installed correctly. If you don't trust the vmtools to halt the filesystem for the snapshot you could script this manually using db scripts and LVM snapshots. But again - we have our own backup mechanisms based on snapshot copies which works perfectly fine over years as long your vmtools are up'n running and support filesystem quiesce. Maybe you need to reinstall/recompile the vmtools correctly to support this?
cavj1
Advanced member
Advanced member
Posts: 63
Joined: Sat Sep 13, 2014 2:09 am

Upgrade/Migration ZCA 8.0.4 to ZCS 8.0.6

Post by cavj1 »

I'm unsure why you are re-installing the VAMI tools. I always thought that that was for VMWare appliances. My understanding is once you upgrade to 8.0.6 it becomes Network Edition build on top of Ubuntu 10.04 LTS as if you had built the server from scratch in that manner. No longer being an appliance.
I'm not sure if the upgrade leaves to ensures the VMWare tools are installed but:
/etc/init.d/vmware-tools status
Comes back saying vmtoolsd is running.
Post Reply