------ README ------ Date: January 31, 2022 Fix: 8.0.7.0-ISS-JAVA-FP000 Component: ========== Java 8 SR7 FP00 JDK update for Security Directory Server 6.4 Note : ====== For Security Directory Server V6.4: In the following instructions, is the directory where Security Directory Server 6.4 is installed. This directory is: - On AIX and Solaris systems: /opt/IBM/ldap/V6.4 - On Linux systems: /opt/ibm/ldap/V6.4 - On Windows systems default location: C:\Program Files\IBM\LDAP\V6.4 Installation: ============= 1. Download the JDK archive to a directory with adequate free space. Platform Space Required Subdirectory Created ---------------- -------------- --------------------------------- AIX 286 MB 8.0.7.0-ISS-JAVA-AIX-FP000.tar Linux (IA32) 201 MB 8.0.7.0-ISS-JAVA-Linux32-FP000.tar Linux (x86-64) 231 MB 8.0.7.0-ISS-JAVA-LinuxX64-FP000.tar Linux i/p 285 MB 8.0.7.0-ISS-JAVA-Linuxip-FP000.tar Linux i/p LE 243 MB 8.0.7.0-ISS-JAVA-LinuxipLE-FP000.tar Linux s390 226 MB 8.0.7.0-ISS-JAVA-Linuxz-FP000.tar Solaris (SPARC) 239 MB 8.0.7.0-ISS-JAVA-SolarisSparc-FP000.tar Solaris (x86-64) 249 MB 8.0.7.0-ISS-JAVA-SolarisX64-FP000.tar Windows (32 bit) 198 MB 8.0.7.0-ISS-JAVA-Win32-FP000.zip Windows (x86-64) 244 MB 8.0.7.0-ISS-JAVA-WinX64-FP000.zip 2. Stop all Security Directory Server Java processes such as idsxinst, idsxcfg, etc., running from java folder within product install location. Programs and libraries cannot be replaced while they are in use. 3. Install using the appropriate steps for your operating system: - BACKUP the java folder in install location by move / renaming the same. - e.g. For AIX / Solaris / Linux: cd mv java java_old - e.g. For Windows: cd ren java java_old - COPY the downloaded JDK archive (tar / zip) file into folder. - EXTRACT the JDK archive (tar / zip) file inside folder. - e.g. For AIX / Linux / Solaris: cd tar -xf - e.g.: For Windows unzip the downloaded zip file (mentioned in step 1.) inside folder. Post-installation considerations: ================================= For SDS 6.4: ------------ None. Checking the version: ===================== To check the version of the JDK: - On AIX / Solaris / Linux systems: cd /java/jre/bin ./java -version - On Windows systems: cd \java\jre\bin .\java -version Uninstalling / Reverting the JDK update: ======================================== 1. Stop all Security Directory Server Java processes such as idsxinst, idsxcfg, etc., running from java folder within product install location. Programs and libraries cannot be deleted while they are in use. 2. Rename /java directory, Also rename /java_old folder to be /java folder. - e.g. For AIX / Solaris / Linux: cd mv java java_notused mv java_old java - e.g. For Windows: cd ren java java_notused ren java_old java ------ README ------