Thursday 19 December 2013

Configure OSB domain


  • Go to All programes-->Oracle service bus-->configuration wizard




  • select create new weblogic domain and Click next.


  • select the above check boxes..and say next.


  • Enter new domain name and say next..

Note:don't create Managed servers at the time of creating domain to avoid exceptions while applying OWSM security for proxy services..So that we can run admin server only.To do this Select OSB for developers check box instead of oracle service bus

  • Enter weblogic werver pwd

                 weblogic/welcome1 and say next..
  • Leave the jdk locations as it is and say next..
  • Select the OWSM MDSSchema checkbox enter the following details and say next.Here pwd is Oracle123.


  • Configure the datasources correctly

1.OWSM MDS Schema
enter the details that we have provided while installing RCU.

Here
Vendor:Oracle
Driver:service connections
Schema Owner:OSBDEV_MDS
Schema Password:Oracle123
DBMS/Service:orcl
Host name:local host
Port:1521

2.OSB JMS Reporting Provider
Scema Owner:OSBDEV_SOAINFRA
remaing all same as above

  • Make sure that all test of all data sources are success.
              We Can check this Owner name and version in the following table (db connection :)

                               select * from schema_version_registry;(to get these data sources information)
           Make sure that schema version for these two data sources is 11.1.1.7.0.Otherwise we can update the table with theese version and we can observe here is while installing RCU we need to select the above COMP_NAME s only..

  • Click on ok for the JDBC incomplete poppup.

  • Here select the Admin server ,Managed servers and Deployements..as shown below and say next.We need to create one admin server and managed server and configure the deployements for those servers in this step.
  • Here we need to add a new managed server named as osb_server1 bty clickind add button.(this has to be done when you select Oracle service bus check box instead of oracle service bus for developers as we discussed above while creating domain)

Name:osb_server1
Listen address:default
port:8011
ssl:disabled

and say next..

  • Leave cluster and machines screens as it is for now...
  • Say next..you will navigate to Targetdeployments screen
  • Observe there for admin server all the check boxes are checked by default.. check alla the checkboxes

Note:(again this is in the case If you not select oracle service bus for developers..If you selected this option we no need all these things beacause we have only one admin server in this case ,so all are deployed to admin server only.)
1.Observe that wsm-pm should be targeted to only osb_servrer1.
2.OWSM Policy Support in OSB Initializer delopyed in both admin and osb_server1.
3.Two data sources are tested succesfully

  • Click on create to create new domain..


Start the weblogic admin and osb server
by navigating to that path

ADMIN_SERVER
1.open cmd..go to this path..(location where you have installed WLS and osb and the Domain created)
                E:\OSB_Install_new\Oracle\Middleware\user_projects\domains\osb_domain_new\bin
                  startweblogic.cmd and say enter.
Note :If we select oracle service bus for developers..we no need to go to next steps.because we have only one admin server.

OSB_SERVER(Managed server)

1.open new cmd and go to this path
E:\OSB_Install_new\Oracle\Middleware\user_projects\domains\osb_domain_new\bin
2.startManagedWeblogicServer.cmd osb_server1
3.it will ask you for credentials
4.there enter weblogic/welcome1
say enter to run the osb_server    

No comments:

Post a Comment

test