码迷,mamicode.com
首页 > Web开发 > 详细

Install weblogic in silent mode

时间:2018-06-06 01:11:09      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:sele   log   div   nbsp   new   pwd   ica   man   ocm   

We can save time by using silent mode provided by many software.

We can do some other things with saved time. Hope this can help you.

weblogic 12.1.3

1. reponse file content. below content should be saved as weblogic_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. 
#this is required
ORACLE_HOME
=D:\apps\weblogic #Set this variable value to the Installation Type selected. e.g. WebLogic Server, Coherence, Complete with Examples.
#this is required INSTALL_TYPE
=WebLogic Server #Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name. MYORACLESUPPORT_USERNAME= #Provide the My Oracle Support Password MYORACLESUPPORT_PASSWORD=<SECURE VALUE> #Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
#this is required DECLINE_SECURITY_UPDATES
=true #Set this to true if My Oracle Support Password is specified
#this is required SECURITY_UPDATES_VIA_MYORACLESUPPORT
=false #Provide the Proxy Host PROXY_HOST= #Provide the Proxy Port PROXY_PORT= #Provide the Proxy Username PROXY_USER= #Provide the Proxy Password PROXY_PWD=<SECURE VALUE> #Type String (URL format) Indicates the OCM Repeater URL which should be of the format [scheme[Http/Https]]://[repeater host]:[repeater port] COLLECTOR_SUPPORTHUB_URL=

 

2. install command line

path/to/jdk/bin/java -jar fmw_12.1.3.0.0.jar -silent -reponseFile /absolute/path/to/responseFile

  

Install weblogic in silent mode

标签:sele   log   div   nbsp   new   pwd   ica   man   ocm   

原文地址:https://www.cnblogs.com/maxyang2008/p/9142429.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!