Search code examples
oracleconfigurationsoamiddlewarefusion

Oracle Fusion Middleware SOA 11 silent configuration through config.sh


I need to install Oracle SOA Suite 11.1.1.7 on headless server.

This one: Fusion Middleware Installation Guide for Oracle SOA Suite and Oracle Business Process Management Suite

I managed to install it through responseFile.rsp, which is a standard Oracle Universall installer file.

The second step is to configure a domain through $SOA_ORACLE_HOME/common/bin/config.sh

This give me only a GUI Configurator like this one described here:

Fusion Middleware Creating Domains Using the Configuration Wizard

There is a console mode, but there is also an option --silent like in installer before, where variables are set in responseFile.rsp.

But I can't find any description of variables or responseFile.rsp which I can set for silent configuration setup I don't really want do it through console mode, because I want to provision domain through ansible role. Is there anybody who has an experience with this kind of instalation?

Thanks for any response.


Solution

  • I have achieved OSB domain setup using WLST and ansible. I have used below as my reference.

        http://myofwexperiments.blogspot.in/2016/01/soa-clustered-domain.html 
    

    Try and keep me posted for any clarifications