Sunday, February 14, 2010

Weblogic 11gR1 on Linux

Downloaded from http://edelivery.oracle.com
Choose "Peoplesoft Entreprise", plateform "Linux x86", then under "PeopleSoft Enterprise - PeopleTools 8.50 Media Pack", choose the disk :
"Oracle WebLogic Server 11gR1 (10.3.1) for Linux x86"

1. We will reuse the group psoft create during the Tuxedo installation, but the Weblogic installation will be with a new user
useradd -g psoft weblogic

2. Install software as weblogic user.
The weblogic's installation folder might be inside the PS_HOME directory, but since we can share the Weblogic software by multiple Peopletools and Peoplesoft applications, better to externalize the Weblogic software and do not duplicate the installation.
[weblogic@orion3:/nfs/software/PeopleSoftCD/BEA/Weblogic/Oracle_Weblogic_11gR1_Linux]$ ./wls1031_linux32.bin -mode=console
Extracting 0%....................................................................................................100%

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

Welcome:
--------

This installer will guide you through the installation of WebLogic 10.3.1.0. Type "Next" or enter to proceed to the next prompt. If you want to change data entered previously, type "Previous". You may quit the installer at any time by typing "Exit".

Enter [Exit][Next]>

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

Choose Middleware Home Directory:
---------------------------------

"Middleware Home" = [Enter new value or use default "/home/weblogic/Oracle/Middleware"]

Enter new Middleware Home OR [Exit][Previous][Next]> /apps/mdlware

note : /apps/mdlware is my Middleware Oracle home hosting Tuxedo and Weblogic

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

Choose Middleware Home Directory:
---------------------------------

"Middleware Home" = [/apps/mdlware]

Use above value or select another option:
1 - Enter new Middleware Home
2 - Change to default [/home/weblogic/Oracle/Middleware]

Enter option number to select OR [Exit][Previous][Next]>

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

Register for Security Updates:
------------------------------

note : give your email addess to the following to keep informed, otherwise, don't give it, but reply Yes to the question whether you want to keep UNinformed
Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html

1|Email:[]
2|My Oracle Support Password:[]
3|Receive Security Update:[Yes]

Enter index number to select OR [Exit][Previous][Next]> 3

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

Register for Security Updates:
------------------------------

Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html

"Receive Security Update:" = [Enter new value or use default "Yes"]

Enter [Yes][No]? No

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

Register for Security Updates:
------------------------------

Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html

"Receive Security Update:" = [Enter new value or use default "Yes"]

** Do you wish to bypass initiation of the configuration manager and
** remain uninformed of critical security issues in your configuration?

Enter [Yes][No]? Yes

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

Register for Security Updates:
------------------------------

Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html

1|Email:[]
2|My Oracle Support Password:[]
3|Receive Security Update:[No]

Enter index number to select OR [Exit][Previous][Next]>

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

Register for Security Updates:
------------------------------

Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html

1|Email:[]
2|My Oracle Support Password:[]
3|Receive Security Update:[No]

Enter index number to select OR [Exit][Previous][Next]>

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

Choose Install Type:
--------------------

Select the type of installation you wish to perform.

->1|Typical
| Install the following product(s) and component(s):
| - WebLogic Server

2|Custom
| Choose software products and components to install and perform optional configuration.

Enter index number to select OR [Exit][Previous][Next]>

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

Choose Product Installation Directories:
----------------------------------------

Middleware Home Directory: [/apps/mdlware]

Product Installation Directories:

"WebLogic Server" = [Enter new value or use default "/apps/mdlware/wlserver_10.3"]

Enter new WebLogic Server OR [Exit][Previous][Next]>

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

The following Products and JDKs will be installed:
--------------------------------------------------

WebLogic Platform 10.3.1.0
|_____WebLogic Server
| |_____Core Application Server
| |_____Administration Console
| |_____Configuration Wizard and Upgrade Framework
| |_____Web 2.0 HTTP Pub-Sub Server
| |_____WebLogic JDBC Drivers
| |_____Third Party JDBC Drivers
| |_____WebLogic Server Clients
| |_____WebLogic Web Server Plugins
| |_____UDDI and Xquery Support
|_____JDKs
|_____Sun SDK 1.6.0_11
|_____Oracle JRockit 1.6.0_05 SDK

*Estimated size of installation: 841.1 MB

Enter [Exit][Previous][Next]>
Feb 14, 2010 10:40:32 AM java.util.prefs.FileSystemPreferences$2 run
INFO: Created user preferences directory.

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

Installing files..

0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

Installing JDK....

0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]

Performing String Substitutions...

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

Configuring OCM...

0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]

Creating Domains...

<-------------------------------------------------------------------- Oracle Installer - WebLogic 10.3.1.0 -------------------------------------------------------------------->

Installation Complete

Congratulations! Installation is complete.

Press [Enter] to continue or type [Exit]>
[weblogic@orion3:/nfs/software/PeopleSoftCD/BEA/Weblogic/Oracle_Weblogic_11gR1_Linux]$

No comments: