イベント・メッセージング・エンタープライズ・アプリケーションの除去

Common Event Infrastructure をアンインストールする前に、イベント・メッセージング・エンタープライズ・アプリケーションを除去しなければなりません。

このタスクのステップ

イベント・メッセージング・エンタープライズ・アプリケーションを除去するには、wsadmin ツールを使用して event-message.jacl スクリプトを実行します。
Windows システムでこのスクリプトを実行するには、profile_root¥event¥application ディレクトリーに移動して、以下のコマンドを (すべて 1 行で) 実行します。
..¥..¥bin¥wsadmin -f event-message.jacl -profile event-profile.jacl
  -wsadmin_classpath install_root¥CEI¥installer¥cei_installer.jar -action
uninstall -node node_name -server server_name
-appname app_name [-trace]
Linux または UNIX システムでこのスクリプトを実行するには、profile_root/event/application ディレクトリーに移動して、 以下のコマンドを (すべて 1 行で) 実行します。
../../bin/wsadmin.sh -f event-message.jacl -profile event-profile.jacl
  -wsadmin_classpath install_root/CEI/installer/cei_installer.jar -action uninstall
  -node node_name -server server_name
-appname app_name [-trace]
event-message.jacl スクリプトのパラメーターは、以下のとおりです。
node_name
イベント・メッセージング・エンタープライズ・アプリケーションを除去する WebSphere Process Server ノード。
ノード名を検索するには、以下のコマンドのいずれかを実行します。
  • Windows システムでは、profile_root¥bin¥setupCmdLine スクリプトを実行してから、echo %WAS_NODE% コマンドを実行します。
  • Linux および UNIX システムでは、profile_root/bin/setupCmdLine を実行してから、echo $WAS_NODE コマンドを実行します。
server_name
イベント・メッセージング・エンタープライズ・アプリケーションを除去する WebSphere Process Server。このパラメーターはオプションです。サーバーを指定しない場合、指定されたノードのすべてのサーバーからアプリケーションが除去されます。
app_name
除去するデプロイされたメッセージング・エンタープライズ・アプリケーションの名前です。 このパラメーターは必須です。デフォルト値で Common Event Infrastructure をインストールした場合は、アプリケーション名は EventServerMdb です。

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


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