Skip navigation.

8.1 Supported Configurations: HP-UX 11i on Itanium

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

HP-UX 11i V2 on Itanium with 8.1 SP6

Provides full support for WebLogic Server and run-time support for WebLogic Workshop, WebLogic Integration, and WebLogic Portal. See below for Design and Development Tools support.


 

This section provides the following information:

Related Information

 


Configuration Requirements

Table 2-1 Requirements for 8.1 SP6 on HP-UX 11i V2 on Itanium 

Operating System Version and Patches

HP-UX 11i V2 with required HP-UX patches for JavaTM, see http://www.hp.com/products1/unix/java/patches/index.html.

Chip Architecture and Minimum Processor Speed

Itanium (900 MHz)

SDK

HP-UX SDK 1.4.2.10 with Java HotSpotTM Server VM (32-bit)

WebLogic Platform 8.1 SP6 supports HP SDK 1.4.2.10 and all later SDK 1.4.2 service packs for development and production deployment on HP-UX.

Design and Development Tools

The WebLogic Workshop IDE and WebLogic Integration Format Builder are not supported on this system. This system is supported for the production deployment of applications developed in the WebLogic Workshop IDE, and for remote debugging of applications developed in the WebLogic Workshop IDE. This system is also supported for the development and production deployment of WebLogic Server applications developed with other tools.

RAM

512 MB required; 1 GB recommended

Performance Pack

Included

lib/hpux11/libmuxer.so

Node Manager

Included

Native

BEA jDrivers for Oracle

For this Oracle client version:

The following shared libraries are provided:

Oracle 9.2.0.5 and later patch sets

  • lib/hpux11/oci920_8/libweblogicoci39.so

  • lib/hpux11/oci920_8/libweblogicoxa39.so


 

 


Known Issues

  1. The HP-UX 11.0 V2 (11.23) default value for maximum threads per process is 64, which may be too low for WebLogic Server and many Java server applications in general. When the value is too low, WebLogic Server may have problems starting up.
  2. BEA recommends that you use the maximum kernel setting for the max_thread_proc and maxusers parameters. Setting maxusers to a higher value increases other machine-wide limits, such as nkthread (the maximum number of kernel threads). The following table provides some examples.

    Parameter

    Old Value

    New Value

    Description

    max_thread_proc

    64

    1024

    Maximum threads per process

    maxfiles

    60

    256

    Soft file limit per process

    maxusers

    32

    256

    Influences other parameters

    nkthread

    499

    3635

    Total number of threads on the system

    nproc

    276

    2068

    Maximum number of processes

    ncallout

    292

    2084

    Number of pending timeouts


     

    BEA also recommends that you use tools such as HPjconfig to verify that the values of your tunable kernel parameters are optimal. For more information about HPjconfig, see: http://www.hp.com/products1/unix/java/java2/HPjconfig/index.html.

  3. The WebLogic Platform upgrade installer (pj_platform816_upgrade_generic.jar) throws an exception while upgrading
  4. If you try to perform one of these types of upgrade with the upgrade installer, a java.lang.OutOfMemory exception is thrown.

    You may need to increase the size of the thread stack with the -Xms and -Xmx options, as follows:

    java -Xms512m -Xmx512m -jar pj_platform816_upgrade_generic.jar

  5. If your application involves working with very large objects via RMI over IIOP, then it may encounter the following exception:
  6. java.rmi.MarshalException: ; nested exception is:

    org.omg.CORBA.MARSHAL: vmcid: 0x0 minor code: 0 completed:

    If you see this exception, you may need to increase the size of the thread stack with the -Xss option. The JVM default is 512 KB; the new value depends on the size of the object in question.

  7. The Smart Update tool cannot be used to upgrade your WebLogic Platform software from a previous 8.1 SP version to SP6 for the HP-UX 11i V2 on Itanium configuration. If you want to upgrade your existing WebLogic Platform 8.1 software to SP6, use the upgrade installer.
  8. While trying to load module mod_wl_20.so using Apache/2.0.55 HP-UX_Apache-based_Web_Server on HP-UX 11i V2 on Itanium, it may throw the following error:
  9. Unsatisfied code symbol '_Unwind_Resume' in load module

    To work around this problem:

    Add the following code

    LoadFile /usr/lib/hpux64/libunwind.so

    before the LoadModule code:

    LoadModule weblogic_module <Path for mod_wl_20.so>

    in $APACHE_HOME/conf/httpd.conf file.

  10. While trying to load module mod_wl128_20.so using Apache/2.0.55 HP-UX_Apache-based_Web_Server on HP-UX 11i V2 on Itanium, it may throw the following errors:
  11. Unsatisfied code symbol '__cxa_personality_routine' in load module.

    Unsatisfied data symbol '_ZTVN10__cxxabiv119__pointer_type_infoE' in load module

    Unsatisfied data symbol '_ZTVN10__cxxabiv117__class_type_infoE' in load module

    To work around this problem:

    Add the following two lines of code

    LoadFile /usr/lib/hpux64/libunwind.so

    LoadFile /usr/lib/hpux64/libCsup.so.1

    before the LoadModule code:

    LoadModule weblogic_module <Path for mod_wl128_20.so>

    in $APACHE_HOME/conf/httpd.conf file.

For information about known issues with any components of this release, see the appropriate Release Notes document. For a complete list of Release Notes supporting WebLogic Platform 8.1, see:

http://download.oracle.com/docs/cd/E13196_01/platform/docs81/interm/relnotes.html

 


Download and Installation Instructions for HP SDK 1.4.2.10

  1. Download and install HP SDK 1.4.2.10 for Itanium (IA64).

 


WebLogic Platform 8.1 SP6 Installation Instructions

To install WebLogic Platform 8.1 SP6 on HP 11i v2 on Itanium:

  1. Go to the BEA Downloads site (http://commerce.bea.com) and download the appropriate package installer:
  2. Install WebLogic Platform or WebLogic Server following the instructions provided for .jar installation files, as described in Installing WebLogic Platform.
  3. For example, if you are installing in console mode, enter the following at the command prompt:

    $ java -jar pj_platform816_generic.jar -mode=console

    For detailed instructions, see "Starting Console-Mode Installation on UNIX Systems" in Installing BEA WebLogic Platform:

    http://download.oracle.com/docs/cd/E13196_01/platform/docs81/install/console.html#instcon003

    Note: When using an Asian version of an installer (such as an installer for Japanese, Korean, or Simplified Chinese), you need to increase the maximum heap size to 256 MB by specifying the -Xmx256m argument on the command line. For example, if you are using a Japanese installer, enter the following command:
    $ java -Xmx256m -jar pj_platform816_ja_generic.jar -mode=console

  4. Set the WL_HOME variable to the directory in which you installed WebLogic Platform, and export WL_HOME:
  5. $ export WL_HOME=/your_installation_directory/weblogic81
  6. Set the correct execution modes on the contents of the weblogic81/server/bin and weblogic81/server/lib directories:
  7. $ chmod +x $WL_HOME/server/bin/*
    $ chmod -R +x $WL_HOME/server/lib/hpux11/*

 

Skip navigation bar  Back to Top Previous Next