![[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
- Web Server Plug-in
- WebSphere カスタマイズ・ツールボックス
製品オファリングの全リストについては、サポートされるオペレーティング・システム用の 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>