G.Install and Tivoli Directory Integrator 7.1.1 fp3
In this step, we will install TDI 7.1.1 and apply fp3.
G.1.Install Tivoli Directory Integrator 7.1.1
Software needed for this step:
IBM Tivoli Directory Integrator Identity Edition V7.1.1 for Linux - x86-64, Multilingual (CZUF3ML )
IBM Tivoli Directory Integrator Identity Edition V7.1.1 for Linux - x86-64, Multilingual (CZUF3ML ) (I used /opt/install/ic55/tdi)
-
as root Run ./install_tdiv711_linux_x86_64.bin from /opt/install/tdi/linux_x86_64
NOTE: If you have not already configured the ssh system to send the display to your laptop, use appendix A to do that.
-
-
-
-
-
-
-
-
-
-
-
-
Uncheck Start Configuration Editor
G.2.Install fixpack 3
Software needed for this step:
TDI 7.1.1 - fixpack 3: http://www-01.ibm.com/support/docview.wss?uid=swg27010509
Download and extract FP3 on the server. (I extracted to /opt/install/ic55/tdi/fp3)
-
The zip file you download extracts to a folder (7.1.1-TIV-TDI-FP0003) that contains a zip file (TDI-7.1.1-FP0003.zip) and 3 other files. It's this TDI-7.1.1-FP0003.zip we will point to in the next step.
-
Run ./applyUpdates.sh -update /opt/install/ic55/tdi/fp3/7.1.1-TIV-TDI-FP0003/TDI-7.1.1-FP0003.zip from the from /opt/IBM/TDI/V7.1.1/bin/ directory
-
After the fix pack is installed, verify the Tivoli Directory Integrator fix pack version installed on your system by running
/opt/IBM/TDI/V7.1.1/bin/applyUpdates.sh -queryreg
You should get the following results
Information from .registry file in: /opt/IBM/TDI/V7.1.1
Edition: Identity
Level: 7.1.1.3
License: None
Fixes Applied
=-=-=-=-=-=-=
TDI-7.1.1-FP0003(7.1.1.0)
Components Installed
=-=-=-=-=-=-=-=-=-=
BASE
SERVER
-TDI-7.1.1-FP0003
CE
-TDI-7.1.1-FP0003
JAVADOCS
-TDI-7.1.1-FP0003
EXAMPLES
EMBEDDED WEB PLATFORM
AMC
Deferred: false
G.3.Configure TDI -
Copy the db2jcc.jar and db2jcc_license_cu.jar files from the java subdirectory of the directory where you installed DB2 (/opt/IBM/db2/V10.5/java) to the jvm/jre/lib/ext subdirectory of Tivoli Directory Integrator. (/opt/IBM/TDI/V7.1.1/jvm/jre/lib/ext)
-
Increase the runtime memory for TDI
-
Edit /opt/IBM/TDI/V7.1.1/ibmdisrv
-
At the bottom of the file look for
"$TDI_JAVA_PROGRAM" $TDI_MIXEDMODE_FLAG -cp "$TDI_HOME_DIR/IDILoader.jar" "$LOG_4J" com.ibm.di.loader.ServerLauncher "$@" &
change this to
"$TDI_JAVA_PROGRAM" -Xms256M -Xmx1024M $TDI_MIXEDMODE_FLAG -cp "$TDI_HOME_DIR/IDILoader.jar" "$LOG_4J" com.ibm.di.loader.ServerLauncher "$@" &
-
Save and close the file
NOTE: If you have not exported the display to run a gui on your local machine, use appendix A to do that now.
-
Copy the Wizards directory from the IBM Connections installation media (interim fix: 5.5.0.0-IC-D1-DBwizard-LO87408-AIX-Lin) to the system where Tivoli Directory Integrator is installed. Everything is on the same machine for my enviornment, so the Wizard directory is in /opt/install/ic55/ic55/Wizards/
-
Run ./populateWizard.sh from /opt/install/ic55/ic55/Wizards/
-
-
-
-
-
-
-
-
-
Share with your friends: |