FMW infrastructure Silent Mode 설치
Products/WebLogic Server 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은 설치 위치등을 갖고 있는 파일 인데 아래와 같다
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 MODE설치완료]
참고로 Response File을 GUI모드에서 다운로드 할 수 있다
상세문서링크
'Products > WebLogic Server' 카테고리의 다른 글
웹로직 12.2.X 이상에서 force shutdown 방법 (0) | 2017.03.06 |
---|---|
WebLogic Plugin Version 확인하기 (0) | 2017.03.06 |
Unix System에서 소스파일의 최소 권한은? (0) | 2012.10.30 |
WebLogic Administration Console SSL 적용 방법 (0) | 2012.08.10 |
Admin Server 실행 후 Managed Server를 실행 시키는 스크립트 (0) | 2012.08.02 |
Recent Comments