Installation guide
Alcatel-Lucent OmniTouch UC R5.1 Technical Release Notes R5.1.000.586
Technical Communication 1109
Copyright © 2007-2009 by Alcatel-Lucent. All rights reserved
Edition 7 – Page 30
2.3.5.1 Specific operations to do when migrating from R3.0.7
Please read carefully and apply the following workaround:
In the case of a 3.0.7 to 5.1 migration and only in this case, the 5.1 backup tool does not save the
PostgresSQL data.
As a workaround, once the R5.1 backup tool is installed on the 3.0.7 system, edit
the file “/opt/ALCHTS/Backup/configuration.xml” and replace HTS_HOME with ECC_HOME in
the PostgreSql component section as shown below in red :
...
<component>
<name>PostgreSql</name>
<home_dir>%ECC_HOME%</home_dir>
<type_save>5</type_save>
<service_name>postgresql</service_name>
<dir_component_save>Application_Server</dir_component_save>
<dir_db>/var/lib/pgsql/backups</dir_db>
<Objet_to_save>HTS</Objet_to_save>
<Objet_to_save>template1</Objet_to_save>
<old_dir>Application_Server</old_dir>
</component>
...
This workaround should be applied ONLY on a 3.0.7 system.
2.3.5.2 If OXEs were handled by IP addresses and not by FQDN in previous version
If the OXE’s are not managed in the DNS, before restoration of database, it is highly
recommended to modify on your OTUC servers the /etc/hosts file with :
@IP + names + FQDN of all your OXEs
2.3.5.3 Caution : migrationTool.sh script : additional information
As indicated In the installation documentation, chapter 7(migration), paragraph 7.5.3,
when migrating from R4.1 the system must include the Java Runtime Environment
(JRE) version 1.5.
If this JRE has not been installed previously, you may perform any of the following:
o Launch the script, specifying JRE 1.5 as specific parameter
o Or, before launching the migrationTool on the Application server primary, create
the following link:
ln -s /opt/Alcatel/Integrity_Tool/jre1_5 /opt/Alcatel/Backup/jre1.5