
Technical Notes |
|
This technical note provides detailed steps to migrate Verastream Host Integrator to version 7.0 in a Linux/UNIX environment. The upgrade process includes backing up files, removing the existing installation, installing version 7.0, migrating the existing configurations and host application models, and migrating Web Builder projects.
Use the following procedure to upgrade Verastream Host Integrator (version 6.5 or 6.6) to version 7.0 on a Linux, Solaris, or AIX system. Note: If you are using Java web service or web application projects generated in Web Builder, see also Web Project Migration.
cat /etc/vhi/installdir.txtNote: In this document, substitute <vhi> or /usr/vhi with the output from the above command (your version 6.x installation directory).
| Location in Left Navigation Tree |
Default Value |
| Security > Profiles > Administrator > Actual Group |
***** NONE ***** |
| Security > Profiles > Developer > Actual Group |
***** NONE ***** |
| Security > Profiles > User > Actual Group |
***** NONE ***** |
| Security > Domains |
Security is unchecked |
| Security > Servers |
Security is unchecked |
| Directory Services > LdapAuthentication |
Enabled is unchecked |
| Servers > [server name] > Server Configuration > Server Properties |
Model Debug Messages Directory is <vhi>/etc/reports |
| Servers > [server name] > Server Configuration > Logging Options |
Log Storage Directory is <vhi>/etc/logs/server |
mkdir /tmp/vhi6cp -r /usr/vhi/deploy /tmp/vhi6cp -r /usr/vhi/etc /tmp/vhi6Note: If you are using a non-default Model Debug Messages Directory or Log Storage Directory (from step 3 above), version 7.0 will continue to use your custom location (after completing step 8 below).
cp -r /usr/vhi/securehost /tmp/vhi6sh install.sh -cleanWhen prompted to confirm (Remove existing Verastream Host Integrator installation?), enter yes.
Note: The install.sh file was provided with version 6.6 and earlier (in the downloaded product .tar file or root of the product CD). Use the tar xvf command to unpack the original .tar file. If the install.sh file is not available, you can manually stop the services and delete the old directories:
/usr/vhi/bin/atstart -stop allrm -fr /usr/vhirm -rf /etc/vhiImportant: Make a note of the administrative password you create during the installation process. Blank administrative credentials are no longer supported.
In the remainder of this document, substitute /opt/attachmate/verastream with your version 7.0 installation directory (basepath).
/opt/attachmate/verastream/hostintegrator/bin/atstart -stop allNote: In a multiple-server installation environment (for failover or load distribution), stop services on all servers.
cp -r /tmp/vhi6/deploy /opt/attachmate/verastream/hostintegratorcp /tmp/vhi6/etc/sesssrvr.config /opt/attachmate/verastream/hostintegrator/etccp -r /tmp/vhi6/etc/reports /opt/attachmate/verastream/hostintegrator/etccp -r /tmp/vhi6/etc/logs/server /opt/attachmate/verastream/hostintegrator/etc/logsNote: AADS logs are no longer used. Beginning in version 7.0, AADS is replaced by the Management Server component.
cp -r /tmp/vhi6/securehost /opt/attachmate/verastream/hostintegrator/opt/attachmate/verastream/hostintegrator/bin/atstart -start allNote: In a multiple-server installation environment, complete steps 1 through 8 before starting services on each server.
Note: In version 7.0, the Administrative Console application runs on Windows only. This component can be installed from the Windows Server Kit or Development Kit. Administrative Console replaces the browser-based Administrative WebStation in previous versions.
| Configuration Item |
Location in Administrative Console |
| Local groups for security profile authentication |
Management > Directories > Properties > Enable OS Groups |
| LDAP directory for security profile authentication |
Management > Directories > Add Directory |
| Administrator security profile |
Management > Authorization > Administrator > Add Members |
| Developer security profile |
Management > Authorization > Developer > Add Members |
| User security profile |
Management > Authorization > User > Add Members |
| Session server security |
Host Integrator > Session Server Explorer > Servers > [server name] > Properties > General > Security > Enable Security |
The Server Kit version 7.0 for Linux/UNIX no longer includes Apache Tomcat and Axis. If you previously generated a Java web service project (or Java web application project) with Web Builder and deployed it to your Linux/UNIX system, choose one of the following alternatives:
-OR-