Common Event Infrastructure アプリケーションの除去

イベント・サーバー・エンタープライズ・アプリケーションおよびリソースを WebSphere Process Server から除去する必要がある場合は、event-application.jacl スクリプトを使用します。

このタスクを使用する理由とその時期

必要に応じて、event-application.jacl スクリプトを使用する代わりに管理コンソールを使用して、イベント・サーバー・エンタープライズ・アプリケーションを手動で除去できます。管理コンソールを使用する場合は、Common Event Infrastructure リソースも手動で除去する必要があります。これらのリソースについて詳しくは、『デフォルト構成』を参照してください。

このタスクのステップ

イベント・サーバー・エンタープライズ・アプリケーションを除去するには、wsadmin ツールを使用して event-application.jacl スクリプトを実行します。
Windows システムでこのスクリプトを実行するには、profile_root¥event¥application ディレクトリーに移動して、以下のコマンドを (すべて 1 行で) 実行します。
wsadmin -f event-application.jacl -profile event-profile.jacl -action uninstall
-node node_name -server server_name
Linux または UNIX システムでこのスクリプトを実行するには、profile_root/event/application ディレクトリーに移動して、 以下のコマンドを (すべて 1 行で) 実行します。
wsadmin.sh -f event-application.jacl -profile event-profile.jacl
  -wsadmin_classpath install_root/event/lib/cei_installer.jar -action
uninstall -node node_name -server server_name
[-appname app_name] [-trace]
event-application.jacl スクリプトで使用するパラメーターは、次のとおりです。
node_name
イベント・サーバー・エンタープライズ・アプリケーションを除去する WebSphere Process Server ノード。
server_name
イベント・サーバー・エンタープライズ・アプリケーションを除去する WebSphere Process Server。このパラメーターはオプションです。サーバーを指定しない場合、ノードのすべてのサーバーからエンタープライズ・アプリケーションが除去されます。
app_name
除去したいデプロイされたイベント・サーバー・エンタープライズ・アプリケーションの名前です。 このパラメーターはオプションです。アプリケーション名を指定しない場合、すべての登録された Common Event Infrastructure エンタープライズ・アプリケーションが除去されます。

オプションの -trace パラメーターを使用すると、標準出力にデバッグに関する追加情報が出力されます。


(c) Copyright IBM Corporation 2005, 2006. All rights reserved.
(c) Copyright IBM Japan 2006
このインフォメーション・センターには Eclipse テクノロジー (http://www.eclipse.org) が採用されています。