Last Year I discussed about Oracle Service Bus here, from Fusion Middleware SOA 11g, Oracle’s Enterprise Bus is renamed as Oracle Mediator and BEA’s AquaLogic Service Bus (ALSB) is now called as Oracle Service Bus.
This post covers high level Installation steps for Oracle Service Bus (OSB) 10.3.1 . Oracle Service Bus 10.3.1 uses Oracle WebLogic Server so make sure you understand WebLogic concepts “Domain, Administration and Managed Server” more information here
.
Oracle Service Bus Installation Steps
A. Install OSB Software
B. Configure/create domain for OSB
C. Start WebLogic Server
D. Access OSB Console
A. Install OSB Software
1. Download Service Bus Software from here
2. Start Installation by running osb1031_wls103_[os].bin
3. Choose Installation Type
a) Typical– WebLogic Server, Workshop and Oracle Service Bus
b) Custom – individual components
.
4. Select Installation Directory for OSB
.
B. Create/Configure domain for OSB
1. Start domain creation by running $INSTALL_BASE/ wlserver_10.3/ common/ bin/config.sh
2. Select create a new WebLogic Domain
3. Select Generate a domain configured to automatically support Oracle Service Bus
4. Enter WebLogic Administrator Login details
5. You can choose customize installation (change listen port, server…) or select default installation
Default installation will create domain “base_domain” with Administration Server listening on port 7001
.
C. Start WebLogic Server
$INSTALL_BASE/ user_projects/ domains/ [base_domain]/ startWebLogic.sh
D. Access Oracle Service Bus Console
Use URL http://servername:7001/sbconsole
(weblogic/password) where weblogic/password are credential defined above (section B point 4)
.
.
Documentation
- Download Oracle Service Bus from here
- OSB Documentation Library here
- OSB installation Guide here
.
Oracle Service Bus High Availability Deployment (Active-Active) coming soon !!!