Skip navigation.

Supported Configurations: IBM AIX

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

WebLogic Platform 10.0 on IBM AIX 5.3 pSeries

This section provides the following information:

Related Information

 


Configuration Requirements

The following section provides requirements for BEA products supported on this configuration:

 


Known Issues

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 Known Issues

The following sections provide information on known issues in WebLogic Server on AIX:

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.

Workaround: Run WebLogic Server on AIX and your thin client on another operating system.

Serial Version UID Mismatch

A Serial Version UID mismatch issue is encountered if you deploy an application on a latest JVM, but compiled with previous Service Refresh of IBM Java 5 JDK.

Workaround: To be compatible with the serialization of previously compiled applications, modify the <BEA_HOME>/wlserver_10.0/common/bin/commEnv.sh file to include the following command:

JAVA_OPTIONS="$JAVA_OPTIONS  -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0"

Alternatively, you can use the command line option:

export IBM_JAVA_OPTIONS="-Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0" 

Note: If you intend to deploy new applications with previously compiled applications, they must be recompiled as necessary to have the same Serial Version UID.

AspectJClassLoader Not Supported

The weblogic.aspects.AspectJClassLoader is not supported on AIX using IBM Java 5.

Workaround: You are advised not to use this class loader.

JVM Debug Mode Impact

Using the JVM debug mode with the IBM JVM significantly degrades application performance. Therefore, whenever you run WebLogic Portal on an AIX configuration, BEA strongly recommends that you disable the JVM debug mode (default setting for WebLogic Platform). Disabling debug mode is recommended for all domains, including existing domains and those domains created using the Configuration Wizard.

To disable JVM debug mode, do one of the following:

XML Schema Validation Error

An xml schema factory validation error is encountered when IBM JDK fails to return the platform default schema factory because of a preconfigured property file format.

Workaround: Modify the <BEA_HOME>/wlserver_10.0/common/bin/commEnv.sh file to include the following command:

JAVA_OPTIONS="$JAVA_OPTIONS -Djavax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema=org.apache.xerces.jaxp.validation.XMLSchemaFactory"

WebLogic Portal Known Issues

The following sections provide information on known issues in WebLogic Portal on AIX:

DB2 Considerations

To ensure that portal applications run correctly on DB2, you must set some minimum configuration parameters. If you do not, heavy portal activity may exceed database capacity.

Use the following settings as guidelines to configure your DB2 database:

For additional information, see Configuring DB2 Databases in the BEA WebLogic Portal 10.0 Database Administration Guide.

WebLogic Workshop 10.1 Known Issues

The generic .jar installer used to install Workshop on AIX platforms throws an OutOfMemory Exception and does not provide a complete installation.

Workaround:

Update the Java opts max heap size. For example:

     java -Xms512m -Xmx1024m -jar workshop101_generic.jar

Known Issues for Other BEA Products

For more information about known issues with BEA products supported on this configuration, including available workarounds, see the appropriate Release Notes document.

Issues related to...

Are described in...

WebLogic Server

WebLogic Server Known and Resolved Issues:

http://download.oracle.com/docs/cd/E13222_01/wls/docs100/issues/known_resolved.html

WebLogic Portal

WebLogic Portal 10.0 Release Notes:

http://download.oracle.com/docs/cd/E13218_01/wlp/docs100/relnotes/relnotes.html

Installation and Configuration

Products Installation and Configuration Release Notes:

http://download-llnw.oracle.com/docs/cd/E13179_01/common/docs100/install/index.html

Workshop for WebLogic

Workshop for WebLogic Release Notes:

http://download.oracle.com/docs/cd/E13224_01/wlw/docs100/relnotes/index.html

Workshop for WebLogic 10.1

Workshop for WebLogic 10.1 Release Notes:

http://download.oracle.com/docs/cd/E13224_01/wlw/docs101/relnotes/index.html


 

 


Download and Installation Instructions

Complete the following procedures:

  1. Download and install the SDK Service Refresh for your environment:
  2. Depending on your requirements:

Download and Install IBM Java 5

Complete the following procedure to download and install IBM Java 5.

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

  3. Download the IBM Java 5 32-bit (GA version).
  4. Install the IBM Java 5 on your system.

Download and Install Instructions for IBM Java 5 with Service Refresh 8a (32-bit, 64-bit), Service Refresh 9 (32-bit, 64-bit), and Service Refresh 10 (32-bit, 64-bit)

Note: WebLogic Server 10.0 MP2 supports IBM SDK Java 5 Service Refresh (SR) 8a, IBM SDK Java 5 Service Refresh (SR) 9 and IBM SDK Java 5 Service Refresh (SR) 10+.

Complete the following procedure to download and install IBM SDK Java 5 with Service Refresh.

  1. Go to the IBM Support: Fix Center download site at the following URL:
  2. http://www.ibm.com/developerworks/java/jdk/aix/service.html

  3. Click the Fix Info link for your JDK version:
  4. Select your APAR/SR number from the table and follow the instructions and/or prompts displayed on the screen to download and install the fix package on your system.
  5. If you have 32-bit JDK,

    If you have 64-bit JDK,

  6. Select your APAR from the list and follow the instructions and/or prompts displayed on the screen to download and install the specified APAR on your system.
  7. Set the JAVA_HOME environment variable to the directory in which IBM Java5 is installed, and export JAVA_HOME. For example:
  8. export JAVA_HOME=/usr/java5

  9. Set the PATH variable to include $JAVA_HOME/bin. For example:
  10. export PATH=$JAVA_HOME/bin:$PATH

Download and Install Instructions for IBM SDK Java 5 with Service Refresh (SR2, SR3, SR4, SR5a) (32-bit JDK)

Complete the following procedure to download and install IBM SDK Java 5 with Service Refresh.

  1. Go to the IBM Support: Fix Center download site at the following URL:
  2. http://www.ibm.com/developerworks/java/jdk/aix/service.html

  3. Click the Fix Info link for your JDK version:
  4. Select your APAR/SR number from the table and follow the instructions and/or prompts displayed on the screen to download and install the fix package on your system.
  5. For SR2, use IY83355

    For SR3, use IY90224

    For SR4, use IY94334

    For SR5a, use IZ02874

  6. Select your APAR from the list and follow the instructions and/or prompts displayed on the screen to download and install the specified APAR on your system.
  7. Set the JAVA_HOME environment variable to the directory in which IBM Java5 is installed, and export JAVA_HOME. For example:
  8. export JAVA_HOME=/usr/java5

  9. Set the PATH variable to include $JAVA_HOME/bin. For example:
  10. export PATH=$JAVA_HOME/bin:$PATH

Download and Install Instructions for IBM SDK Java 5 with Service Refresh 6b + IZ08455 (64-bit JDK)

Complete the following procedure to download and install IBM SDK Java 5 with Service Refresh.

  1. Go to the IBM Support: Fix Center download site at the following URL:
  2. https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?lang=en_US&source=swg-ibmjavaisv

  3. Register for an IBM ID if necessary.
  4. Click Sign In.
  5. Log in using your IBM ID and password.
  6. Enter the Access Key ZDGEEQQCJQ and click Submit.
  7. Select the IBM SDK for AIX on 64-bit iSeries/pSeries.
  8. Click I Confirm to download the IBM JDK 150 SR6b + IZ08455.
  9. Set the JAVA_HOME environment variable to the directory in which IBM Java5 is installed, and export JAVA_HOME. For example:
  10. export JAVA_HOME=/usr/java5

  11. Set the PATH variable to include $JAVA_HOME/bin. For example:
  12. export PATH=$JAVA_HOME/bin:$PATH

Download and Install WebLogic Server 10.0 and Later MPs on IBM AIX

Complete the following procedure to install WebLogic Server on AIX:

  1. To download WebLogic Server 10.0 MP2, do the following:
  2. Go to Oracle E-Delivery and use the following information to download WebLogic Server 10.0 MP2:

    If you're downloading WebLogic Server 10.0 MP1, select the part number with the "WebLogic Server 10.0 MP 1" description..

    Note: For additional information on how to download BEA products refer to My Oracle Support Note 762254.1 and My Oracle Support Note 763603.1.

  3. Install the WebLogic Products using the directions provided in the BEA Products Installation Guide.
  4. Refer to http://download.oracle.com/docs/cd/E13179_01/common/docs100/install/start.html for instructions on how to start the .jar or .bin or.exe installer files. Note, that generic installers are those filenames that end in .jar.

If your configuration includes the 32-bit JDK, your installation of WebLogic Server is now complete. If your configuration includes the 64-bit JDK, however, you must also complete the following steps:

  1. Set the BEA_HOME to point to the directory in which WebLogic Server is installed and export BEA_HOME. For example:
   export BEA_HOME=<your_WebLogic_Server_installation_directory>
  1. In a text editor, open the $BEA_HOME/wlserver_10.0/common/bin/commEnv.sh and search for the following case statement:
   AIX)
      if [ -n "${LIBPATH}" ]; then
         LIBPATH=${LIBPATH}:${WL_HOME}/server/native/aix/ppc
      else
         LIBPATH=${WL_HOME}/server/native/aix/ppc
   fi
   LIBPATH=${PATCH_LIBPATH}:${LIBPATH}
   export LIBPATH
;; 

Replace with the following:

   AIX)
      if [ -n "${LIBPATH}" ]; then
         LIBPATH=${LIBPATH}:${WL_HOME}/server/native/aix/ppc64
      else
         LIBPATH=${WL_HOME}/server/native/aix/ppc64
   fi
   LIBPATH=${PATCH_LIBPATH}:${LIBPATH}
   export LIBPATH
;; 

Download and Install the WebLogic Portal 10.0 and Later MPs on IBM AIX

To install WebLogic Portal on IBM AIX 5.3:

  1. Go to Oracle Technology Network or Oracle E-Delivery and download WebLogic Portal for IBM AIX.
  2. Note: For important information on how to download BEA products refer to My Oracle Support Note 762254.1 and My Oracle Support Note 763603.1.

  3. Install WebLogic Portal using the instructions in Using Installers with Filenames Ending in .jar in the BEA Products Installation Guide. This section describes the process of installing .jar files in the Graphical mode.

 


Download and Apply BEA Patches

Download and install the following patches for AIX using the BEA Smart Update tool:

WLS 10.0 and WLP 10.0

WLS 10.0 MP1 and WLP 10.0 MP1

WLS 10.0 MP1 (64-bit JDK)

WLS 10.0 MP2 (32-bit JDK and 64-bit JDK)

For more information on the BEA Smart Update tool, refer to http://download.oracle.com/docs/cd/E13179_01/common/docs100/smart_update/intro.html.

 

Skip navigation bar  Back to Top Previous Next