Skip navigation.

Supported Configurations: Red Hat Enterprise Linux

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

WebLogic Platform 9.2 on Red Hat Enterprise Linux 5.0

This section provides the following information:

Related Information

 


Configuration Requirements

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

 


Known Issues

Serial Version UID Mismatch

A Serial Version UID Mismatch Issue may be encountered if you deploy an application on a latest JVM, but compiled with an earlier JDK release.

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

JAVA_OPTIONS="$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.

Issues Related to Red Hat Enterprise Linux 5.0 on AMD64, 64-bit Xeon, and Itanium when Using Remote Autonomy

See Using a Remote Autonomy Installation in Supported Configurations for WebLogic Platform 9.2.

Issues Related to Other Products

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


 

Issues related to...

Are described in...

WebLogic Server

Oracle WebLogic Server Release Notes, Release 9.2 MP4 (9.2.4):

Refer to Document ID 1125333.1 at https://support.oracle.com

Oracle WebLogic Server 9.2 Known and Resolved Issues:

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

Installation and Configuration

Products Installation and Configuration Release Notes:
http://download.oracle.com/docs/cd/E13179_01/common/docs92/relnotes/relnotes.html

WebLogic Portal

WebLogic Portal 9.2 Release Notes:
http://download.oracle.com/docs/cd/E13218_01/wlp/docs92/relnotes/index.html

Workshop for WebLogic Platform

Workshop Product Family Release Notes:
http://download.oracle.com/docs/cd/E13226_01/workshop/docs92/relnotes/index.html

WebLogic Integration

WebLogic Integration 9.2 Release Notes:

http://download.oracle.com/docs/cd/E13214_01/wli/docs92/relnotes/index.html


 

 


Download and Install Instructions

Download and Install JRockit 5.0

Complete the following procedure:

  1. Download and install the supported version of JRockit JDK for Intel 64-bit Xeon and AMD64:
  2. Set the JAVA_HOME environment variable to the directory in which JRockit is installed and export JAVA_HOME. For example:
  3. export JAVA_HOME=/opt/java5/
  4. Make sure that your PATH variable includes $JAVA_HOME/bin. For example:
  5. export PATH=$JAVA_HOME/bin:$PATH

Red Hat Enterprise Linux 5.0 on x86

There are no special installation instructions for Red Hat Enterprise Linux 5.0 on x86. For the standard method of installing products, see Products Installation Guide.

Red Hat Enterprise Linux 5.0 on 64-bit Xeon and AMD64

Depending on your requirements:

Download and Install WebLogic Server 9.2 Maintenance Packs on Red Hat Enterprise Linux 5.0 on 64-bit Xeon and AMD64

To install WebLogic Server on RHEL 5.0

  1. Go to Oracle E-Delivery and use the following information to download WebLogic Server 9.2 Maintenance Packs:
    1. Select Product Pack "Oracle BEA".
    2. Select the operating system.
    3. Select the appropriate media pack for the BEA WebLogic product that you want to download. For example, if you want to download WebLogic Server for Microsoft Windows (32-bit), select the media pack "BEA WebLogic Media Pack for Microsoft Windows (32-bit)".
    4. Select the part number for the WebLogic Server 9.2 Maintenance Pack and download the zip file. For example, select the part number corresponding to the description "WebLogic Server 9.2 MP4 for Microsoft Windows (32-bit)" and download the zip file.
    5. Extract files from the downloaded zip file.
    6. Note: For important information about how to download BEA products refer to BEA Product Download Changes (Document ID 762254.1 and 763603.1) at https://support.oracle.com/.

      Note: The BEA Download Center (i.e. http://commerce.bea.com) will be decommissioned on February 2, 2009. After this time, customers will be able to download the BEA software from Oracle's E-delivery portal (http://edelivery.oracle.com) or Oracle Technology Network (http://otn.oracle.com).

  2. Install WebLogic Server by following the procedure described in the Installation Guide.
  3. If your configuration includes the 64-bit version of JRockit, your installation of WebLogic Server is now complete. If your configuration includes the 32-bit version, however, you must also complete the following steps:

  4. Set the BEA_HOME to point to the directory in which WebLogic Server is installed and export BEA_HOME. For example:
  5. export BEA_HOME=<your_WebLogic_Server_installation_directory>
  6. In a text editor, open the $BEA_HOME/weblogic92/common/bin/commEnv.sh and search for the following case statement:
  7. LINUX|Linux)
    arch='uname -m'

    Replace with the following:

    LINUX|Linux)
    arch='uname -m'
       if [ "${arch}" = "x86_64" ]; then
          arch=i686
       fi

Download and Install WebLogic Portal 9.2 MP2 on Red Hat Enterprise Linux 5.0 on AMD64 and 64-Bit Xeon

To install WebLogic Portal on Red Hat Enterprise Linux 5.0 on AMD64 and 64-Bit Xeon:

  1. Go to Oracle Technology Network or Oracle E-Delivery and download WebLogic Portal for Red Hat Enterprise Linux.
  2. Note: For important information about how to download BEA products refer to BEA Product Download Changes (Document ID 762254.1 and 763603.1) at https://support.oracle.com/.

    Note: The BEA Download Center (i.e. http://commerce.bea.com) will be decommissioned on February 2, 2009. After this time, customers will be able to download the BEA software from Oracle's E-delivery portal (http://edelivery.oracle.com) or Oracle Technology Network (http://otn.oracle.com).

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

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

  1. Set the BEA_HOME variable to point to the directory in which WebLogic Portal is installed and export BEA_HOME. For example:
  2. export BEA_HOME=<your_Portal_installation_directory>
  3. In a text editor, open the $BEA_HOME/weblogic92/common/bin/commEnv.sh and search for the following case statement:
  4. LINUX|Linux)
    arch='uname -m'

    Replace with the following:

    LINUX|Linux)
    arch='uname -m'
       if [ "${arch}" = "x86_64" ]; then
          arch=i686
       fi

Download and Install WebLogic Integration 9.2 MP2 on Red Hat Enterprise Linux 5.0 on AMD64 and 64-bit Xeon

To install WebLogic Portal on Red Hat Enterprise Linux 5.0 on AMD64 and 64-bit Xeon:

  1. Go to Oracle Technology Network or Oracle E-Delivery and download WebLogic Integration for Red Hat Enterprise Linux.
  2. Note: For important information about how to download BEA products refer to BEA Product Download Changes (Document ID 762254.1 and 763603.1) at https://support.oracle.com/.

    Note: The BEA Download Center (i.e. http://commerce.bea.com) will be decommissioned on February 2, 2009. After this time, customers will be able to download the BEA software from Oracle's E-delivery portal (http://edelivery.oracle.com) or Oracle Technology Network (http://otn.oracle.com).

  3. Install WebLogic Integration using the instructions in Using Installers with Filenames Ending in .jar in the Products Installation Guide. This section describes the process of installing .jar files in the Graphical mode.
  4. Set BEA_HOME to point to the directory in which WebLogic Integration is installed and export BEA_HOME. For example:
  5.    export BEA_HOME=<your_WebLogic_Integration_installation_directory>

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

  1. Set the BEA_HOME variable to point to the directory in which WebLogic Portal is installed and export BEA_HOME. For example:
  2. export BEA_HOME=<your_Portal_installation_directory>
  3. In a text editor, open the $BEA_HOME/weblogic92/common/bin/commEnv.sh and search for the following case statement:
  4. LINUX|Linux)
    arch='uname -m'

    Replace with the following:

    LINUX|Linux)
    arch='uname -m'
       if [ "${arch}" = "x86_64" ]; then
          arch=i686
       fi

Red Hat Enterprise Linux 5.0 on Itanium

Depending on your requirements:

Download and Install WebLogic Server 9.2 Maintenance Packs on Red Hat Enterprise Linux 5.0 on Itanium

To install WebLogic Server on Red Hat Enterprise Linux 5.0 for Itanium:

  1. Go to Oracle E-Delivery and use the following information to download WebLogic Server 9.2 Maintenance Packs:
    1. Select Product Pack "Oracle BEA".
    2. Select the operating system.
    3. Select the appropriate media pack for the BEA WebLogic product that you want to download. For example, if you want to download WebLogic Server for Microsoft Windows (32-bit), select the media pack "BEA WebLogic Media Pack for Microsoft Windows (32-bit)".
    4. Select the part number for the WebLogic Server 9.2 Maintenance Pack and download the zip file. For example, select the part number corresponding to the description "WebLogic Server 9.2 MP4 for Microsoft Windows (32-bit)" and download the zip file.
    5. Extract files from the downloaded zip file.
    6. Note: For important information about how to download BEA products refer to BEA Product Download Changes (Document ID 762254.1 and 763603.1) at https://support.oracle.com/.

      Note: The BEA Download Center (i.e. http://commerce.bea.com) will be decommissioned on February 2, 2009. After this time, customers will be able to download the BEA software from Oracle's E-delivery portal (http://edelivery.oracle.com) or Oracle Technology Network (http://otn.oracle.com).

  2. Install WebLogic Server by following the procedure described in the Installation Guide.

For more information on installing WebLogic Server, refer to the WebLogic Server 9.2 Installation Guide.

Download and Install WebLogic Portal 9.2 MP2 on Red Hat Enterprise Linux 5.0 on Itanium

To install WebLogic Portal on Red Hat Enterprise Linux 5.0 on Itanium:

  1. Go to Oracle Technology Network or Oracle E-Delivery and download WebLogic Portal for Red Hat Enterprise Linux.
  2. Note: For important information about how to download BEA products refer to BEA Product Download Changes (Document ID 762254.1 and 763603.1) at https://support.oracle.com/.

    Note: The BEA Download Center (i.e. http://commerce.bea.com) will be decommissioned on February 2, 2009. After this time, customers will be able to download the BEA software from Oracle's E-delivery portal (http://edelivery.oracle.com) or Oracle Technology Network (http://otn.oracle.com).

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

Download and Install WebLogic Integration 9.2 MP2 on Red Hat Enterprise Linux 5.0 on Itanium

To install WebLogic Integration on Red Hat Enterprise Linux 5.0 on Itanium:

  1. Go to Oracle Technology Network or Oracle E-Delivery and download WebLogic Integration for Red Hat Enterprise Linux.
  2. Note: For important information about how to download BEA products refer to BEA Product Download Changes (Document ID 762254.1 and 763603.1) at https://support.oracle.com/.

    Note: The BEA Download Center (i.e. http://commerce.bea.com) will be decommissioned on February 2, 2009. After this time, customers will be able to download the BEA software from Oracle's E-delivery portal (http://edelivery.oracle.com) or Oracle Technology Network (http://otn.oracle.com).

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

 

Skip navigation bar  Back to Top Previous Next