FMW infrastructure Silent Mode 설치

View Comments

GUI모드 설치가 어려운 환경에서
FMW infrastructure를 설치해야 할 경우  Silent모드로 설치 해야 한다

명령어:java -jar distribution_name.jar -silent -responseFile file [-options] [(<CommandLinevariable=Value>)*]

EX)java -jar fmw_12.2.1.2.0_infrastructure.jar -silent -responseFile /home/wcp/install/sample.rsp

Response File은 설치 위치등을 갖고 있는 파일 인데 아래와 같다



[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=/home/wcp/install/Oracle 

 
#Set this variable value to the Installation Type selected. e.g. Fusion Middleware Infrastructure, Fusion Middleware Infrastructure With Examples. 
INSTALL_TYPE=Fusion Middleware Infrastructure With Examples 
 
#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 
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=<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= 
 
 
위의 내용에서 설치 위치만 변경 하여 돌리면 설치 된다
Silent
silent.PNG 112 KB View full-size Download

                                                              [SILENT MODE설치완료]




참고로 Response File을 GUI모드에서 다운로드 할 수 있다
Rsp
rsp.png 75.1 KB View full-size Download


상세문서링크


Comments (+add yours?)

Tracbacks (+view to the desc.)