응답 파일을 사용하여 분배 시스템에 자동 또는 백그라운드 설치를 수행할 수 있습니다. 이 경우, 그래픽 사용자("마법사") 인터페이스를 표시하는 대신 자동 설치는 설치 프로그램이 사용자가 제공하는 파일에서 모든 응답을 읽도록 합니다. responsefile.wps.txt 응답 파일을 사용하여 WebSphere Process Server 또는 클라이언트를 자동으로 설치할 수 있습니다. 기본값을 가진 응답 파일이 제공됩니다.
응답 파일 내에서 -silent 옵션을 사용하지 마십시오. 이 옵션을 사용하면 프로파일 작성에 실패할 수 있습니다.
WebSphere Process Server CD 1의 WBI 디렉토리에서 예제 responsefile.wps.txt 응답 파일을 찾을 수 있습니다. 이 파일은 설치되지 않습니다.
공간 요구사항에 대한 정보는 http://www.ibm.com/support/docview.wss?uid=swg27006205에서 WebSphere Process Server에서 세부 시스템 요구사항을 참조하여 WebSphere Process Server의 사용자 버전 링크를 선택하십시오.
install -options /tmp/WBI/myoptions.txt -silent
install.exe -options "C:\temp\WBI\myoptions.txt" -silent
설치에 실패한 경우, 기타 로그 파일을 검사하여 이유를 판별하십시오. 설치 문제점 해결에 관한 팁은 로그 파일에 나열된 관련 로그 파일, 오류 메시지: 설치 및 프로파일 작성 및 기능 보강의 오류 메시지에 대한 설명을 참조하고 아래 문제점 해결 섹션을 검사한 후 설치 문제점 해결의 내용을 참조하십시오. 또한 프로파일이 성공적으로 작성되지 않은 경우 문제점 해결 팁을 보려면 프로파일 작성 또는 기능 보강 장애에서 복구의 내용을 참조하십시오.
WebSphere Process Server 독립형 또는 Deployment Manager 프로파일을 작성한 후에 설치가 올바르게 완료되면 서버 또는 Deployment Manager의 첫 번째 단계 콘솔을 시작하여 설치가 올바르게 실행되는지 확인하십시오. 자세한 내용은 첫 번째 단계 콘솔의 옵션을 참조하십시오. 설치 유효성 검증 도구를 사용하여 설치를 확인할 수도 있습니다. 자세한 정보는 설치 확인 도구 사용의 내용을 참조하십시오
정확한 파일 값 제공: 파일이 포함하는 옵션 값을 설치 프로그램이 읽을 수 있도록 옵션 응답 파일을 정확하게 사용자 정의하십시오. 잘못된 스펙은 설치 마법사의 자동 인터페이스에 영향을 줍니다. 예를 들어, 대소문자를 구분하는 특성 이름에서는 항상 올바른 대소문자를 사용하십시오. 또한 값을 항상 큰따옴표로 묶으십시오.
오류가 유효하지 않은 옵션 값인 경우, ISMP(InstallShield for Multiplatforms)는 설치를 확인하고 중지해야 한다는 경고 메시지를 표시합니다.
제품과 함께 제공되는 responsefile.wps.txt 파일과 응답 파일을 비교하여 필요한 부분을 정정하십시오. 파일을 정정한 후 재설치하십시오.
특정 이벤트로 인해 ISMP(InstallShield for Multiplatforms)가 설치 마법사를 자동으로 시작하지 못할 수 있습니다(예를 들어, 설치 마법사를 실행하기에 디스크 공간이 충분하지 않은 경우). 설치에 실패하고 설치 로그에 정보가 없는 경우, -log 매개변수를 사용하여 ISMP 프로그램이 설치 마법사를 시작하지 못하는 원인이 되는 이벤트 항목을 기록하십시오. 이러한 이벤트 로깅을 위한 install 명령 구문은 다음과 같습니다.
install -options "/usr/IBM/WebSphere/silentFiles/myresponsefile.txt" -silent -log # !/usr/IBM/WebSphere/myOptionFiles/log.txt @ALL
install -options "/opt/IBM/WebSphere/silentFiles/myresponsefile.txt" -silent -log # !/opt/IBM/WebSphere/myOptionFiles/log.txt @ALL
install -options "/opt/ibm/WebSphere/silentFiles/myresponsefile.txt" -silent -log # !/opt/ibm/WebSphere/myOptionFiles/log.txt @ALL
install.exe -options "C:\IBM\WebSphere\silentFiles\myresponsefile.txt" -silent -log # !C:\IBM\WebSphere\silentFiles\log.txt @ALL
################################################################################ # # Licensed Material - Property of IBM # 5724-L01, 5655-N53 # (C) Copyright IBM Corporation 2005, 2006. All Rights Reserved. # US Government Users Restricted Rights- Use, duplication or disclosure # restricted by GSA ADP Schedule Contract with IBM Corp. # ################################################################################ ################################################################################ # # InstallShield Options File # # Wizard name: Install # Wizard source: setup.jar # # This file can be used to configure Install with the options specified below # when the wizard is run with the "-options" command line option. Read each # setting's documentation for information on how to change its value. # # A common use of an options file is to run the wizard in silent mode. This lets # the options file author specify wizard settings without having to run the # wizard in graphical mode. To use this options file for silent mode # execution, use the following command line arguments when running the wizard: # # -options "D:\installImage\WBI\responsefile.wps.txt" -silent # ################################################################################ ################################################################################### # # License Acceptance # # Valid Options : true Accepts the license. Will install the product. # false Declines the license. Install will not occur. # # If no install occurs, this will be logged to a temporary log file in the user's temporary directory. # # By changing the silentInstallLicenseAcceptance.value in this response file to "true", you agree that # you have reviewed and agree to the terms of the IBM International Program License Agreement # accompanying this program, which is located at CD_ROOT\WBI\LICENSES. If you do not agree to # these terms, do not change the value or otherwise download, install, copy, access, or use # the program and promptly return the program and proof of entitlement to the party from whom you # acquired it to obtain a refund of the amount you paid. # # -G licenseAccepted="false" ################################################################################ # # Incremental Install # # If you are installing additional features on top of an existing installation, # (e.g. incremental install), uncomment the following line. This will notify # the installer that you are doing an incremental install. # # -W wbiDetectionPanel_InstallWizardBean.optionSelected="1" # # Please make sure installLocation is set to your existing install location. # # For already installed features, you need to set the feature active property # to false. For new features you want to install, you need to set the active # properties to true. # # For example, you have installed the Samples Gallery feature, now you want to # install the Public API Javadoc(tm) feature, the active properties should be: # # -P brbeansProductFeatureBean.active="false" # -P emsProductFeatureBean.active="false" # -P samplesProductFeatureBean.active="false" # -P javadocsProductFeatureBean.active="true" ################################################################################ # # IBM WebSphere Process Server, V6.0 Install Location # # The install location of the product. Specify a valid directory into which the # product should be installed. If the directory contains spaces, enclose it in # double-quotes as shown in the Windows example below. Note that spaces in the # install location is only supported on Windows operating systems. # # Below is the list of default install locations for each supported operating # system. By default, in this response file, the Windows install location is # used. If you want to use the default install location for another operating # system, uncomment the appropriate default install location entry (by removing '#') and # then comment out (by adding '#') the Windows operating system entry below. # # # AIX Default Install Location: # # -P wbiProductBean.installLocation=/usr/IBM/WebSphere/ProcServer # # # HP-UX, Solaris or Linux Default Install Location: # # -P wbiProductBean.installLocation=/opt/IBM/WebSphere/ProcServer # # # Windows Default Install Location: # # NOTE: The Windows operating system limits the length of a fully qualified path # to 256 characters. A long pathname for the installation root directory makes # it more likely that this limit will be exceeded when files are created during # normal product use. IBM recommends that you keep the pathname of the installation # root directory as short as possible. -P wbiProductBean.installLocation="C:\Program Files\IBM\WebSphere\ProcServer" ################################################################################ # # Use Existing IBM WebSphere Application Server V6.0 # # If you intend to use an existing installation of WebSphere Application Server V6.0 or # WebSphere Application Server Network Deployment, V6.0, uncomment the following line # (by removing '#'). # # -W wasdetectionpanelInstallWizardBean.optionSelected="1" # # You must then set the above WebSphere Process Server install location to the install root # of the existing WAS installation. # # Note that the install will fail if WebSphere Process Server has already been installed # in the existing WAS install location. # ################################################################################ # # Setup Type # # The type of installation you wish to perform. Legal values are: # # Custom - Performs a custom installation of WebSphere Process Server, including # optional features which can be enabled below. # Client - Performs a client-only installation of WebSphere Process Server. Optional # features such as Samples and Javadocs are not installed. # # Additional Notes for a Client Install # - When running a client install, all features must be set to "false" # - The Profile Wizard cannot be started after a Client-only Install # # For example, to perform a Client installation, use # # -W setuptypepanelInstallWizardBean.selectedSetupTypeId="Client" -W setuptypepanelInstallWizardBean.selectedSetupTypeId="Custom" ################################################################################ # # "Business Rule Beans (deprecated)" feature # # The selection state of the "Business Rule Beans (deprecated)" feature. Legal # values are: # # true - Indicates that the feature is selected for installation # false - Indicates that the feature is not selected for installation # # For example, to select "Business Rule Beans (deprecated)" for installation, use # # -P brbeansProductFeatureBean.active="false" # # This value must be set to false for "Client" only installs. -P brbeansProductFeatureBean.active="false" ################################################################################ # # "Extended Messages (deprecated)" feature # # The selection state of the "Extended Messages (deprecated)" feature. Legal # values are: # # true - Indicates that the feature is selected for installation # false - Indicates that the feature is not selected for installation # # For example, to select "Extended Messages (deprecated)" for installation, use # # -P emsProductFeatureBean.active="false" # # This value must be set to false for "Client" only installs. -P emsProductFeatureBean.active="false" ################################################################################ # # "Samples Gallery" feature # # The selection state of the "Samples Gallery" feature. Legal values are: # # true - Indicates that the feature is selected for installation # false - Indicates that the feature is not selected for installation # # For example, to select "Samples Gallery" for installation, use # # -P samplesProductFeatureBean.active="true" # # This value must be set to false for "Client" only installs. -P samplesProductFeatureBean.active="true" ################################################################################ # # "Public API Javadoc (tm)" feature # # The selection state of the "Public API Javadoc (tm)" feature. Legal values are: # # true - Indicates that the feature is selected for installation # false - Indicates that the feature is not selected for installation # # For example, to select "Public API Javadoc (tm)" for installation, use # # -P javadocsProductFeatureBean.active="true" # # This value must be set to false for "Client" only installs. -P javadocsProductFeatureBean.active="true" ################################################################################ # # WebSphere Process Server Profile Wizard # # To launch the Profile Wizard SILENTLY at the end # of the installation, please change the value to "true". # Otherwise, set the value to "false". # # This option does not apply for the "Client" Setup Type. -W summaryPanel_InstallWizardBean.launchPCAW="false" ################################################################################ # If you choose to run Profile Wizard silently at the end of the # installation, you must # 1. get a copy of the Profile Wizard response file (from CD) and put to a temp dir # such as: /tmp/WBI/responsefile.pcaw.wps.dmgrProfile.txt For DMGR profile creation # /tmp/WBI/responsefile.pcaw.wps.managedProfile.txt For Manage profile creation # /tmp/WBI/responsefile.pcaw.wps.standAloneProfile.txt For Stand alone profile creation # 2. modify the response file by filling in the required options/values. # Note: If the values are not completed properly, the configuration may be unsuccessful. # 3. specify below the absolute path to your modified response file. # # For example, -W pcawResponseFileLocationQueryAction_InstallWizardBean.fileLocation= \ # "/tmp/WBI/responsefile.pcaw.wps.dmgrProfile.txt" # # This option does not apply for the "Client" Setup Type. -W pcawResponseFileLocationQueryAction_InstallWizardBean.fileLocation=""
ⓒ Copyright IBM Corporation 2005, 2006.
이 Information Center는 Eclipse 기술을 기반으로 합니다. (http://www.eclipse.org)