Thursday, August 7, 2014

Configuring coherence for SOA 11g

Configuring coherence for SOA Step 1 :By default youu have multicast configured in your setDomainEnv.sh. We recommend to remove the tangosol entries from that file, configure Coherence like this: 1.a : removing tangosol from setDomainEnv.sh .. 1.b : take a backup of setDomainEnv.sh 1.c : vi setDomainEnv.sh ..remove the entry tangosol …save the file .. Step 2. Configuring Coherence. 2.a Contact network team and request them two create two virtual host …which point to the ip of the server where soa managed servers are installed . cat /etc/hosts 172.30.15.145 SOATEST1VHN1.mof.local SOATEST1VHN1 172.30.15.146 SOATEST2VHN1.mof.local SOATEST2VHN1 2.b create two virtual host from wls console along with two channel 0 and 1 respectively CLICK ON NEW AND CREATE Channel-0 AND Chaneel-1 RESPECTIVELY Creating Chaneel-1 2.c Login to wls console click on soa server 1 .configuration .server –startup and give the below - Log into the Oracle WebLogic Server Administration Console. - In the Domain Structure window, expand the Environment node. - Click Servers. The Summary of Servers page appears. - Click the name of the server (WLS_SOA1 or WLS_SOA2, which are represented as hyperlinks) in Name column of the table. The settings page for the selected server appears. - Click Lock and Edit. - Click the Configuration tab, and then the Server Start tab. - Enter the following for WLS_SOA1 and WLS_SOA2 into the Arguments field. For WLS_SOA1, enter the following: -Dtangosol.coherence.wka1=SOAHOST1VHN1 -Dtangosol.coherence.wka2=SOAHOST2VHN1 -Dtangosol.coherence.localhost=SOAHOST2VHN1 For WLS_SOA2, enter the following: -Dtangosol.coherence.wka1=SOAHOST1VHN1 -Dtangosol.coherence.wka2=SOAHOST2VHN1 -Dtangosol.coherence.localhost=SOAHOST2VHN1 2.d http://download.oracle.com/docs/cd/E17904_01/core.1111/e12036/extend_bpmn.htm#SOEDG420 After doing this you need a full cluster reboot. NOTE: Coherence is responsible for deploying application in a cluster environment.

No comments:

Post a Comment