Use the removeSIBusMember command to remove a member from a service integration bus by using the wsadmin tool. A bus member can be an application server, a WebSphere® MQ server, or a server cluster.
To run the command, use the AdminTask object of the wsadmin scripting client.
The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere scripts using wsadmin scripting.
print AdminTask.help('SIBAdminCommands')
print AdminTask.help('command_name')
AdminConfig.save()
A service integration bus.
If you specify these parameters, do not specify the -cluster or -wmqServer parameters.
If you specify this parameter, do not specify the -node, -server, or -wmqServer parameters.
If you specify this parameter, do not specify the -cluster, -node, or -server parameters.
None.
Remove server1 from bus1.
AdminTask.removeSIBusMember('[-bus bus1 -node node1 -server server1 ]')