イベント・メッセージング・エンタープライズ・アプリケーションを削除するには、wsadmin ツールを使用して、
event-message.jacl スクリプトを実行します。 Windows システムでスクリプトを実行するには、
install_root¥event¥application ディレクトリーに移動し、以下のコマンドを (すべて 1 行に入れて) 実行します。
wsadmin -f event-message.jacl -profile event-profile.jacl
-wsadmin_classpath install_root¥event¥lib¥cei_installer.jar -action
uninstall -node node_name -server server_name
[-eventprofilescope scope] -appname app_name [-trace]
Linux または UNIX システムでスクリプトを実行するには、
install_root/event/application ディレクトリーに移動し、以下のコマンドを (すべて 1 行に入れて) 実行します。
wsadmin.sh -f event-message.jacl -profile event-profile.jacl
-wsadmin_classpath install_root/event/lib/cei_installer.jar -action install
-node node_name -server server_name
[-eventprofilescope scope] -appname app_name [-trace]
スクリプトを実行するには、
install_root/event/application ディレクトリーに移動し、以下のコマンドを (すべて 1 行に入れて) 実行します。
wsadmin.sh -f event-message.jacl -profile event-profile.jacl
-wsadmin_classpath install_root/event/lib/cei_installer.jar -action install
-node node_name -server server_name
[-eventprofilescope scope] -appname app_name [-trace]
event-message.jacl スクリプトのパラメーターは以下のとおりです。
- node_name
- イベント・メッセージング・エンタープライズ・アプリケーションを削除する WebSphere ESB ノード。
ノード名を調べるには、以下のいずれかを実行します。
- Windows システムでは、
install_root¥bin¥setupCmdLine スクリプト
を実行してから、echo %WAS_NODE% コマンドを実行します。
- Linux および UNIX システムでは、install_root/bin/setupCmdLine を実行してから、echo $WAS_NODE コマンドを実行します。
ノード名を調べるには、
install_root/bin/setupCmdLine を実行してから、echo $WAS_NODE コマンドを実行します。
- server_name
- イベント・メッセージング・エンタープライズ・アプリケーションを削除する WebSphere ESB。このパラメーターはオプションです。
サーバーを指定しない場合、アプリケーションは指定されたノード内のすべてのサーバーから削除されます。
- scope
- 削除される共通イベント・インフラストラクチャー構成プロファイル・オブジェクトの対象範囲。このパラメーターはオプションです。
スコープを指定すると、指定さ
れたスコープ内の JMS 伝送プロファイルおよびエミッター・ファクトリー・プロフ
ァイルが削除されます。
有効な値は、cell、node、および server です。
- app_name
- 削除するデプロイ済みメッセージング・エンタープライズ・アプリケーションの名前。このパラメーターは必須です。
オプションの
-trace パラメーターを使用すると、標準出力に追加のデバッグ情報が表示されます。