Skip navigation.

8.1 Supported Configurations: Red Hat Enterprise Linux 4.0 AS, ES on AMD64 and EM64T

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

Red Hat Enterprise Linux 4.0-1 AS, ES on AMD64 and EM64T with WebLogic Server 8.1 SP4

Provides full support for WebLogic Server. WebLogic Workshop, WebLogic Integration, and WebLogic Portal are not supported. See below for Design and Development Tools support.


 

This section provides the following information:

Related Information

 


Configuration Requirements

Table 2-1 Requirements for WebLogic Server 8.1 SP4 on Red Hat Enterprise Linux 4.0-1 AS, ES on AMD64 and EM64T

Operating System Version and Patches

Red Hat Enterprise Linux 4.0 AS, ES (Nahant Update 1) Kernel 2.6.9-11.ELsmp on an x86_64 with glibc 2.3.4-2.9 and later updates and errata levels (64-bit kernel)

Chip Architecture and Minimum Processor Speed

  • AMD64 (1.201 GHz)

  • Intel EM64T (1.201 GHz)

SDK

WebLogic JRockit 1.4.2_05 JDK for Red Hat Enterprise Linux 4.0 (32-bit)

java version "1.4.2_05"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.1-1 (build ari-38317-20041124-1225-linux-ia32, Native Threads, GC strategy: parallel)

Design and Development Tools

Supports WebLogic Server design and development tools.

RAM

512 MB required; 1 GB recommended

Performance Pack

Included

lib/linux/i686/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/linux/i686/oci920_8/libweblogicoci39.so

  • lib/linux/i686/oci920_8/libweblogicoxa39.so


 

 


Known Issues

wlkeytool generates an error message—When wlkeytool is run on a Red Hat Enterprise Linux 4.0-1 on AMD64 or EM64T configuration, the following error message is displayed:

error fetching interface information: Device not found

The error is due to a change in the syntax of the netstat command in Red Hat Enterprise Linux AS, ES 3.0 and higher. This problem does not affect the execution of wlkeytool, so it can be ignored.

For more information about known issues with this release, see WebLogic Server and WebLogic Express Release Notes:

http://download.oracle.com/docs/cd/E13222_01/wls/docs81/notes/index.html

 


Download and Installation Instructions

This section provides instructions for the following procedures:

Downloading and Installing Operating System Update

To download and install Update 1 for Red Hat Enterprise Linux AS, ES 4.0, complete the following procedure:

  1. Go to the Red Hat download site:
  2. https://rhn.redhat.com

  3. Log in with a valid username and password.
  4. Perform the following steps:
    1. Select channels.
    2. In the following window, select Easy ISOs.
    3. Click Red Hat Enterprise Linux AS or ES (v. 4 for 64-bit AMD64/Intel EM64T).
  5. Install the entire disk set (Install Disks 1-5) system.

Downloading and Installing BEA WebLogic JRockit 1.4.2 SDK

  1. Download BEA WebLogic JRockitTM 1.4.2 32-bit JDK Red Hat Enterprise Linux 4.0 (Xeon -32 bit) from the following BEA Web site:
  2. http://commerce.bea.com/products/weblogicjrockit/jrockit_prod_fam.jsp

    Note: This version of JRockit—BEA WebLogic JRockitTM 1.4.2_05 JVM R24.4.1-1 (build ari-38317-20041124-1225-linux-ia32, Native Threads, GC strategy: parallel)—requires Red Hat Enterprise Linux 4.0 Update 1 or later.

  3. Install the downloaded kit by completing the instructions in Installing WebLogic JRockit:
  4. http://download.oracle.com/docs/cd/E13188_01/jrockit/docs142/install/index.html

  5. Update the JAVA_HOME environment variable to reflect the SDK installation directory. For example:
  6. JAVA_HOME=/usr/jrockit-j2sdk1.4.2_05;export JAVA_HOME
  7. Update the PATH environment variable to include $JAVA_HOME/bin. For example:
  8. PATH=$JAVA_HOME/bin:$PATH;export PATH
  9. To verify that the required SDK is installed on your system, run the following command:
  10. java —version

    Make sure the output contains the following string:

    java version "1.4.2_05"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.1-1 (build ari-38317-20041124-1225-linux-ia32, Native Threads, GC strategy: parallel)

Downloading and Installing WebLogic Server 8.1 SP4

To download and install WebLogic Server 8.1 SP4 on Red Hat Enterprise Linux 4.0 AS, ES with Update 1, complete the following procedure:

  1. Go to the BEA downloads site:
  2. http://commerce.bea.com/index.jsp
  3. Find your WebLogic Server release and Service Pack on the downloads page.
  4. Select "Red Hat Enterprise Linux (x86, EM64T, AMD64)."
  5. Download the WebLogic Server package installer: pj_server814_generic.jar.
  6. Install WebLogic Server using the instructions in "Starting Graphical-Mode Installation for .jar Installation Files" in Installing BEA WebLogic Platform at:
  7. http://download.oracle.com/docs/cd/E13196_01/platform/docs81/install/index.html

  8. Set the BEA_HOME variable to the directory in which WebLogic Server is installed and export BEA_HOME:
  9. export BEA_HOME=your_installation_directory
  10. In the script used to start WebLogic Server, $BEA_HOME/weblogic81/server/bin/startWLS.sh, append the following code to the Linux case statement.
  11. LINUX|Linux)
    arch='uname -m'
    if[ "${arch}" = "x86_64" ]; then
    arch=i686
    fi

 

Back to Top Previous Next