Koozali.org: home of the SME Server

Obsolete Releases => SME 8.x Contribs => Topic started by: GerbenKwakkel on June 05, 2014, 09:31:04 AM

Title: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
Post by: GerbenKwakkel on June 05, 2014, 09:31:04 AM
Hello,

In my environment runs a SME Server 8.1 with Zarafa 7.0.13. In this Zarafa version i discovered a few small bugs... Now i want to update to the latest stable Zarafa version (7.1.9).
Unfortunately, i can't find a completely tutorial or guide how to update Zarafa on my SME Server 8.1.

Can anyone here help me with this?

Thanks!
Title: Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
Post by: Stefano on June 05, 2014, 09:51:33 AM
Hi

if there are no changes in configuration files (i.e. new variables/parameters), you'd only download the new rpms into your server and then
Code: [Select]
yum localinstall *.rpm

I suggest you to test it before on a test/virtual machine
Title: Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
Post by: GerbenKwakkel on June 05, 2014, 09:54:05 AM
Yes thats works but the Zarafa-Indexer is replaced by the Zarafa-Search.

How can i remove the Zarafa-Indexer from the startup in SME, because when SME starts it's try to start the Zarafa-Indexer...?
Title: Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
Post by: Stefano on June 05, 2014, 09:59:57 AM
post the putput of
Code: [Select]
config show | grep -i zarafa
Title: Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
Post by: GerbenKwakkel on June 05, 2014, 10:02:21 AM
The output:

Code: [Select]
[root@test-sme8-zarafa ~]# config show | grep -i zarafa
DialupUserAccount=test-sme8-zarafa
SystemName=test-sme8-zarafa
    ServerName=test-sme8-zarafa
zarafa=service
zarafa-dagent=service
zarafa-gateway=service
zarafa-ical=service
zarafa-icals=service
zarafa-imap=service
zarafa-imaps=service
zarafa-indexer=service
zarafa-licensed=service
zarafa-monitor=service
zarafa-pop3=service
zarafa-pop3s=service
zarafa-server=service
    enable_hosted_zarafa=false
zarafa-spooler=service
zarafa-ssl=service
Title: Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
Post by: Stefano on June 05, 2014, 10:05:21 AM
Code: [Select]
config setprop zarafa-indexer status disabled
Title: Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
Post by: GerbenKwakkel on June 05, 2014, 05:02:56 PM
What does that command exactly?
Title: Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
Post by: Stefano on June 05, 2014, 08:17:27 PM
it should be self explanatory enough

it set as disabled zarafa indexer service and so zarafa-indexer service will not start on reboot..

please take some time to read the manual, the documentation and this page:
http://wiki.contribs.org/Db_command_tutorial
Title: Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
Post by: frifri on June 06, 2014, 07:38:10 AM
Here are my instructions :

http://wiki.contribs.org/Talk:Zarafa_on_SME8#UPGRADESCRIPT

F.
Title: Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
Post by: GerbenKwakkel on June 06, 2014, 11:13:03 AM
Thanks! But before execute that script, i must first install the RPM's?
Title: Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
Post by: frifri on June 06, 2014, 11:13:41 AM
Ofcourse !