Upgrading from 11.1 to 11.3

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

arndtw
Posts: 10
Joined: Mon Aug 20, 2007 3:05 am
Location: Emsdetten, Germany

Upgrading from 11.1 to 11.3

Postby arndtw » Tue Mar 11, 2008 11:25 am

Hello,
i´ve bin using Scalix for a while.

It is installed in a debian (Etch) VM on my XEN Box. Now i deciced to upgrade from 11.1 to 11.3. (because of Outlook 2007 support.)

The following steps worked for me, but i seem to have server Version 11.3 but Webacess and platform reply version 11.1.

What went wrong? How can i solve?

I downloaded the bin from http://downloads.scalix.com/.community/ ... -intel.bin

and extracted the archive

In the scalix-server dir of the files i did a

for f in scalix-*.deb; do echo $f":"; dpkg -i $f; echo ""; done

The i ran:

dbpwd=geheim
ldappwd=geheim
tomcatport=80
ldomain=$(hostname -d)
host=$(hostname)
fqdn=$(hostname -f)
short=${host:0:1}${host: -1:1}

base=/var/opt/scalix/${short}
files="$base/webmail/swa.properties \
$base/caa/scalix.res/config/ubermanager.properties \
$base/res/config/res.properties \
$base/platform/platform.properties \
$base/mobile/mobile.properties \
$base/sis/sis.properties"

for file in $files; do
sed -e "s;%LOCALDOMAIN%;$ldomain;g" \
-e "s;%LOCALHOST%;$fqdn;g" \
-e "s;%IMAPHOST%;$fqdn;g" \
-e "s;%SMTPHOST%;$fqdn;g" \
-e "s;%DBHOST%;$fqdn:5733;g" \
-e "s;%DBPASSWD%;$dbpwd;g" \
-e "s;%LDAPPORT%;389;g" \
-e "s;http://%PLATFORMURL%:8080/api;http://$fqdn/api;g" \
-e "s;%PLATFORMURL%;http://$fqdn/api;g" \
-e "s;swa.platform.enabled=false;swa.platform.enabled=true;g" \
-e "s;__SECURED_MODE__;false;g" \
-e "s;ubermanager/__FQHN_HOST__@__KERBEROS_REALM__;;g" \
-e "s;__KERBEROS_REALM__;;g" \
-e "s;__FQHN_FOR_KDC_HOST__;;g" \
-e "s;__FQHN_QUERY_SERVER_NAME__;$fqdn;g" \
-e "s;__UBERMGR_USE_EXTERNAL_AUTH__;false;g" \
-e "s;__UBERMGR_ALLOW_EXTERNAL_AUTH__;false;g" \
-e "s;__UBERMGR_MAXLIST_SIZE__;100;g" \
-e "s;__UBERMGR_MAIL_DOMAINS_LIST__;$ldomain;g" \
-e "s;__UBERMGR_EXTERNAL_DOMAIN_AUTH_LIST__;;g" \
-e "s;__CONFIGURED__;true;g" \
-e "s;__FQHN_FOR_UBERMANAGER__;$fqdn;g" \
-e "s;__TOMCAT_PORT__;$tomcatport;g" \
-e "s;localhost;$fqdn;g" \
-e "s;%SIS-LANGUAGE%;German;g" \
-e "s;%INDEX-WHITELIST%;$fqdn;g" \
-e "s;%SEARCH-WHITELIST%;$fqdn;g" \
$file > $file.neu
mv $file.neu $file
done

if [ ! -e ${base}/caa/scalix.res/config/psdata ]; then
echo "$ldappwd" > ${base}/caa/scalix.res/config/psdata
chown root:root ${base}/caa/scalix.res/config/psdata
chmod 400 ${base}/caa/scalix.res/config/psdata
fi


Despite the wrong version, all other things seem to be working.


Here is the output from help/about from the webaccess window:

Version 11.1.0.51
Platform Version 11.1.0.50
Server Version 11.3.0.11339

Wolfgang Arndt

Return to “Installation”



Who is online

Users browsing this forum: No registered users and 1 guest

cron