Skip navigation.

8.1 Supported Configurations: Novell SUSE LINUX Enterprise Server 8 on PowerPC

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

Novell SUSE LINUX Enterprise Server 8 on PowerPC, POWER3 and POWER4 with WebLogic Server 8.1 SP2


 

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 SP2 on Novell SUSE LINUX Enterprise Server 8 on PowerPC, POWER3 and POWER4

Operating System Version and Patches

Novell SUSE LINUX Enterprise Server 8.0 (32-bit)

Chip Architecture and Minimum Processor Speed

  • pSeries PowerPC, POWER3 (1 GHz)

  • pSeries PowerPC, POWER4 (1 GHz)

SDK

IBM SDK 1.4.1 SR1 32-bit java version "1.4.1" JavaTM 2 Runtime Environment, Standard Edition (build 1.4.1) Classic VM (build 1.4.1, J2RE 1.4.1 IBM build cxppc321411-20030930 (JIT enabled: jitc))

Design and Development Tools

Supports WebLogic Server 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

This section provides workarounds for the following issues:

http://www-106.ibm.com/developerworks/java/jdk/linux140

For more information about known issues with this release, see the Release Notes for WebLogic Server 8.1:

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

 


Download and Installation Instructions

This section provides procedures for the following tasks:

Downloading IBM SDK 1.4.1 SR1

To download IBM SDK 1.4.1 SR1 (cxppc321411-20030930 build), complete the following procedure:

  1. Go to the download site for IBM Developer Kits:
  2. http://www-106.ibm.com/developerworks/java/jdk/linux140
  3. Select the Download link on the right-hand side of the page.
  4. Select SDK 141SR1 for p-series for 32-bit, and select Continue.
  5. When prompted, sign in.
  6. Download one of the following JRE files:
    • For rpm format: IBMJava2-JRE-1.4.1-1.0.ppc.rpm
    • For tgz format: IBMJava2-JRE-141.ppc.tgz
  7. Download one of the following SDK files:
    • For rpm format: IBMJava2-SDK-1.4.1-1.0.ppc.rpm
    • For tgz format: IBMJava2-SDK-141.ppc.tgz

Downloading and Installing WebLogic Server 8.1 SP2 and Supplemental JAR File

To download the installer for WebLogic Server 8.1 SP2 and the supplemental JAR file for 8.1 SP2, complete the following procedure:

  1. Go to the BEA download site: http://commerce.bea.com
  2. Download the following items:
    • Novell SUSE LINUX Enterprise Server (SLES) 8 for IBM pSeries-specific installer for WebLogic Server 8.1 SP2: pj_server812_generic.jar
    • Supplemental JAR file for WebLogic Server 8.1 SP2: wls81sp2_plinux_supp.jar
  3. Install WebLogic Server 8.1 SP2 by completing the console-mode installation procedure for .jar files available in Installing WebLogic Platform at http://download.oracle.com/docs/cd/E13196_01/platform/docs81/install/console.html:
  4. $ java -jar pj_server812_generic.jar -mode=console

  5. Unjar the wls81sp2_plinux_supp.jar file to the following directory:
  6. your_installation_directory/weblogic81

    For example, if you save wls81sp2_plinux_supp.jar in /tmp, enter the following commands to unjar the supplemental file:

    $ export WL_HOME=/your_installation_directory/weblogic81;
    $ cd $WL_HOME;
    $ jar xvf /tmp/wls81sp2_plinux_supp.jar;

 

Back to Top Previous Next