WebSphere WebSphere Enterprise Service Bus V6.0.1 操作系统: AIX, HP-UX, Linux, Solaris, Windows

除去事件消息传递企业应用程序

在卸载 Common Event Infrastructure 之前,必须除去事件消息传递企业应用程序。

完成此任务需要执行的步骤

要除去事件消息传递企业应用程序,使用 wsadmin 工具来运行 event-message.jacl 脚本。
要在 Windows 系统上运行该脚本,转至 install_root\event\application 目录并运行以下命令(所有内容放在一行):
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 目录并运行以下命令(所有内容放在一行):
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 目录并运行以下命令(所有内容放在一行):
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
要除去的 Common Event Infrastructure 配置概要文件对象的作用域。此参数是可选的。如果指定作用域,则将除去指定作用域中的 JMS 传输概要文件和发射器工厂概要文件。有效值包括 cellnodeserver
app_name
想要除去的已部署消息传递企业应用程序的名称。此参数是必需的。

可选 -trace 参数会导致标准输出中显示其他调试信息。


任务主题

使用条款 | 评价此页

Timestamp icon上次更新时间: 3 Mar 2006
http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.websphere.wesb.doc.nl1_6.0.1\doc\tcei_install_removeMessaging.html

(C) Copyright IBM Corporation 2005, 2006. All Rights Reserved.
本信息中心基于 Eclipse 技术。(http://www.eclipse.org)