Skip navigation.

8.1 Supported Configurations: Red Hat Enterprise Linux 4.0 AS, ES on IBM pSeries

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

Red Hat Enterprise Linux 4.0 AS, ES on IBM pSeries 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 1-1 Requirements for WebLogic Server 8.1 SP4 on Red Hat Enterprise Linux 4.0 AS, ES on IBM pSeries

Operating System Version and Patches

Red Hat Enterprise Linux 4.0 AS, ES Kernel 2.6.9-5.EL with glibc 2.3.4-2 and later updates and errata levels (64-bit kernel)

Chip Architecture and Minimum Processor Speed

  • IBM Power4 (1.452 GHz)

  • IBM Power5 (1.452 GHz)

SDK

IBM SDK for 64-bit pSeries with Version 1.4.2 SR1a +82052 + 85266

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Classic VM (build 1.4.2, J2RE 1.4.2 IBM build cxp64142sr1aifx-20050427 (142SR1a + 82052 + 85266) (JIT enabled: jitc))

Design and Development Tools

Supports WebLogic Server design and development tools.

RAM

512 MB required; 1 GB recommended

Performance Pack

Included

lib/linux/ppc64/libmuxer.so

Node Manager

Included

Native

BEA jDrivers for Oracle

Not supported


 

 


Known Issues

Issue

Description

Workaround

IIOP Thin Client not supported

The IIOP Thin Client is not supported on Red Hat Enterprise Linux on IBM pSeries configurations due to dependencies on the JVM. Only thin-client applications are affected by this issue.

Run WebLogic Server on Red Hat Enterprise Linux on IBM pSeries configurations, and your Thin Client on another operating system.

Language setting limitation

The JSP files of WebLogic Server sample applications are encoded in ISO8859-1, but the default encoding on Red Hat Enterprise Linux on IBM pSeries configurations is UTF-8. This difference causes errors when JSP files are parsed.

Set the environment variable LANG to en_US.ISO8859-1 by entering the following command:
export LANG=en_US.ISO8859-1

wlkeytool not supported

wlkeytool is not supported on Red Hat Enterprise Linux 4.0 on IBM pSeries (64-bit environment).

None

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 IBM 64-bit SDK 1.4.2

  1. Go to the following IBM download site:
  2. https://www14.software.ibm.com/webapp/iwm/web/reg/pick.do?source=lxdk

  3. Register and accept the license agreement.
  4. The download page is displayed.

  5. Select "IBM SDK for 64-bit iSeries/pSeries, Version 142 SR1a-2."
  6. Follow the instructions displayed to download the SDK in tgz format and install it. For example:
  7. tar xzf IBMJava2-SDK-142.ppc64.tgz
  8. Set the JAVA_HOME environment variable to the directory in which IBM SDK 1.4.2 SR1a+ is installed, and export JAVA_HOME. For example:
  9. export JAVA_HOME=/opt/IBMJava2-ppc64-142
  10. Make sure that your PATH variable includes $JAVA_HOME/bin. For example:
  11. export PATH=$JAVA_HOME/bin:$PATH
  12. To verify that the required SDK fixes are now installed on your system, run the following command:
  13. java -version

    Make sure the output contains the following string:

    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM build cxp64142sr1aifx-20050427 (142SR1a + 82052 + 85266) (JIT enabled: jitc))

Downloading and Installing WebLogic Server 8.1 SP4 and Supplemental JAR File

To download and install WebLogic Server 8.1 SP4, complete the following procedure:

  1. Go to the BEA downloads site:
  2. http://commerce.bea.com/index.jsp
  3. Download the following items:
  4. Install WebLogic Server 8.1 SP4 by running the following command in console mode:
  5. $ java -Dos.name=plinux -jar pj_server814_generic.jar -mode=console

    For a detailed console-mode procedure for installing JAR files, see Installing BEA WebLogic Platform: http://download.oracle.com/docs/cd/E13196_01/platform/docs81/install/index.html.

  6. Unjar the wls81sp4_plinux64_supp.jar file to the new directory. For example, if you have saved wls81sp4_plinux64_supp.jar in a directory called /tmp, enter the following commands to unjar the supplemental file:
  7. $ export WL_HOME=/your_installation_directory/weblogic81;
    $ cd $WL_HOME/server/lib/linux;
    $ jar -xvf /tmp/wls81sp4_plinux64_supp.jar;

  8. Add execute permission to the files in weblogic81/server/bin and weblogic81/server/lib:
  9. $chmod +x $WL_HOME/server/bin/*
    $chmod -R +x $WL_HOME/server/lib/linux/ppc64/*

 

Back to Top Previous Next