WAS 설치 이미지에서 다음처럼 실행한다.
# install -silent -options responsefile.base.txt
silent mode로 설치할 때 responsefile.base.txt 파일 설정 예제이다.
# License Acceptance
# install -silent -options responsefile.base.txt
silent mode로 설치할 때 responsefile.base.txt 파일 설정 예제이다.
# License Acceptance
-OPT silentInstallLicenseAcceptance="false" → -OPT silentInstallLicenseAcceptance="true"
# Non-Root Installation Limitations
# -OPT allowNonRootSilentInstall="true" → -OPT allowNonRootSilentInstall="true" (주석해제)
# Prerequisite Checking
# -OPT disableOSPrereqChecking="true" → -OPT disableOSPrereqChecking="true"
# Installation Type
-OPT installType="installNew"
-OPT profileType="standAlone"
# Administrative Security
-OPT PROF_enableAdminSecurity="true" → -OPT PROF_enableAdminSecurity="false"
# Installation Location
# Windows Default Non-Administrator Install Location:
# -OPT installLocation="C:\IBM\WebSphere\AppServer" → -OPT installLocation="C:\IBM\WebSphere\BaseServer"
# Profile Settings
## Port Value Assignment and Validation
# -OPT PROF_defaultPorts="true" → -OPT PROF_defaultPorts="true"
### 설정되는 port를 Default로 설정하는 경우 true로 설정한다.
이외 default 설정
댓글 없음:
댓글 쓰기