You can install fixes
on top of your existing installation of IBM® Text Search for Db2 for z/OS®.
Before you begin
Attention: Before you install a fix, read the
attached release notes to determine the prerequisites or migration
procedures that apply to the fix.
Procedure
To install fixes on top of your current installation
of a text search server:
- Change the directory to the USER_INSTALL_DIR directory
of your current installation of the text search server.
- Stop the text search server by running the shutdown script.
Option |
Description |
On Linux® or Linux on IBM Z®, enter the following command: |
bin/shutdown.sh |
On Windows, enter the following
command from a command prompt: |
bin\shutdown |
To open a command prompt window, click Start -> Run,
enter ‘cmd'
, and click OK. The command prompt
window opens. Change to a directory other than USER_INSTALL_DIR.
- Copy the installation executable file to the directory
that you specified.
Make sure that the
ibmts_response.txt file resides in this directory. The
following table shows the names of the installation executable files.
Table 1. Names of the installation executable files for IBM Text Search for Db2 for z/OS
Server |
Installation executable files |
64-bit Linux |
TS_fix<version>linux64.bin |
zLinux |
TS_fix<version>zlinux.bin |
64-bit Windows |
TS_fix<version>win64.exe |
- Copy the license directory to the same directory as the
installation executable file.
- Modify the ibmts_response.txt file
by using a text editor, such as VI for Linux and
zLinux, or Microsoft Notepad
for Windows.
Example
of a partial response file:
# The following parameters are required when upgrading
# IBM Text Search for DB2 for z/OS:
#
# LICENSE_ACCEPTED=true
# USER_INSTALL_DIR
# IA_ECMTS_SERVER_PORT=9000
# IA_TOKEN=
The value for the IA_ECMTS_SERVER_PORT
parameter must be the same port number that you specified for your
existing text search server. For the IA_TOKEN parameter, remove the
default value of defaulttokenstr
.
- Start the installation of the fix by entering one of the
following commands.
Option |
Description |
On 64-bit Linux,
enter the following command: |
TS_fix<version>linux64.bin
-i silent -f ibmts_response.txt
|
On Linux on IBM Z, enter the following command: |
TS_fix<version>zlinux.bin
-i silent -f ibmts_response.txt
|
On 64-bit Windows,
enter the following command from a command prompt: |
TS_fix<version>win64.exe
-i silent -f ibmts_response.txt
|