Skip Headers
Oracle® Content Database Installation Guide
10g Release 1 (10.2.0.0.0) for HP-UX PA-RISC (64-Bit)

Part Number B31416-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

F Software Requirements

This appendix provides information about software requirements for HP-UX. It contains the following topics:

F.1 Software Requirements for HP-UX

Check that the software listed in Table F-1 is installed on the system. The procedure that follows the table describes how to ensure the correct software is installed on the system.


Note:

Oracle Content DB 10g Release 1 (10.2.0.0.0) is certified with the following Operating System specific software. For the most current list of supported Operating System specific software, for example JDK version, Operating System version, check OracleMetaLink (http://metalink.oracle.com).

Table F-1 Software Requirements for HP-UX PA RISC 11i Systems

Item Requirement

Operating System

HP-UX 11i (11.11 or 11.23) PA-RISC or higher

Quality Pack for 11.11

June 2003 Quality Pack GoldQPK11i

Patches for 11.11 (or higher versions)

  • BUNDLE11i B.11.23.0409.3 Required Patch Bundle for HP-UX 11i v2 (B.11.23), September 2004

  • PHKL_29198 s700_800 11.11 Psets Enablement Patch; top(1)

  • PHSS_28871 s700_800 11.11 ld(1) and linker tools cumulative patch

  • PHSS_28880 s700_800 11.11 HP aC++ -AA runtime libraries (aCC A.03.50)

  • PHCO_29960 s700_800 11.11 Pthread enhancement and fixes

The following patches are required by JDK 1.4.2.05 or higher. JDK 1.4.2.05 is installed with this release. Refer to the HP Support site for a list of all JDK patches.

  • PHKL_25842 s700_800 11.11 Thread Abort syscall

  • PHKL_25993 s700_800 11.11 thread nostop for NFS, rlimit, Ufalloc fix

  • PHKL_25994 s700_800 11.11 detach;NOSTOP,Abrt,Psets;slpq1;FSS;getlwp

  • PHKL_25995 s700_800 11.11 ufalloc;VxFS3.5;SPP fragmentation;AIO;EVP

  • PHKL_26468 s700_800 11.11 vPar, callout, abstime, shared sync perf

  • PHKL_28489 s700_800 11.11 copyin EFAULT, LDCD access type

  • PHNE_29887 s700_800 11.11 cumulative ARPA Transport patch

The following patches are required if ANSI C and C++ are installed on the system:

  • PHSS_26792 s700_800 11.X ANSI C compiler B.11.11.04 cumulative patch

  • PHSS_26793 s700_800 11.X +O4/PBO Compiler B.11.11.04 cumulative patch

  • PHSS_31849 : s700_800 11.23 linker + fdp cumulative patch

  • PHSS_31852 : s700_800 11.23 aC++ Runtime (IA: A.06.05, PA: A.03.65)

  • PHSS_32511 : s700_800 11.23 HP aC++ Compiler (A.03.63)

  • PHSS_32512 : s700_800 11.23 ANSI C compiler B.11.11.12 cumulative patch

  • PHSS_32513 : s700_800 11.23 +O4/PBO Compiler B.11.11.12 cumulative patch

Following patch is required if ServiceGuard is installed on the system:

  • PHSS_32740 : s700_800 11.23 Serviceguard A.11.16.00

Package

Motif 2.1 Development Environment (X11MotifDevKit.MOTIF21-PRG) B.11.11.01

Note: This package is not required if you create the symbolic links described in step 5 of the next section.


To ensure that the system meets these requirements, follow these steps:

  1. To determine which version of HP-UX is installed, enter the following command:

    # uname -a
    HP-UX hostname B.11.11 U 9000/800 109444686 unlimited-user license
    
    

    In this example, the version of HP-UX 11i is 11.11.

  2. To determine whether the Quality Pack is installed, enter the following command:

    # /usr/sbin/swlist | grep QPK
    
    

    If the quality pack is not installed, download it from the following Web site and install it:

    http://www.software.hp.com/SUPPORT_PLUS/qpk.html
    
    
  3. To determine whether a bundle or product is installed, enter the following command:

    # /usr/sbin/swlist -l product | more
    
    

    If a required product is not installed, you must install it. See your operating system or software documentation for information on installing products.

  4. To determine whether a patch is installed, enter a command similar to the following:

    # /usr/sbin/swlist -l patch | grep PHKL_29198
    
    

    Alternatively, to list all installed patches, enter the following command:

    # /usr/sbin/swlist -l patch | more
    
    

    If a required patch is not installed, download it from the following URL and install it:

    http://itresourcecenter.hp.com
    
    
  5. If the Motif package listed in Table F-1 is not installed on the computer, create the following symbolic links:

    1. Log in as root.

    2. Change to the /usr/lib directory:

      # cd /usr/lib
      
      
    3. Create the required links:

      # ln -s libX11.3 libX11.sl
      # ln -s libXIE.2 libXIE.sl
      # ln -s libXext.3 libXext.sl
      # ln -s libXhp11.3 libXhp11.sl
      # ln -s libXi.3 libXi.sl
      # ln -s libXm.4 libXm.sl
      # ln -s libXp.2 libXp.sl
      # ln -s libXt.3 libXt.sl
      # ln -s libXtst.2 libXtst.sl