WebSphere WebSphere Enterprise Service Bus, Version 6.0.1 Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

Removing the event messaging enterprise application

Before uninstalling the Common Event Infrastructure, you must remove the event messaging enterprise application.

Steps for this task

To remove the event messaging enterprise application, use the wsadmin tool to run the event-message.jacl script.
To run the script on a Windows system, go to the install_root\event\application directory and run the following command (all on one line):
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]
To run the script on a Linux or UNIX system, go to the install_root/event/application directory and run the following command (all on one line):
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]
To run the script, go to the install_root/event/application directory and run the following command (all on one line):
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]
The parameters of the event-message.jacl script are as follows:
node_name
The WebSphere ESB node from which you want to remove the event messaging enterprise application.
To find out the node name, do one of the following:
  • On Windows systems, run the install_root\bin\setupCmdLine script and then the echo %WAS_NODE% command.
  • On Linux and UNIX systems, run the install_root/bin/setupCmdLine and then the echo $WAS_NODE command.

To find out the node name, run the install_root/bin/setupCmdLine and then the echo $WAS_NODE command.

server_name
The WebSphere ESB from which you want to remove the event messaging enterprise application. This parameter is optional. If you do not specify a server, the application is removed from all servers in the specified node.
scope
The scope of the Common Event Infrastructure configuration profile objects to be removed. This parameter is optional. If you specify a scope, a the JMS transmission profile and emitter factory profiles in the specified scope are removed. The valid values are cell, node, and server.
app_name
The name of the deployed messaging enterprise application you want to remove. This parameter is required.

The optional -trace parameter causes additional debugging information to display on the standard output.


Task topic

Terms of Use | Rate this page

Timestamp iconLast updated: 13 Dec 2005
http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.websphere.wesb.doc\doc\tcei_install_removeMessaging.html

(C) Copyright IBM Corporation 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)