oracle fusion middleware 11g (ofm11g) on red hat 4 update 5

Post on 12-Sep-2021

14 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Author – A.Kishore http:/www.appsdba.info

Oracle Fusion Middleware 11g (ofm11g) on Red hat 4 update 5

Here are steps I have followed for the Installation

• Install Oracle Database (i used Oracle database 11.1.0.7) • Create Schemas for Oracle SOA Suite and Oracle BAM by using

Repository Creation Utility (RCU) • Install Oracle WebLogic Server and Create the Middleware Home • Installing Oracle SOA Suite • Configuring Oracle SOA Suite • Post-Installation Tasks • Installing Oracle SOA Suite Design-Time Components

Software Required

Ø Oracle DB Version: Oracle Database 10g (10.2.0.4.0) or Higher Ø Weblogic Server: oepe111130_wls1032_linux32.bin Ø RCU Version: ofm_rcu_linux_11.1.1.2.0_disk1_1of1.zip Ø SOA Version: ofm_soa_generic_11.1.1.2.0_disk1_1of1.zip Ø Jdeveloper 11.1.1.2.0

Author – A.Kishore http:/www.appsdba.info

http://www.oracle.com/technetwork/middleware/downloads/fmw-11-download-092893.html

Author – A.Kishore http:/www.appsdba.info

Install Oracle Database (i used Oracle database 11.1.0.7)

1> Repository Creation Utility

Create Schemas for Oracle SOA Suite and Oracle BAM by using Repository Creation Utility (RCU)

Unzip ofm_rcu_linux_11.1.1.2.1_disk1_1of1.zip and run ./rcu

groupadd dba

useradd oraclesoa –g dba

I needed to change the next parameters in the db

• alter system set PROCESSES=500 scope=SPFILE; • alter system set open_cursors=500 scope=SPFILE;

And next parameters in the linux kernel /etc/security/limits.conf

oraclesoa hard nofile 4096

oraclesoa soft nofile 4096

Author – A.Kishore http:/www.appsdba.info

cd $SOA_SOFTWARE/rcuHome/bin

./rcu

Author – A.Kishore http:/www.appsdba.info

Setup your own db instance

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

I selected all components

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Create Create

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Install Oracle WebLogic Server and Create the Middleware Home

chmod 777 oepe111130_wls1032_linux32.bin

./ oepe111130_wls1032_linux32.bin

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Installing Oracle SOA Suite

Unzip ofm_soa_generic_11.1.1.1.0_disk1_1of1.zip and run ./runInstaller in Disk1

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Configuring Oracle SOA Suite

Now we need to configure the soa suite installation with the Oracle Fusion Middleware Configuration Wizard. Go to

cd /home/oraclesoa/Oracle/Middleware/Oracle_SOA1/common/bin

./config.sh

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

oracle10g

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Author – A.Kishore http:/www.appsdba.info

Installation is done!

administration server http://host:admin_server_port (default installation : http://linux1:7001) wls console http://host:admin_server_port/console (default installation : http://linux1:7001/console) enterprise manager http://host:admin_server_port/em (default installation : http://linux1:7001/em)

SOA Infra

http://linux1:8001/soa-infra/

Author – A.Kishore http:/www.appsdba.info

Post-Installation Tasks start and stop su – oraclesoa cat 1.sh /home/oraclesoa/Oracle/Middleware/user_projects/domains/base_domain/startWebLogic.sh cat 2.sh /home/oraclesoa/Oracle/Middleware/user_projects/domains/base_domain/bin/startManagedWebLogic.sh soa_server1 cat 3.sh /home/oraclesoa/Oracle/Middleware/user_projects/domains/base_domain/bin/startManagedWebLogic.sh bam_server1 1. Type sh 1.sh in the first terminal and wait for "RUNNING" Mode. 2. Type sh 2.sh in the second terminal.Enter weblogic/oracle10g for username/password in the terminal 3. Type sh 3.sh in the third terminal.Enter weblogic/oracle10g for username/password in the terminal

Author – A.Kishore http:/www.appsdba.info

Installing Oracle SOA Suite Design-Time Components

For development we will download Oracle JDeveloper 11g R1 - 11.1.1.2.0 To be able to create soa projects in it we need to update it with the Oracle SOA Suite Extension. Go to Help > Check for Updates. Select ‘Oracle Fusion Middleware Products’ in the ‘Search Update Centers’, next and select ‘Oracle SOA Suite Composite Editor 11.1.1.0′.

http://linux1.com:7001

Use firefox only

http://linux1.com:7001/em

http://linux1.com:8001/b2bconsole/faces/login.jspx

weblogic/oracle10g

Author – A.Kishore http:/www.appsdba.info

http://www.packtpub.com/article/installation-configuration-oracle-soa-suite-11g-2

http://eelzinga.wordpress.com/2009/07/04/oracle-fusion-middleware-11g-ofm11g-on-centos-5/

http://www.emarcel.com/emarcel/soa-suit/142-installing-oracle-aia-11g-foundation-pack-on-linux -Good Site

top related