Supported Configurations: Sun Solaris
|
|
This section provides the following information:
http://www.sun.com/solaris.http://www.sun.com/service/support.
Both WebLogic Server 9.0 and AquaLogic Service Bus 2.0 are supported on Sun Solaris 10 on SPARC hardware. WebLogic Server 9.0 on Solaris 10 is also supported on x86 and AMD64. For detailed requirements for these configurations, see the appropriate table:
|
Sun Java 2 JDK 5.0 with the Java HotSpotTM Client and Server VMs (32-bit) and all later service packs of 5.0 |
|
|
Sun Java 2 JDK 5.0 Update 4 with the Java HotSpotTM Server VM (32-bit) and all later updates of 5.0 |
|
A Serial Version UID Mismatch Issue may be encountered if you deploy an application on a latest JVM, but compiled with an earlier JDK release.
Workaround: To be compatible with the serialization of previously compiled applications, modify the <BEA_HOME>/Weblogic90/common/bin/commEnv.sh file to include the following command:
JAVA_OPTIONS="$JAVA_OPTIONS -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0"
Alternatively, you can use the command line option:
export JAVA_OPTIONS="$JAVA_OPTIONS -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0"
Note: If you intend to deploy new applications with previously compiled applications, they must be recompiled as necessary to have the same Serial Version UID.
For information about known issues with BEA products supported on this configuration, including available workarounds, see the appropriate Release Notes document.
This section provides instructions for:
To install WebLogic Server or AquaLogic Service Bus on a configuration consisting of Solaris 10 on SPARC, follow the instructions provided in BEA Products Installation Guide:
http://e-docs.bea.com/common/docs90/install/index.html
Note: If you want to use the Solaris Zones feature, you must implement a few configuration requirements during the installation of WebLogic Server. Therefore, if you plan to use this feature, read the instructions in Configuring WebLogic Server for Multi-Zone Operation, before launching the installer.
To install WebLogic Server 9.0 on your Sun Solaris 10 configuration, complete the following steps:
To download the installer for WebLogic Server 9.0, complete the following procedure:
http://commerce.bea.com.Now you have the components required for your installation: the Sun Java 2 JDK 5.0 Update 4 and the WebLogic Server package installer.
Note: If you want to use the Solaris Zones feature, you must implement a few configuration requirements during the installation of WebLogic Server. Therefore, if you plan to use this feature, read the instructions in Configuring WebLogic Server for Multi-Zone Operation, before launching the installer.
LD_LIBRARY_PATH so it points to the x86 directory under server/native/solaris. In other words, replace all occurrences of ${WL_HOME}/server/native/solaris/sparc with ${WL_HOME}/server/native/solaris/x86 in the following script: ${WL_HOME}/common/bin/commEnv.sh
$ chmod -R +x $WL_HOME/server/native/solaris/x86/*
$ chmod -R +x $WL_HOME/server/plugin/solaris/x86/*
To install WebLogic Server 9.0 on your Sun Solaris 10 configuration, complete the following steps:
To download the installer for WebLogic Server 9.0, complete the following procedure:
http://commerce.bea.com.Now you have the components required for your installation: the Sun Java 2 JDK 5.0 Update 4 and the WebLogic Server package installer.
Note: If you want to use the Solaris Zones feature, you must implement a few configuration requirements during the installation of WebLogic Server. Therefore, if you plan to use this feature, read the instructions in Configuring WebLogic Server for Multi-Zone Operation, before launching the installer.
LD_LIBRARY_PATH so it points to the x86 directory under server/native/solaris. In other words, replace all occurrences of ${WL_HOME}/server/native/solaris/sparc with ${WL_HOME}/server/native/solaris/x86 in the following script: ${WL_HOME}/common/bin/commEnv.sh
$ chmod -R +x $WL_HOME/server/native/solaris/x86/*
$ chmod -R +x $WL_HOME/server/plugin/solaris/x86/*
WebLogic Server can be run in multiple zones of a Solaris 10 system, with some limitations (see Migration Support for Solaris Zones), as long as the product is installed and configured to accommodate the Solaris Zones feature.
To prepare your WebLogic Server installation to accommodate Solaris Zones, complete the following procedure:
Note: BEA strongly recommends this step so you can avoid installing WebLogic Server in the default root file system. If WebLogic Server is installed in the default root, all zones will require write access to root and such widespread write access is not recommended.
The following WebLogic Server features are not supported on Solaris Zones:
These features rely on the use of a fully supported ifconfig command to migrate an IP address from one machine to another. The fully supported ifconfig command capability does not exist within a local Solaris zone.
|
|
|