Oracle11g HTTP Server Installation Procedure (On Linux)

1. Download & Install Java SE Development Kit 6u37 :  
http://download.oracle.com/otn-pub/java/jdk/6u37-b06/jdk-6u37-linux-x64-rpm.bin

Also download & Install Java SE Runtime Environment 6 Update 37:  
http://download.oracle.com/otn-pub/java/jdk/6u37-b06/jre-6u37-linux-x64-rpm.bin
 

-- Check Java Version

# java -version

java version "1.6.0_37"

Java(TM) SE Runtime Environment (build 1.6.0_37-b06)

Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01, mixed mode)

2. Dowload Oracle WebLogic Server 11gR1 (10.3.6) + Coherence - Package Installer (For 64-bit JVM Support)

from http://download.oracle.com/otn/nt/middleware/11g/wls/1036/wls1036_generic.jar
Install Weblogic Server by the following procedures:

export DISPLAY="10.2.1.123:0"

java -jar wls1036_generic.jar

 

                 

 

 

 

3. Launch Weblogic Server

-- Create a Password File for Starting Weblogic Server

/u01/Middleware/user_projects/domains/base_domain/servers/

AdminServer/security/boot.properties

>>
password=weblogic_pwd
username=weblogic

 

-- Start Weblogic Server

/u01/Middleware/user_projects/domains/base_domain/startWebLogic.sh &

-- Launch Weblogic Server 11g Administration Console:

http://oraclewebserver50:7001/console/login/LoginForm.jsp

  

4. Download Oracle Forms and Reports 11g Release 2 Contains Oracle Forms and

Reports 11gR2 (11.1.2.0.0).

http://download.oracle.com/otn/linux/middleware/11g/111200/

ofm_frmrpts_linux_11.1.2.0.0_64_disk1_1of1.zip


5. Install Oracle Forms 11g:        

   unzip ofm_frmrpts_linux_11.1.2.0.0_64_disk1_1of1.zip

   cd Disk1

   ./runInstaller

 

 

 

 

* Since creating domain failed during the installation due to an Oracle bug, the installation need to be cancelled at this moment in time
and install patchset instead.

 

 

6. Install Oracle Portal, Forms, Reports and Discover 11g Patchset:

 

cd /source/Oracle_Portal_11g/p9585598_111130/Disk1

./runInstaller

 

 

 

 

 

-- Reconfig Oracle Portal, Forms, Reports and Discoverer 11g by running the following shell script:

/u01/Middleware/as_1/bin/config.sh

 

 

n  Restart Oracle HTTP Server

 

/u01/Middleware/asinst_1/bin/opmnctl stopall
/u01/Middleware/asinst_1/bin/opmnctl startall
/u01/Middleware/asinst_1/bin/opmnctl status

 

Processes in Instance: asinst_1
---------------------------------+--------------------+---------+---------
ias-component                    | process-type       |     pid | status
---------------------------------+--------------------+---------+---------
emagent_asinst_1                 | EMAGENT            |    6519 | Alive
webcache1                        | WebCache-admin     |    6518 | Alive
webcache1                        | WebCache           |    6517 | Alive
ohs1                             | OHS                |    6516 | Alive

 The welcome page of Oracle Fusion Middleware shows that the Oracle HTTP Server has been installed successfully.

 

 

.

文章標籤
全站熱搜
創作者介紹
創作者 DanBrother 的頭像
DanBrother

DanBrother的部落格

DanBrother 發表在 痞客邦 留言(0) 人氣(104)