This post will guide you to install weblogic, soa, bpm and osb in silent mode.
weblogic in silent mode:
create a file 'weblogic_silent.xml' with following code
execute following code from command line with your values
/usr/java/jdk1.7.0_67/bin/java -jar <software_location>/fmw_12.1.3.0.0_infrastructure.jar -mode=silent -silent_xml=<enter exact path>/weblogic_silent.xml
installing bpm suite in silent mode:
create a file 'bpm_soa_silent.xml' with following code
execute following code from command line with your values
/usr/java/jdk1.7.0_67/bin/java -jar <software_location>/fmw_12.1.3.0.0_soa.jar -mode=silent -silent_xml=<enter exact path>/bpm_soa_silent.xml
installing osb suite in silent mode:
create a file 'osb_silent.xml' with following code
execute following code from command line with your values
/usr/java/jdk1.7.0_67/bin/java -jar <software_location>/fmw_12.1.3.0.0_osb.jar -mode=silent -silent_xml=<enter exact path>/osb_silent.xml
weblogic in silent mode:
create a file 'weblogic_silent.xml' with following code
<?xml version="1.0" encoding="UTF-8"?> <bea-installer> <input-fields> <data-value name="BEAHOME" value="/u02/oracle/products/fmw1213" /> <data-value name="WLS_INSTALL_DIR" value="/u02/oracle/products/fmw1213/wlserver" /> <data-value name="COMPONENT_PATHS" value="WebLogic Server/Core Application Server|WebLogic Server/Administration Console|WebLogic Server/Configuration Wizard and Upgrade Framework|WebLogic Server/Web 2.0 HTTP Pub-Sub Server|WebLogic Server/WebLogic JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server/WebLogic Server Clients|WebLogic Server/WebLogic Web Server Plugins|WebLogic Server/UDDI and Xquery Support|WebLogic Server/Server Examples"/> <data-value name="NODEMGR_PORT" value="5558" /> <data-value name="INSTALL_SHORTCUT_IN_ALL_USERS_FOLDER" value="no"/> <data-value name="LOCAL_JVMS" value="/usr/java/jdk1.7.0_67"/> </input-fields> </bea-installer> |
execute following code from command line with your values
/usr/java/jdk1.7.0_67/bin/java -jar <software_location>/fmw_12.1.3.0.0_infrastructure.jar -mode=silent -silent_xml=<enter exact path>/weblogic_silent.xml
installing bpm suite in silent mode:
create a file 'bpm_soa_silent.xml' with following code
[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=/u02/oracle/products/fmw1213 #Set this variable value to the Installation Type selected. e.g. SOA Suite, BPM. INSTALL_TYPE=BPM |
execute following code from command line with your values
/usr/java/jdk1.7.0_67/bin/java -jar <software_location>/fmw_12.1.3.0.0_soa.jar -mode=silent -silent_xml=<enter exact path>/bpm_soa_silent.xml
installing osb suite in silent mode:
create a file 'osb_silent.xml' with following code
[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=/u02/oracle/products/fmw1213 #Set this variable value to the Installation Type selected. INSTALL_TYPE=Service Bus |
execute following code from command line with your values
/usr/java/jdk1.7.0_67/bin/java -jar <software_location>/fmw_12.1.3.0.0_osb.jar -mode=silent -silent_xml=<enter exact path>/osb_silent.xml