===========================================
This readme includes the following sections:
I. System requirements
II. Required files
III. Issues addressed and performance improvements
IV. Implementation
V. Technical details
This interim fix is cumulative of IBM Global Name Management fixes and was built for the following platforms:
You must have one of the listed InfoSphere Global Name Management versions installed prior to applying this fix.
Platform | Product Version |
---|---|
ALL | Version 6.0.0.0 |
The following file list reflect the GNM changes for GNM_6.0.0.0.iFix001. Changed files for each of the operating systems are listed:
Platform | Directory | Files |
---|---|---|
AIX | /bin |
|
compare |
||
npp |
||
searcher |
||
/data |
||
gnv.ibm |
||
/lib |
libanalytics.so |
|
libscoring.so |
||
/sdk/<PLATFORM>/bin |
||
compare |
||
npp |
||
searcher |
||
/sdk/<PLATFORM>/lib |
||
libanalytics.so |
||
libscoring.so |
||
/sdk/samples/java |
||
analysis.config |
||
search.config |
Platform | Directory | Files |
---|---|---|
Linux | /bin |
|
searcher |
||
/data |
||
gnv.ibm |
||
/lib |
libanalytics.so |
|
libscoring.so |
||
/sdk/<PLATFORM>/bin |
||
searcher |
||
/sdk/<PLATFORM>/lib |
||
libanalytics.so |
||
libscoring.so |
||
/sdk/samples/java |
||
analysis.config |
||
search.config |
Platform | Directory | Files |
---|---|---|
Windows | \bin |
|
analytics.dll |
||
scoring.dll |
||
searcher.exe |
||
\data |
||
gnv.ibm |
||
\sdk\<PLATFORM>\bin |
||
analytics.dll |
||
scoring.dll |
||
searcher.exe |
||
\sdk\samples\java |
||
analysis.config |
||
search.config |
<GNM_ROOT>
is the directory where you installed InfoSphere Global Name Management.
<ENS_ROOT>
is the directory where you installed InfoSphere Global Name Management Enterprise Name Search.
<FIX_ROOT>
is the root directory of the fix.
<PLATFORM>
is the platform / operating system of the installation.
Extract the gnm_6.0.0.0_ifix001_<platform>.<archive>
file into a separate directory on your hard drive.
Back up the following directories based on the platform on which you are installing the fix:
Platform | Files and Directories to Backup |
---|---|
AIX, Linux | <GNM_ROOT>/bin , <GNM_ROOT>/data , <GNM_ROOT>/lib , <GNM_ROOT>/sdk/<PLATFORM>/bin , <GNM_ROOT>/sdk/<PLATFORM>/lib , <GNM_ROOT>/samples/java |
Windows | <GNM_ROOT>\bin , <GNM_ROOT>\data , <GNM_ROOT>\sdk\<PLATFORM>\bin , <GNM_ROOT>\samples\java |
Run <GNM_ROOT>/stopGNR.sh
, or on Windows run <GNM_ROOT>/stopGNR.bat
.
On all platforms, copy the files from <FIX_ROOT>/data
into the <GNM_ROOT>/data
directory, and also <ENS_ROOT>/data
if ENS is installed.
On all platforms, copy the files from <FIX_ROOT>/sdk/samples/java
into the <GNM_ROOT>/sdk/samples/java
directory.
On all platforms, copy the files from the <FIX_ROOT>/sdk/<PLATFORM>/bin
directory into the <GNM_ROOT>/bin
and <GNM_ROOT>/sdk/<PLATFORM>/bin
directories, and also <ENS_ROOT>/bin
if ENS is installed.
On Linux and AIX, copy the files from the <FIX_ROOT>/sdk/<PLATFORM>/lib
directory into the <GNM_ROOT>/lib
and <GNM_ROOT>/sdk/<PLATFORM>/lib
directories, and also <ENS_ROOT>/lib
if ENS is installed.
Copy the file <FIX_ROOT>/gnm_6.0.0.1_ifix001_version.txt
into the <GNM_ROOT>/version
directory. If the <GNM_ROOT>/version
directory does not exist, create it.
Run <GNM_ROOT>/startGNR.sh
, or on Windows run <GNM_ROOT>/startGNR.bat
.
======================================================
END OF FILE