Posts

Showing posts from June, 2016

Creating the Oracle Traffic Director Domain using WLST

Image
This is a continuation of Oracle Fusion learnings, out the list OTD, In the previous post we had Oracle Traffic Director installation was discussed. In front end technologies of Oracle come with a great set of the stack after Oracle Fusion Middleware 12c, one of them is Oracle Traffic Director. Here in this post would like to discuss how we can automate the process of OTD domain creation. Oracle came up with this tool when the market is occupied with CISCO and BIGIP load balancer, which are expensive and when you take the whole stack then you will be get benefited in license cost. OTD main functionality is to  load balancing the HTTP requests can be handled with different balancing strategies such as : Active- Active Active-Passive Prerequisites for OTD Domain There must be at least two similar sites which can be routed with OHS or any proxy webservers. Each proxy or WebGate pointing to a WebLogic based domain it could be SOA domain as well. Example ohs1 pointing to SO...

Oracle Managed File Transfer [MFT] installation

Prerequisites The following software must be installed on the machine Certified JDK must be installed SOA 12c [in my experiment used 12.1.3.0.0] Download the Oracle MFT software from OTN or e-delivery.oracle.com fmw_12.1.3.0.0_mft.jar Installing MFT in silent mode Sample silent mode response file: mft_install.rsp [ENGINE] #DO NOT CHANGE THIS. Response File Version=1.0.0.0.0 [GENERIC] #The oracle home location. This can be an existing Oracle Home or a new Oracle Home ORACLE_HOME=/u01/app/oracle/SOA12c Generally I do follow that define the environment variables such as JAVA_HOME, MW_HOME, ORACLE_HOME in the .bashrc or .bash_profile scripts, which makes life easy! Feature readings Create repository for MFT Extending SOA domain with MFT Clustered domain Validating the MFT working