Sun Java System Directory Server Enterprise Edition 6.3.1 Release Notes

ProcedureTo Upgrade Shared Components Using Patches

Before You Begin

Before upgrading Directory Server Enterprise Edition to 6.3.1 using native packages, you must upgrade the shared components. On Solaris and Red Hat systems you must be root, on Windows systems, you must be Administrator to perform this procedure.

Using patches, you can upgrade shared components on Solaris, Linux, and Windows. On Linux, to install patches you must use installpatch. The installpatch script is delivered with the patch.

Select the platform as per your requirements and install all the patches specified for that platform. If newer patch revisions become available, use the newer ones instead of those shown in the table.

Description 

Solaris 10 SPARC and Solaris 9 SPARC  

Solaris 10 x86, AMD x64 and Solaris 9 x86  

Linux 

International Components for Unicode (ICU)  

119810-05 (Solaris 10) 114677-15 (Solaris 9) 

119811-05 (Solaris 10) 114678-15 (Solaris 9) 

126368-04 

Sun Java Web Console (SJWC)  

125952-05 (Solaris 10) 125950-05 (Solaris 9) 

125953-05 (Solaris 10) 125951-05 (Solaris 9) 

125954-05 

Network Security Services/Netscape Portable Runtime/Java Security Services (NSS/NSPR/JSS)  

Refer to the table below for complete patch information.  

Refer to the table below for complete patch information.  

121656-17 

Java Dynamic ManagementTM Kit Runtime

119044-03 

119044-03 

119046-03 

Common Agent Container Runtime  

123893-04 

123896-04 

123899-03 

Sun Java Monitoring Framework (MFWK)  

125444-11 

125446-11 (Solaris 10 64-bit and Solaris 10 32-bit) 125445-11 (Solaris 10 32-bit and Solaris 9 32-bit) 

125447-11 

Sun LDAP C SDK 6.0 

136798–01 

136799–01 (Solaris 9 x86) 136800–01 (Solaris 10 x86 and AMD64) 

139535–01 

Choose the right NSS/NSPR/JSS patch for your system by getting the package version of SUNWpr and SUNtls on your system.


# pkginfo -l SUNWpr | grep VERSION
# pkginfo -l SUNWtls | grep VERSION    

Then choose the right patch series from the table below.

Solaris 

Package Version  

Network Security Services/Netscape Portable Runtime/Java Security Services (NSS/NSPR/JSS) patch  

Solaris 9 SPARC  

SUNWpr: VERSION=4.1.2,REV=2002.09.03.00.17 

SUNWtls: VERSION=3.3.2,REV=2002.09.18.12.49 

119211-17 

Solaris 9 x86  

SUNWpr: VERSION=4.1.3,REV=2003.01.09.13.59 

SUNWtls: VERSION=3.3.3,REV=2003.01.09.17.07 

119212-17 

Solaris 10 SPARC  

SUNWpr: VERSION=4.5.1,REV=2004.11.05.02.30  

SUNWtls: VERSION=3.9.5,REV=2005.01.14.17.27 

119213-17 

Solaris 10 x86  

SUNWpr: VERSION=4.5.1,REV=2004.11.05.03.44  

SUNWtls: VERSION=3.9.5,REV=2005.01.14.19.03 

119214-17 

Solaris 9 SPARC and Solaris 10 SPARC  

SUNWpr: VERSION=4.6.4,REV=2006.11.16.20.40 

SUNWtls: VERSION=3.11.4,REV=2006.11.16.20.40 

125358-06 

Solaris 9 x86 and Solaris 10 x86  

SUNWpr: VERSION=4.6.4,REV=2006.11.16.21.41 

SUNWtls: VERSION=3.11.4,REV=2006.11.16.21.41 

125359-06 

The following table lists the Shared Components patches for Windows platform.

Description 

Windows 

Windows Installer Patch  

126910-02 

Sun Java Web Console (SJWC)  

125955-05 

Network Security Services/Netscape Portable Runtime/Java Security Services (NSS/NSPR/JSS)  

125923-06 

Common Agent Container Runtime  

126183-07 

Sun Java Monitoring Framework (MFWK)  

125449-09 

Before upgrading Directory Server Enterprise Edition 6.0, 6.1, 6.2, or 6.3 to 6.3.1, you need to upgrade the shared components.

  1. Shut down any processes using the shared components.

  2. If applicable, shut down the shared components.

  3. Obtain the latest upgrade patches as shown in the tables above.

    For more information on how to obtain the patches, see Getting the Software.

  4. Apply the appropriate patches for the shared components.

    Read the README.patchID file for detailed patch installation procedures.

  5. Verify that the patch upgrades were successful.

    Read the README.patchID file for verification procedure.

  6. If applicable, restart the shared components.

  7. To Upgrade the Common Agent Container shared component on Windows, run the following commands in the same order as listed below:


    # cacaoadm prepare-uninstall
    # 126183-04.exe
    # cacao-install-path\share\cacao_2\configure.bat
    # cacao-install-path\share\cacao_2\bin\cacaoadm rebuild-dependencies
    
  8. If your installation uses Identity Synchronization for Windows and you have applied the latest NSS patch 3.12 on your system, set symbolic links to the new libraries delivered in NSS patch 3.12, as shown in the following example. The default value of the SERVER_ROOT path name is /var/mps/serverroot.


    $ cd /var/mps/serverroot/lib
    $ ln -s /usr/lib/mps/secv1/libnssdbm3.so libnssdbm3.so
    $ ln -s /usr/lib/mps/secv1/libnssutil3.so libnssutil3.so
    $ ln -s /usr/lib/mps/secv1/libsqlite3.so libsqlite3.so
    
    $ cd /var/mps/serverroot/lib/sparcv9
    $ ln -s /usr/lib/mps/secv1/sparcv9/libnssdbm3.so libnssdbm3.so
    $ ln -s /usr/lib/mps/secv1/sparcv9/libnssutil3.so libnssutil3.so
    $ ln -s /usr/lib/mps/secv1/sparcv9/libsqlite3.so libsqlite3.so