![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
응답 파일을 사용하여 제품 오퍼링 설치 제거
Installation Manager 응답 파일을 사용하여 제품 오퍼링을 설치 제거할 수 있습니다.
시작하기 전에
![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
제품을 설치 제거하기 전에 사용자 프로파일에 *ALLOBJ
및 *SECADM 특수 권한이 있는지 확인하십시오.
이 태스크 정보
- 모든 WebSphere® Application Server 에디션
- WebSphere Application Server용 애플리케이션 클라이언트
- WebSphere Application Server용 DMZ 보안 프록시 서버
- IBM® HTTP Server
- 웹 서버 플러그인
- WebSphere Customization Toolbox
제품 오퍼링 전체 목록은 지원되는 운영 체제의 WebSphere Application Server 제품 오퍼링의 내용을 참조하십시오.
프로시저
예
다음 샘플 응답 파일은 Windows에서
WebSphere Application Server, Network Deployment
및 IBM SDK, Java Technology Edition, 버전 8
오퍼링을 설치 제거합니다.
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<uninstall modify='false'>
<offering id='com.ibm.websphere.ND.v90'
profile='IBM WebSphere Application Server V9.0'/>
<offering id='com.ibm.java.jdk.v8'
profile='IBM WebSphere Application Server V9.0'/>
</uninstall>
<profile id='IBM WebSphere Application Server V9.0'
installLocation='C:\Program Files\IBM\WebSphere\AppServer'>
<data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\AppServer'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='cs,de,en,es,fr,hu,it,ja,ko,pl,pt_BR,ro,ru,zh,zh_HK,zh_TW'/>
</profile>
</agent-input>
다음 샘플 응답 파일은 Windows에서 IBM WebSphere
Application Server V9.0 패키지 그룹의 모든 오퍼링을 설치 제거합니다.
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<uninstallAll profile='IBM WebSphere Application Server V9.0'>
</uninstallAll>
<profile id='IBM WebSphere Application Server V9.0'
installLocation='C:\Program Files\IBM\WebSphere\AppServer'>
<data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\AppServer'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='cs,de,en,es,fr,hu,it,ja,ko,pl,pt_BR,ro,ru,zh,zh_HK,zh_TW'/>
</profile>
</agent-input>