Removing a bus member using the wsadmin tool

Use this command to remove a member from a service integration bus.

To run the command, use the AdminTask object of the wsadmin scripting client.

This command is only valid when used with WebSphere® Application Server Version 6 and later application servers. Do not use it with earlier versions.

Command-line help is provided for service integration bus commands:

After using the command, save your changes to the master configuration; for example, by using the following command:
 $AdminConfig save

Purpose

This command removes a member (application server or server cluster) from a service integration bus.

Command name
RemoveSIBusMember
Target
None.
Result
The bus member is removed from the bus.

Required parameters

-bus bus_name
The name by which the service integration bus is known. You can use the listSIBuses command to list the names of existing buses.

Conditional parameters

-node nodename -server servername
To remove an application server as a bus member, specify both the name of the node on which the server runs and the name of the server.
-cluster cluster
To remove a server cluster as a bus member, specify the name of the cluster.

Optional parameters

None.

Example

Remove server1 from bus1.

wsadmin>$AdminTask removeSIBusMember {-bus bus1 -node aloneNode -server server1}
wsadmin>



Related reference
Buses administrative commands
Reference topic    

Terms of Use | Feedback

Last updated: Aug 29, 2010 8:25:23 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=vela&product=was-nd-zos&topic=rjj_cli_busm_remove
File name: rjj_cli_busm_remove.html