Skip to content

Instantly share code, notes, and snippets.

@maxkarelov
Last active November 5, 2015 21:37
Show Gist options
  • Save maxkarelov/023e8dccf762a27304c6 to your computer and use it in GitHub Desktop.
Save maxkarelov/023e8dccf762a27304c6 to your computer and use it in GitHub Desktop.
Instruction for weblogic silent mode installation

Description

http://www.oracle.com/technetwork/middleware/weblogic/downloads/index.html
java -jar fmw_12.2.1.0.0_coherence.jar -silent -responseFile ${YOUR_PATH}/coherence.rsp -invPtrLoc ${YOUR_PATH}/oraInst.loc
java -Xmx2048m -XX:MaxPermSize=390m -classpath ${YOUR_PATH}/wlserver/server/lib/weblogic_sp.jar:${YOUR_PATH}/wlserver/server/lib/weblogic.jar:${YOUR_PATH}/wlserver/server/lib/webservices.jar:${YOUR_PATH}/wlserver/../oracle_common/modules/org.apache.ant_1.7.1/lib/ant-all.jar:${YOUR_PATH}/wlserver/../oracle_common/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:${YOUR_PATH}/wlserver/modules/features/oracle.wls.common.nodemanager_1.0.0.0.jar -Dweblogic.Domain=base_domain -Dweblogic.Name=AdminServer -Dweblogic.management.username=weblogic -Dweblogic.management.password=weblogic1 -Dweblogic.ListenPort=7001 weblogic.Server

Open host:7001/console

inventory_loc=/opt/oraInventory
inst_group=
[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=/opt/oracle_home
#Set this variable value to the Installation Type selected. e.g. WebLogic Server, Coherence, Complete with Examples.
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=
#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
DECLINE_SECURITY_UPDATES=true
#Set this to true if My Oracle Support Password is specified
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=
#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=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment