Koozali.org: home of the SME Server

SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9

SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
« 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!

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
« Reply #1 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

Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
« Reply #2 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...?

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
« Reply #3 on: June 05, 2014, 09:59:57 AM »
post the putput of
Code: [Select]
config show | grep -i zarafa

Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
« Reply #4 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

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
« Reply #5 on: June 05, 2014, 10:05:21 AM »
Code: [Select]
config setprop zarafa-indexer status disabled

Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
« Reply #6 on: June 05, 2014, 05:02:56 PM »
What does that command exactly?

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
« Reply #7 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

Offline frifri

  • *
  • 108
  • +0/-0
Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
« Reply #8 on: June 06, 2014, 07:38:10 AM »

Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
« Reply #9 on: June 06, 2014, 11:13:03 AM »
Thanks! But before execute that script, i must first install the RPM's?

Offline frifri

  • *
  • 108
  • +0/-0
Re: SME Server 8.1 + Zarafa 7.0.13 update to Zarafa 7.1.9
« Reply #10 on: June 06, 2014, 11:13:41 AM »
Ofcourse !