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 SP5

Provides full support for WebLogic Server and run-time support for WebLogic Workshop, WebLogic Integration, and WebLogic Portal. For Design and Development Tools support, see the


 

This section provides the following information:

Related Information

 


Configuration Requirements

Table 3-1 Requirements for 8.1 SP5 on HP-UX 11i V2 on Itanium 

Operating System Version and Patches

HP-UX 11i v2.0 (HP-UX 11.23) 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.08 (32-bit) with Java HotSpot Server VM and all later service packs of 1.4.2

Download the HP-UX SDK from the HP Web site and install it, manually, before installing WebLogic Platform. For instructions, see Download and Installation Instructions.

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/IPF32/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

  • lib/hpux11/IPF32/oci920_8/libweblogicoci39.so

  • lib/hpux11/IPF32/oci920_8/libweblogicoxa39.so


 

 


Known Issues

For more 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

Installing and using WebLogic Platform 8.1 SP5 on HP-UX 11i V2 (11.23) on Itanium requires the following:

To install WebLogic Platform 8.1 SP5 on HP-UX 11i V2 (HP-UX 11.23), complete the following procedure:

  1. Go to the following HP Web site:
  2. http://www.hp.com/products1/unix/java/java2/sdkrte14/downloads/license_sdk_1.4.2.08_itanium.html

    Download and install HP-UX SDK 1.4.2.08.

  3. Go to the BEA Downloads site (http://commerce.bea.com) and download the appropriate package installer:
  4. Install WebLogic Platform 8.1 SP5 or WebLogic Server 8.1 SP5 for HP-UX 11i V2 using the instructions provided for .jar installation files, as described in Installing WebLogic Platform.
  5. For example, if you are installing in console mode, enter the following on the command line:

    $ java -jar pj_platform815_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_platform815_ja_generic.jar -mode=console

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

 


Recommended Kernel Parameter Settings

The HP-UX 11i V2 (11.23) default value for maximum threads per process (max_thread_proc) 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. Therefore BEA recommends that you use the maximum kernel setting for the max_thread_proc parameter.

The following table provides some examples.

Table 3-2 Recommended HP-UX 11i V2 (11.23) Kernel Settings

Parameter

Old Value

New Value

Decsription

max_thread_proc

64

3000

Maximum threads per process

Maxdsiz_64bit

1073741824

4294967296

Maximum data segment size

maxfiles

60

2048

Soft file limit per process

nkthread

499

8416

Total number of threads in the system

nproc

276

4200

Maximum number of processes


 

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

 

Skip navigation bar  Back to Top Previous Next