Installation Manager の imcl uninstall コマンドを使用して、どの製品オファリングでもアンインストールできます。
このタスクについて
以下のオファリングを含め、すべての製品オファリングが Installation Manager コマンド行を使用してアンインストール可能です。
- すべての WebSphere® Application Server エディション
- WebSphere Application Server のアプリケーション・クライアント
- WebSphere Application Server の DMZ セキュア・プロキシー・サーバー
- IBM® HTTP Server
- Web Server Plug-in
- WebSphere カスタマイズ・ツールボックス
製品オファリングの全リストについては、サポートされるオペレーティング・システム用の WebSphere Application Server の製品オファリングを参照してください。
手順
- システムにログオンします。
必ず、*ALLOBJ および *SECADM 特殊権限を持つユーザー・プロファイルを使用して IBM i システムにログオンするようにしてください。
- アンインストールする製品インストール済み環境を停止します。
- コマンド行を開始します。
CL コマンド行で STRQSH コマンドを
実行して、Qshell コマンド・シェルを開始します。
- Installation Manager をインストールしたディレクトリーの eclipse/tools サブディレクトリーに移動します。
- インストール済みのすべてのパッケージをリストし、オファリング ID (com.ibm.websphere.ND.v90 など) をメモします。
![[Windows]](../images/windows.gif)
imcl.exe listInstalledPackages -long
![[AIX]](../images/aixlogo.gif)
![[HP-UX]](../images/hpux.gif)
![[Linux]](../images/linux.gif)
![[Solaris]](../images/solaris.gif)
![[IBM i]](../images/iseries.gif)
./imcl listInstalledPackages -long
すべてのオファリング ID については、サポートされるオペレーティング・システム用の WebSphere Application Server の製品オファリングを参照してください。
- imcl uninstall コマンドを使用して、この製品オファリングをアンインストールします。
![[Windows]](../images/windows.gif)
imcl.exe uninstall offering_ID com.ibm.java.jdk.v8
-installationDirectory installation_directory
![[AIX]](../images/aixlogo.gif)
![[HP-UX]](../images/hpux.gif)
![[Linux]](../images/linux.gif)
![[Solaris]](../images/solaris.gif)
./imcl uninstall offering_ID com.ibm.java.jdk.v8
-installationDirectory installation_directory
![[IBM i]](../images/iseries.gif)
./imcl uninstall offering_ID
-installationDirectory installation_directory
重要: 製品オファリングをアンインストールする際には、同じパッケージ・グループで該当オファリングの拡張であるパッケージをすべてアンインストールする必要があります。
例えば、
WebSphere Application Server Network Deployment オファリングには、
IBM SDK, Java™ Technology Edition が必要です。
製品オファリング (com.ibm.websphere.ND.v90) と Java SDK (com.ibm.java.jdk.v8) をアンインストールする必要があります。
- オプション: IBM Installation Manager をアンインストールします。
重要: IBM Installation Manager をアンインストールする前に、Installation Manager によってインストールされたすべてのパッケージをアンインストールする必要があります。
詳しくは、IBM Installation Manager の資料を参照してください。