Linux からの IBM WebSphere Application サーバー の除去 Linux オペレーティング・システムからの除去 Linux からの Performance Manager の除去

以下の手順を実行すると、Linux システムから IBM WebSphere Application サーバー を除去できます。

ステップ

WebSphere Application サーバー を除去するには、以下のステップを実行します。

  1. WebSphere Application サーバー がインストールされているシステムに root としてログオンします。
  2. システム上で実行されている以下のプロセスおよびそれを使用するアプリケーションを停止する必要があります。
    • IBM WebSphere Application サーバー
    • IBM HTTP Admin
    • IBM HTTP Server
    以下のように、適切な停止コマンドを入力します。
    • WebSphere Application サーバー バージョン 5 - server1 を停止するには、別のコマンド・ウィンドウで次のコマンドを入力します。
      <WAS_dest-path>/bin/stopServer.sh server1 -username 
        <username> -password <password>
      それぞれ次のようになります。

      <WAS_dest-path> は、WebSphere Application サーバー バージョン 5 がインストールされている宛先パスです。

      <username> は、WebSphere Application サーバー 認証ユーザーの名前です。

      <password> は、WebSphere Application サーバー 認証ユーザーのパスワードです。

    • IBM HTTP Administration 1.3.28 を停止するには、別のコマンド・ウィンドウで次のコマンドを入力します。
      <HTTPServer_dest-path>/bin/adminctl stop
      それぞれ次のようになります。

      <HTTPServer_dest-path> は、IBM HTTP Server 1.3.28 がインストールされている宛先パスです。

    • IBM HTTP Server 1.3.28 を停止するには、別のコマンド・ウィンドウで次のコマンドを入力します。
      <HTTPServer_dest-path>/bin/apachectl stop
      それぞれ次のようになります。

      <HTTPServer_dest-path> は、IBM HTTP Server 1.3.28 がインストールされている宛先パスです。

  3. コマンド・ウィンドウで次のコマンドを入力し、WebSphere アンインストール・ウィザードを実行します。
    <WAS_installPath>/WebSphere/AppServer/_uninst/uninstall
    <WAS_installPath> は、WebSphere がインストールされている場所です。WebSphere Application サーバー が Multiple Device Manager によってインストールされた場合は、Multiple Device Manager がインストールされている場所と同じパスです。
  4. 「WebSphere Application サーバー アンインストール・ウィザード」ウィンドウが開きます。適切な言語を選択した後、「次へ」をクリックします。
  5. 次のようなメッセージが表示されるまで、アンインストール・ウィザードでの処理を続けます。
    Gskit は他のプログラムと共用されている可能性があるためアンインストールされません (Gskit will not be uninstalled, as it may be shared with other programs)
    OK」をクリックします。
後処理要件

WebSphere Application サーバー をアンインストールした後に、MQSeries をアンインストールできます。コマンド・ウィンドウで次のコマンドを入力します。

rpm -e $(rpm -qa | grep -E "MQSeries.*-U")
rpm -e $(rpm -qa | grep MQSeries)
関連トピック Linux オペレーティング・システムからの除去 Linux からの Performance Manager の除去

(C) Copyright International Business Machines Corporation 2004