8.1 Supported Configurations: IBM AIX 5.3 on pSeries
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
This section provides the following information:
http://www.ibm.com
.
|
||
The WebLogic Workshop IDE and WebLogic Integration Format Builder are not supported on IBM AIX systems. IBM AIX is supported for the production deployment of applications developed in the WebLogic Workshop IDE. Debugging of applications developed in the WebLogic Workshop IDE, for deployment on AIX, should be accomplished to the extent possible on the Workshop development system; use of JVM debug mode with the IBM JVM significantly degrades application performance and debugging effectiveness. IBM AIX is also supported for the development and production deployment of WebLogic Server applications developed with other tools. |
||
This section provides workarounds for the following problems:
For more information about known issues with this release, see the Release Notes for WebLogic Platform 8.1 or the appropriate product component of WebLogic Platform. For a list of available Release Notes documents, see:
http://download.oracle.com/docs/cd/E13196_01/platform/docs81/interm/relnotes.html
IBM has released a Timezone Update Utility to update DST data without the need to upgrade Java. See IBM Time Zone Update Utility for JavaTM.
The IIOP thin client is not supported on AIX due to dependencies on the JVM. Only thin-client applications are affected by this issue.
To work around this issue, run WebLogic Server on AIX and your thin client on another operating system.
The default size of the buffer for UDP_SENDSPACE
is 9216 (9 KB), but WebLogic Server sends fragments, up to 32 KB in size, to UDP_SENDSPACE
. As a result, use of a buffer size smaller than 32 KB may cause an I/O exception.
To prevent such I/O exceptions:
If your system does not include a directory called /etc/.java
, GUI-mode installation fails with one of the following error messages:
ERROR-WARNING: Could not create system preferences directory. System preferences are unusable.
ERRORjava.util.prefs.FileSystemPreferences checkLockFile0ErrorCode
ERROR>WARNING: Could not lock System prefs. Unix error code 1103701049.
To work around this problem, implement one of the following steps:
/etc/.java
.java
command to install WebLogic Platform:-Djava.util.prefs.userRoot=$HOME/
temp_directory
The jDriver for Oracle 8.1.7.4 is supported on the AIX 32-bit kernel, but it is not supported on the AIX 64-bit kernel. For a list of AIX versions on which Oracle 8.1.7.4 is supported, see the Oracle support site:
Use of the JVM debug mode with the IBM JVM significantly degrades application performance and debugging effectiveness. Therefore, whenever you run WebLogic Platform on an AIX configuration, BEA strongly recommends that you disable the JVM debug mode (which, by default, is enabled by WebLogic Platform). Disabling debug mode is recommended for all domains, both existing ones and domains created using the Configuration Wizard.
Note: If you would still like to enable JVM debug mode, see How to Enable JVM Debug Mode for the procedure.
To disable JVM debug mode, you have a choice of two methods, which are described in the following sections.
Note: If you are going to perform this procedure, you must do so before launching QuickStart.
Pass the 'nodebug
' command-line argument to the server startup script. For example:
$ ./startWebLogic.sh nodebug
Note: Enabling debug mode is not recommended because this mode affects server performance.
Note: This limitation is reported, in CR135846, in the "Known Limitations" section of the WebLogic Platform 8.1 Release Notes.
Because the Xalan transformer shipped with the IBM SDK 1.4.2 is JAXP 1.2-compliant, but WebLogic Platform supports only applications based on JAXP 1.1, you must set the Transformer Factory to weblogic.apache.xalan.processor.TransformerFactoryImpl
.
To set the XML Transformer and Parser Factories, you have a choice of three methods:
A procedure for each method is provided in the following sections.
JAVA_OPTIONS
: "-Djavax.xml.transform.TransformerFactory=weblogic.apache.xalan.processor.TransformerFactoryImpl
-Djavax.xml.parsers.SAXParserFactory=weblogic.apache.xerces.jaxp.SAXParserFactoryImpl
-Djavax.xml.parsers.DocumentBuilderFactory=weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl"
config.xml
file. In a text editor, open config.xml
and make the following changes:<Server Name="Server_Name"
.
.
.
XMLRegistry="SampleXMLRegistry">
SampleXMLRegistry
, as follows:<XMLRegistry Name="SampleXMLRegistry"
TransformerFactory="weblogic.apache.xalan.processor.TransformerFactoryImpl"
SAXParserFactory="weblogic.apache.xerces.jaxp.SaxParserFactoryImpl"
DocumentBuilderFactory="weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>
http://download.oracle.com/docs/cd/E13222_01/wls/docs81/ConsoleHelp/xml.html
Before you can upgrade your WebLogic Platform system from a pre-8.1 SP4 version to 8.1 SP4 on AIX, you must clean out any unused libraries manually. If you have not done such a cleanup before trying to upgrade your system, the upgrade installation may fail with the following message:
Fatal error. Cannot move libmuxer.so which is in use.
To perform a proper memory cleanup, log on as root and run slibclean
, an AIX utility. Then re-start the upgrade procedure. For more information, see the instructions in the Release Notes for WebLogic Platform 8.1, for upgrading from SP1 to SP3:
http://download.oracle.com/docs/cd/E13196_01/platform/docs81/relnotes/relnotes.html#cr206782
Note: The instructions provided in the Release Notes were originally written to explain how to upgrade from SP1 to SP3, but they are also valid for performing an upgrade to 8.1 SP4 from any pre-SP4 version of WebLogic Platform 8.1.
Complete the following procedures:
To download and install operating system patch IY58143 for IBM AIX 5.3, complete the following steps:
https://techsupport.services.ibm.com/server/aix.fdc
Complete the following procedure to download and install the IBM SDK 1.4.2 on IBM AIX (32-bit) build ca1420-20040626:
For caveats about using WebLogic Platform 8.1 SP4 on an IBM AIX 5.3 configuration, see Known Issues.
Note: This SDK patch is optional for existing applications based on IBM SDK 1.4.2 GA.
Complete the following procedure to download and install IBM SDK 142sr2 (IY72469) on AIX:
https://techsupport.services.ibm.com/server/aix.fdc
/usr/java14/bin/java -
version
To install WebLogic Platform 8.1 SP4 on an IBM AIX 5.3 configuration:
http://commerce.bea.com
.jar
installation files, as described in Installing WebLogic Platform. For example, if you are installing in console mode, enter the following on the command line:$ java -jar pj_platform814_generic.jar -mode=console
For detailed instructions, see "Starting Console-Mode Installation on UNIX Systems" in Installing BEA WebLogic Platform:
http://download.oracle.com/docs/cd/E13196_01/platform/docs81/install/console.html#instcon003
Note: When using an Asian version of an installer (such as an installer for Japanese, Korean, or Simplified Chinese), you need to increase the maximum heap size to 256 MB by specifying the -Xmx256m
argument on the command line. For example, if you are using a Japanese installer, enter the following command:$ java -Xmx256m -jar pj_platform813_ja_generic.jar -mode=console
For more information, see Installing BEA WebLogic Platform.
On an AIX 5.3 system, WebLogic Platform 8.1 SP4 requires a patch, which is delivered in wl81sp4_platform_aix_patch.zip
. This zip file contains two files:
CR209405_temp.jar
is the patch itself.81sp4-CR209405-patch-README.txt
provides instructions for setting up your environment and installing the patch.To obtain the patch and instructions, complete the following procedure:
![]() ![]() |
![]() |
![]() |