Skip navigation.

8.1 Supported Configurations: IBM AIX 5.1 on pSeries

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

IBM AIX 5.1 on pSeries 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 1-1 Requirements for 8.1 SP6 on IBM AIX 5.1 on pSeries 

Operating System Version and Patches

AIX 5L v5.1-ML8

Chip Architecture and Minimum Processor Speed

  • POWER3 (450 MHz)

  • POWER4 (1.1 GHz)

  • POWER5 (1.5 GHz)

SDK

  • 1.4.2 SR5:

IBM JDK 142 SR5 Java version 1.4.2 JavaTM 2 Runtime Environment, Standard Edition (build 1.4.2) Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20060421 (SR5) (JIT enabled: jitc))

  • 1.4.2 SR7:

IBM JDK 142 SR7 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2) Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20061124 (SR7) (JIT enabled: jitc))

  • The IBM SDK is not delivered with WebLogic Platform; you must download it from the IBM Web site and install it, manually, before installing WebLogic Platform. For instructions, see Download and Installation Instructions.

  • Use of JVM debug mode with IBM JVMs significantly degrades application performance and debugging effectiveness. The JVM debug mode is enabled by default on WebLogic Platform; BEA strongly recommends that you manually disable it when running WebLogic Platform on AIX. For instructions, see JVM Debug Mode Impact.

  • If you already have WebLogic Platform 8.1 SP6 installed with IBM 1.4.2 SR5, the 1.4.2 SR7 SDK is optional.

Design and Development Tools

Supports WebLogic Server design and development tools.

RAM

512 MB required; 1 GB recommended

Performance Pack

Included

lib/aix/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

  • Oracle 9.2.0.5 with XA

  • lib/aix/oci920_8/libweblogicoci39.so

  • lib/aix/oci920_8/libweblogicoxa39.so


 

 


Known Issues

This section provides workarounds for the following problems:

For more information about known issues with this release, see the Release Notes for WebLogic Platform 8.1 or the appropriate product component of WebLogic Platform. For a list of available Release Notes documents, see:

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

IBM JVM Updates For DST

IBM has released a Timezone Update Utility to update DST data without the need to upgrade Java. See IBM Time Zone Update Utility for JavaTM.

WebLogic Server Clustering Limitation

If you want to support WebLogic Server clustering on an AIX 5.1 configuration, open the file $BEA_HOME/weblogic81/common/bin/commEnv.sh in a text editor, and append the following line to the IBM section under $JAVA_VENDOR:

export JAVA_OPTIONS="$JAVA_OPTIONS -Djava.net.preferIPv4Stack=true"

IIOP Thin Client Not Supported

The IIOP thin client is not supported on AIX due to dependencies on the JVM. Only thin-client applications are affected by this issue.

To work around this issue, run WebLogic Server on AIX and your thin client on another operating system.

Insufficient Buffer Size for UDP_SENDSPACE

The default size of the buffer for UDP_SENDSPACE is 9216 (9 KB), but WebLogic Server sends fragments, up to 32 KB in size, to UDP_SENDSPACE. As a result, use of a buffer size smaller than 32 KB may cause an I/O exception.

To prevent such I/O exceptions:

  1. Set the buffer size to 32 KB:
  2. no -o udp_sendspace=32768

  3. Reboot WebLogic Server.

GUI-based Installation Fails Due to FileSystemPreferences

If your system does not include a directory called /etc/.java, GUI-mode installation fails with one of the following error messages:

To work around this problem, implement one of the following steps:

JVM Debug Mode Impact

Use of the JVM debug mode with the IBM JVM significantly degrades application performance. Therefore, whenever you run WebLogic Platform on an AIX configuration, BEA strongly recommends that you disable the JVM debug mode (which, by default, is enabled by WebLogic Platform). Disabling debug mode is recommended for all domains, both existing ones and domains created using the Configuration Wizard.

How to Disable JVM Debug Mode

To disable JVM debug mode, you have a choice of two methods, which are described in the following sections.

Method 1

  1. Go to the target domain directory.
  2. In the setDomainEnv.sh file, find the first occurrence of debugFlag=true.
  3. Change it to: debugFlag=false.
  4. If you are going to use QuickStart, repeat steps 2 and 3 in the setDomainEnvQS.sh file.

Note: If you are going to perform this procedure, you must do so before launching QuickStart.

Method 2

Pass the 'nodebug' command-line argument to the server startup script. For example:

$ ./startWebLogic.sh nodebug

JAXP Incompatibility Causes Portability Issues with WebLogic Server 8.1 SP6

Note: This limitation is reported, in CR135846, in the "Known Limitations" section of the WebLogic Platform 8.1 Release Notes.

Because the Xalan transformer shipped with the IBM SDK 1.4.2 is JAXP 1.2-compliant, but WebLogic Server only supports applications based on JAXP 1.1, you must set the Transformer Factory to weblogic.apache.xalan.processor.TransformerFactoryImpl.

To set the XML Transformer and Parser Factories, you have a choice of three methods:

A procedure for each method is provided in the following sections.

Method 1: Edit setDomainEnv.sh

  1. In a text editor, open the setDomainEnv.sh script.
  2. Append the following values to JAVA_OPTIONS: "-Djavax.xml.transform.TransformerFactory=weblogic.apache.xalan.processor.TransformerFactoryImpl
    -Djavax.xml.parsers.SAXParserFactory=weblogic.apache.xerces.jaxp.SAXParserFactoryImpl
    -Djavax.xml.parsers.DocumentBuilderFactory=weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl"

Method 2: Uncomment JAXP Properties Lines for JAXP 1.1 Parser and Transformer Factories

  1. Copy the $JAVA_HOME/jre/lib/jaxp.properties.sample file to $JAVA_HOME/jre/lib/jaxp.properties.
  2. Uncomment the last three lines so that they point to JAXP 1.1 parser and transformer factories. The JAXP 1.1 parser and transformer factories provided by WebLogic Platform are:

Method 3: Create the XML Registry

For more information, see:

http://download.oracle.com/docs/cd/E13222_01/wls/docs81/ConsoleHelp/xml.html 

Upgrade to WebLogic Platform 8.1 SP6 Requires Library Cleanup

Before you can upgrade your WebLogic Platform system from a pre-8.1 SP6 version to 8.1 SP6 on AIX, you must clean out any unused libraries manually. If you have not done such a cleanup before trying to upgrade your system, the upgrade installation may fail with the following message:

Fatal error. Cannot move libmuxer.so which is in use.

To perform a proper memory cleanup, log in as root and run slibclean, an AIX utility. Then re-start the upgrade procedure. For more information, see the instructions for upgrading from SP1 to SP3 in the Release Notes for WebLogic Platform 8.1:

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

Note: The instructions provided in the Release Notes were originally written to explain how to upgrade from SP1 to SP3, but they are also valid for performing an upgrade to 8.1 SP6 from any pre-SP6 version of WebLogic Platform 8.1.

 


Download and Installation Instructions

Complete the following procedures:

Downloading and Installing IBM SDK 1.4.2

Complete the following procedure to download and install the IBM SDK 1.4.2 on IBM AIX (32-bit) build ca1420-20060421:

  1. Go to the IBM download site:
  2. http://www-106.ibm.com/developerworks/java/jdk/aix/service.html

  3. Download the GA version of the IBM SDK 1.4.2.
  4. Install the IBM SDK 1.4.2 on your system.

Downloading and Installing IBM SDK 1.4.2 SR5/SR7

To download and install IBM SDK 1.4.2 SR5 (IY84053) or IBM SDK 1.4.2 SR7 (IY91756) on AIX system, complete the following procedure:

  1. Verify that the GA version of the IBM SDK 1.4.2 for AIX is installed on your system:
  2. Set the search criteria to the following:
  3. Click "Continue."
  4. Search by: Specify an APAR number or abstract
  5. Following the instructions displayed on the screen, make the selections necessary to download and install the specified APAR.
  6. To verify that the required SDK fix is now installed on your system, run the following command:
  7. /usr/java14/bin/java -version

    Make sure the following output is displayed:

    For SR5:

    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca1420-20060421 (SR5) (JIT enabled: jitc))

    For SR7:

    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20061124 (SR7) (JIT enabled: jitc))

Downloading and Installing WebLogic Platform or WebLogic Server 8.1 SP6

To install WebLogic Platform 8.1 SP6 on an IBM AIX 5.1 configuration:

  1. Go to the BEA download site:
  2. http://commerce.bea.com
  3. Click on "BEA WebLogic" link to go to "BEA WebLogic Product Family" page. Then click on "BEA WebLogic Platform 8.1SP6".
  4. Go to "WebLogic Platform 8.1 with SP6" under "WebLogic Platform Package Installer" section.
  5. From the list of installers for WebLogic Platform 8.1 SP6 or WebLogic Server 8.1 SP6, select "IBM AIX (5.1, 5.2, 5.3)."
  6. Download the IBM AIX-specific package installer for the appropriate product:
  7. Install WebLogic Platform 8.1 SP6 or WebLogic Server 8.1 SP6 using the instructions provided for .jar installation files, as described in Installing WebLogic Platform. For example, if you are installing in console mode, enter the following on the command line:
  8. $ 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

For more information, see Installing BEA WebLogic Platform.

Switching from IBM SDK 1.4.2 SR5 to SR7

The following instructions provide one method to switch from IBM SDK 1.4.2 SR5 to 1.4.2 SR7:

  1. Modify the startWebLogic.sh script located in your domain's root directory.
  2. Update all references of the JAVA_HOME variable to point to the install directory for IBM 1.4.2 SR7.

  3. Modify the setDomainEnv.sh script located in your domain's bin directory.
  4. Update all references of the JAVA_HOME variable to point to the install directory for IBM 1.4.2 SR7.

  5. Modify the commEnv.sh script located at BEA_HOME/weblogic81/common/bin directory.
  6. Update all references of the JAVA_HOME variable to point to the install directory for IBM 1.4.2 SR7.

A server restart is required to implement the change in SDK.

 

Skip navigation bar  Back to Top Previous Next