Showing posts with label osb domain. Show all posts
Showing posts with label osb domain. Show all posts

Wednesday, February 17, 2016

Oracle SOA Suite 12c - OSB Domain Configuration part 2

This post is in continuation with previous post, you can find part 1 at :

http://osb-dheeraj.blogspot.com/2016/02/oracle-soa-suite-12c-osb-domain.html


Lets continue with domain creation steps



Step 10:
The Wizard will test each connection, if you have given correct information, then all connection will show success as below, Then Click Next




Step 11:
Click Next on the Screen,




Step 12:
On this screen select the elements, which you want to configure for your domain. For example select Admin server and Manage Server then click on Next, as shown




Step 13:
Provide Server port Number, Host Address, and SSL port, You can keep the default setting as well. Then Click Next




Step 14:
For Managed Server, Provide Name, Port, SSL Port, or keep the default settings.




Step 15:
Since we have only one Managed server, hence we do not need cluster, Click Next




Step 16:
Click next for Coherence and Coherence Cluster Screen. Click on + button to add Machine, Provide details of your machine




Step 17:
Then look the Summary of your configuration and Click Create





Step 18:
It will take some time to create the domain. The last will be the confirmation screen.


Voila ! you have successfully created your OSB 12c Domain.





In case you want to go through the steps for SOA domain, refer my previouspost here:

Oracle SOA Suite 12c - SOA Domain Configuration

http://osb-dheeraj.blogspot.com/2016/02/oracle-soa-suite-12c-soa-domain.html





Sunday, February 14, 2016

Oracle SOA Suite 12c - OSB Domain Configuration

Here we are going through the Steps for the creation of OSB Domain.
Since we have already Installed Oracle OSB suite 12c for Windows.

If you want to go through the Installation Steps:
Refer my Previous Blog Post at :

Oracle SOA Suite 12c 12.2.1 - Installation for Windows

http://osb-dheeraj.blogspot.com/2016/02/oracle-soa-suite-12c-1221-installation.html




Lets Start with OSB Domain Creation

Step 1:

Open Folder location 
<Middleware Home>\oracle_common\common\bin

Location as per Previous post, which discusses about installation steps
D:\SOA12c\MiddlewareHome\oracle_common\common\bin

Here you will see below files



Step 2:
Double click on config.cmd  This will open Configuration wizard



Step 3:
Provide Name and Location of Domain then click Next
E.g
D:\Oracle_Home\SOA12c_Home\user_projects\domains\OSB_domain





Step 4:
Select Oracle Service Bus, it will automatically choose all the required apps.
Then click on Next button



Step 5:
Provide location for the Applications, or keep the default location. Then click Next



Step 6 :
Provide Admin Password (Make a note of it ). Then Click on Next button



Step 7:
Keep the default value, click on Next
If you want similar control as Production, then select Production here




Step 8 :
Select manual Configuration , to Provide details about the DB schemas .

Before this We need to create DB schemas using Repository Creation Utility. Follow my Previous post to Create Schemas at:

Repository Creation Utility (RCU) - Creation of DB Schemas for SOA 12.2.1

http://osb-dheeraj.blogspot.com/2016/02/repository-creation-utility-rcu.html





Step 9:
Fill the DB Schema details for each of the Datasource by selecting each one by one


Once all filled, Click on Next button








Continue Learning Steps of Domain creation in my Next Post at

Oracle SOA Suite 12c - OSB Domain Configuration part 2

http://osb-dheeraj.blogspot.com/2016/02/oracle-soa-suite-12c-osb-domain_17.html

Sunday, July 21, 2013

Oracle Service Bus 11g - Domain Configuration for Windows

Here I am gonna discuss Domain Configuration for Oracle Service Bus 11g for windows PC.

As we have already installed Oracle Service Bus 11g
For Details visit

Oracle Service Bus 11g - Installation for Windows 32 bit

http://osb-dheeraj.blogspot.in/2013/07/oracle-service-bus-11g-installation-for.html

now we will be moving forward with Domain Configuration.

Step 1 : 

Locate the OSB Home directory Inside Middleware Home, and move to directory:  \Oracle\Middleware\OSB_Home\common\bin

Inside the Bin Directory, you will find config.cmd file. Open it either by Double clicking on or by using command Prompt.

Choose the Option "Create new WebLogic Domain" Then click next


Step 2 :

Choose Oracle service Bus , it will also select few other required products.
You can also select other products as per your requirement.


Click next

Step 3 :

Provide name of Domain and Location of Domain Directory.
Oracle Recommend a separate Domain Directory from Fusion Middleware installation Directory.


Click next

Step 4 :

Provide Username and Password for Domain administrator


Click next


Step 5 :

Choose your JDK version available. For production environment JRockit is reccomended.


Click next

Step 6 : 

Select the "OSB JMS Reporting Provider "
It will choose default derby evaluation Database included with Weblogic.


if you want your separate database, then you need to install any Oracle DB compatible database and create schemas using Repository Creation utility (RCU), and Provide those details here.
I will Discuss the steps for running RCU in separate Post.

Click next

Step 7 :

Configuration utility will verify Connection with Schema as provided in next screen and will show the status here.
Since we have chosen Derby Evaulation DB and it is not running now, So the test result will be Failed.
When we start the Admin server later it will automatically start the Derby DB.


Click next, it will show you an error Popup, click Ok to byepass the test.

Step 8 :

Now choose Adinistration Server and Managed server, in this screen.


Click next

Step 9 :

Give name to Admin server and Port no. (Please check the port is not assigned to any other service in your PC).


Click next

Step 10 :

Provide name and port no. for the Managed server here


Click next

Step 11 :

Since our installtion is on single physical machine, so we need not to configure cluster.
Leave default and click next




Step 12 :

Click on 'add machine'
Provide details of machine eg name and address.


Click next


Step 13 :

Assign servers to Machine by clicking arrow button available on centre column. This will be used by NodeManager to start and stop servers remotedly.


Click next


Step 14 :

Verify the summary details for this new Domain. Then click Create.


 This will start domain configuration.


Make note of admin server URL and click Done.





This will finish the Domain Configuration of OSB 11g.
Now in order to start development, we need to start the Admin and managed server, which we have created here.

The process of starting and stopping Admin and Managed server, I will discuss in my next Post.