8.1 Supported Configurations: Red Hat Enterprise Linux 4.0 AS, ES on AMD64 and EM64T
Red Hat Enterprise Linux 4.0-1 AS, ES on AMD64 and EM64T with WebLogic Server 8.1 SP4
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
|
|
|
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
|
|
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:
- Go to the Red Hat download site:
https://rhn.redhat.com
- Log in with a valid username and password.
- Perform the following steps:
- In the following window, select
Easy ISOs.
- Click Red Hat Enterprise Linux AS or ES (v. 4 for 64-bit AMD64/Intel EM64T).
- Select Red Hat Enterprise Linux AS or ES 4 Update 1 (AMD64/Intel EM64T).
- Download Install Disks 1-5.
- Install the entire disk set (Install Disks 1-5) system.
Downloading and Installing BEA WebLogic JRockit 1.4.2 SDK
- 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:
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.
- Install the downloaded kit by completing the instructions in Installing WebLogic JRockit:
http://download.oracle.com/docs/cd/E13188_01/jrockit/docs142/install/index.html
- Update the
JAVA_HOME environment variable to reflect the SDK installation directory. For example:
JAVA_HOME=/usr/jrockit-j2sdk1.4.2_05;export JAVA_HOME
- Update the
PATH environment variable to include $JAVA_HOME/bin. For example:
PATH=$JAVA_HOME/bin:$PATH;export PATH
- To verify that the required SDK is installed on your system, run the following command:
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:
- Go to the BEA downloads site:
http://commerce.bea.com/index.jsp
- Find your WebLogic Server release and Service Pack on the downloads page.
- Select "Red Hat Enterprise Linux (x86, EM64T, AMD64)."
- Download the WebLogic Server package installer:
pj_server814_generic.jar.
- Install WebLogic Server using the instructions in "Starting Graphical-Mode Installation for .jar Installation Files" in Installing BEA WebLogic Platform at:
http://download.oracle.com/docs/cd/E13196_01/platform/docs81/install/index.html
- Set the
BEA_HOME variable to the directory in which WebLogic Server is installed and export BEA_HOME:
export BEA_HOME=your_installation_directory
- In the script used to start WebLogic Server,
$BEA_HOME/weblogic81/server/bin/startWLS.sh, append the following code to the Linux case statement.
LINUX|Linux)
arch='uname -m'
if[ "${arch}" = "x86_64" ]; then
arch=i686
fi