Oracle Fusion Middleware/FMW
FMW 12c install
우엉잇
2022. 1. 5. 14:18
# Sample Fesponse File for Oracle Fustion Meddleware Infrastrue Installaion
[ENGINE] #DO NOT CHANGE THIS. Response File Version=1.0.0.0.0 [GENERIC] #Set this to true if you wish to skip software updates DECLINE_AUTO_UPDATES=true #My Oracle Support User Name MOS_USERNAME= #My Oracle Support Password MOS_PASSWORD=<SECURE_VALUE> #If the Software updates are already downloaded and available on your local system, #then specify the path to the directory where these patches are available and #set SPECIFY_DOWNLOAD_LOCATION to true AUTO_UPDATES_LOCATION= #Proxy Server Name to connect to My Oracle Support SOFTWARE_UPDATES_PROXY_SERVER= #Proxy Server Port SOFTWARE_UPDATES_PROXY_PORT= #Proxy Server Username SOFTWARE_UPDATES_PROXY_USER= #Proxy Server Password SOFTWARE_UPDATES_PROXY_PASSWORD=<SECURE_VALUE> #The oracle home location. This can be an existing Oracle Home or a new Oracle Home ORACLE_HOME=/product/fmw/ofm12c #Set this variable value to the Installation Type selected. #e.g. Fusion Middleware Infrastructure, Fusion Middleware Infrastructure With Examples. INSTALL_TYPE=Fusion Middleware Infrastructure |
FMW로 설치 시 INSTAPP_TYPE을 "Fusion Middleware Infrastructure" 로 설정
WebLogic 및 Coherence 경우 "WebLogic Server, Coherence, Complete with Examples" 중 선택
# oraInst.loc
inventory_loc=/product/fmw/ofm12c/oraInventory inst_group=weblogic |
# 설치 (shell)
## parameter MEDIA_HOME=/install/fmw JAVA_HOME=/usr/java/jdk1.8.0_251 ## install command ${JAVA_HOME}/bin/java -jar -d64 fmw_12.2.1.4.0_infrastructure.jar -silent -InvPtrLoc ${MEDIA_HOME}/oraInst.loc -responseFile ${MEDIA_HOME}/wls12214.rsp -novalidation |
# Oracle Home List
[weblogic@localhost ofm12c]$ ls -arlt 합계 12 drwxr-xr-x. 3 weblogic weblogic 20 1월 5 10:06 .. drwxrwx---. 6 weblogic weblogic 64 1월 5 13:33 oraInventory -rwx------. 1 weblogic weblogic 10 1월 5 13:33 root.sh drwxr-x---. 5 weblogic weblogic 62 1월 5 13:34 coherence drwxr-x---. 7 weblogic weblogic 81 1월 5 13:34 wlserver drwxr-x---. 8 weblogic weblogic 87 1월 5 13:34 em drwxr-x---. 18 weblogic weblogic 4096 1월 5 13:34 oracle_common drwxr-x---. 11 weblogic weblogic 265 1월 5 13:34 OPatch drwxr-x---. 8 weblogic weblogic 129 1월 5 13:35 oui -rw-r-----. 1 weblogic weblogic 138 1월 5 13:35 oraInst.loc drwxr-x---. 16 weblogic weblogic 248 1월 5 13:35 inventory drwxrwxr-x. 3 weblogic weblogic 26 1월 5 13:39 osb drwxrwxr-x. 11 weblogic weblogic 177 1월 5 13:39 . |
# 참고 Doc