Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
  #1 (permalink)  
Old 03-28-2008, 07:25 AM
rrust rrust is offline
Junior Member
 
Join Date: Jan 2008
Posts: 7
rrust is on a distinguished road
Default Upgraded from zcs-4.5.2 OSS to 5.0.4 Network - No issues!

We purchased the network version almost 6 months ago. I put off the upgrade due to v5 coming out. I was very nervous about upgrading after seeing people talk about having to dump ldap/mysql and reimporting. I didn't have to do any of that, here is how I upgraded ours. Ours started having problems around 2pm yesterday, a hard drive in the raid was failing and some DNS issues(I think). We had a new asus 1u RS162-E4 w/ 4 gb corsair, dual quad core 5335's, 4 500gb seagate server satas. I plugged in a ext usb hd and did the following on old server.

fdisk -l to list the usb hard drive
fdisk /dev/sdc1

delete any old partitions, and created a new one (primary), w to write and save out.

mkfs.ext3 /dev/sdc1 (formats partition on usb hd ext3)
mkdir /migration
mount /dev/sdc1 /migration
su zimbra
zmcontrol stop
exit (back to root user)
rsync -avr /opt/zimbra /migration

3 hours for 81gb of data on 241 accounts

while it was doing that, We installed centos 4.6, took basic server install, disabled firewall/selinux. We set up the onboard raid using enhanced mirror which is raid 1,0 i think. Centos sees all 4 drives as one partition, took defaults on partitioning. rebooted, did yum update, etc. Unplugged usb hd and plugged it into new server.

fidsk -l to see where to mount
mkdir migration
mount /dev/sdb1 /migration
screen rsync -avr /migration/zimbra /opt (i screened it off to do other stuff)
fix ip, hosts, turn off sendmail

get ready to install zimbra
yum install compat-libstdc++-296
mv /opt/zimbra /opt/zimbra_ori
installed using -s option (no config)
rm -rf /opt/zimbra
mv /opt/zimbra_ori /opt/zimbra
/opt/zimbra/libexec/zmfixperms
install zcs-4.5.2_GA_699
made sure everything is back to normal and working

upgrade to zcs-4.5.11_GA_1751.RHEL4
./install.sh --platform-override (since we are using centos)

yum install libtool-libs
upgrade to zcs-5.0.4_GA_2101.RHEL4.20080321155827
./install.sh --platform-override

upgrade to zcs-NETWORK-5.0.4_GA_2101.RHEL4
./install.sh --platform-override (come on zimbra, centos aint that bad!! -lol)
use web admin to install lic file in proper place.

the next day out of 241 accounts, had 3-4 calls mostly about new features.

I used this as my main guide
http://www.zimbra.com/blog/archives/...er_server.html

Thanks Zimbra!

only 1 minor issue, for some reason zimbra will not auto start at bootup, have to su zimbra and zmcontrol start...any ideas?
Reply With Quote
  #2 (permalink)  
Old 03-28-2008, 07:31 AM
uxbod's Avatar
uxbod uxbod is offline
Moderator
 
Join Date: Nov 2006
Location: Northampton, UK
ZCS Version: Release 5.0.7_GA_2450.RHEL5_20080630192737 CentOS5 NETWORK edition (Unsupported OS)
Posts: 1,335
uxbod is on a distinguished road
Send a message via MSN to uxbod
Default

Code:
chkconfig --list | grep -i zimbra
if all set to off then :-

Code:
chkconfig --level 2345 zimbra on
__________________
Server | CentOS 5.1 | Dual Opteron 250 | Tyan K8W Mobo | 6GB RAM | 3WARE 9550-SX4 | 4 x Samsung 200GB SATA II |
Zimbra | Release Release 5.0.7_GA_2450.RHEL5_20080630192737 NETWORK edition running on Xen 3.2 CentOS 5.2 i386 VM |
Network | Cisco 877 Router - Cisco ASA 5505 FW - Cisco 1131AP |
Reply With Quote
  #3 (permalink)  
Old 03-28-2008, 07:34 AM
Klug's Avatar
Klug Klug is offline
Moderator
 
Join Date: Mar 2006
Location: Beaucaire, France
ZCS Version: Several 4.5.x & 5.0.x (NE and OSS) on RedHat for HSP & customers
Posts: 1,313
Klug is on a distinguished road
Send a message via MSN to Klug Send a message via Skype™ to Klug
Default

Too bad you're using an unsupported OS 8-§
Reply With Quote
  #4 (permalink)  
Old 03-28-2008, 07:43 AM
rrust rrust is offline
Junior Member
 
Join Date: Jan 2008
Posts: 7
rrust is on a distinguished road
Default

was already 2345'd. I changed it and did it back again, still no love.

and as to centos, maybe next upgrade, we'll try ubuntu 8.4 LTS (?)
Reply With Quote
  #5 (permalink)  
Old 03-28-2008, 07:49 AM
uxbod's Avatar
uxbod uxbod is offline
Moderator
 
Join Date: Nov 2006
Location: Northampton, UK
ZCS Version: Release 5.0.7_GA_2450.RHEL5_20080630192737 CentOS5 NETWORK edition (Unsupported OS)
Posts: 1,335
uxbod is on a distinguished road
Send a message via MSN to uxbod
Default

as long as its here http://www.zimbra.com/products/downloads.html
__________________
Server | CentOS 5.1 | Dual Opteron 250 | Tyan K8W Mobo | 6GB RAM | 3WARE 9550-SX4 | 4 x Samsung 200GB SATA II |
Zimbra | Release Release 5.0.7_GA_2450.RHEL5_20080630192737 NETWORK edition running on Xen 3.2 CentOS 5.2 i386 VM |
Network | Cisco 877 Router - Cisco ASA 5505 FW - Cisco 1131AP |
Reply With Quote
  #6 (permalink)  
Old 03-31-2008, 03:24 PM
dwill's Avatar
dwill dwill is offline
Senior Member
 
Join Date: Aug 2006
Posts: 52
dwill is on a distinguished road
Default

Quote:
Originally Posted by rrust View Post
maybe next upgrade, we'll try ubuntu 8.4 LTS (?)
It regretted doing our recent migration to 6.06 knowing that they will come out with a new supported version soon - but we were in need of an upgrade..
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble Sending mail - All Messages deferred! SiteDiscovery Administrators 4 05-19-2008 11:28 AM
[SOLVED] Upgrade from 4.5.6 CE to 4.5.7 CE: stats service shown as stopped centrex Installation 41 10-29-2007 02:36 PM
Installing ZCS 4.5.2 Open Source over 4.5.1 Network Edition fredano Installation 2 03-02-2007 08:29 AM
OSS vs. Network - Different situation dwill Developers 19 09-02-2006 12:23 AM
ZCS 3.2 Beta Available KevinH Announcements 31 07-07-2006 03:46 PM


freshmeat.net sourceforge.net The best Java IDE



 

Search Engine Optimization by vBSEO 3.0.0