Deleting a foreign bus using the wsadmin tool

Use this command to delete a foreign bus from the cell.

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

[iSeries] The wsadmin scripting client is run from Qshell. For more information, see the topic "Configure Qshell to run WebSphere® Application Server scripts".

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

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

For additional details of the command properties, see the related reference topic.

Purpose

This command deletes a foreign bus. The command does not affect the service integration bus for which the foreign bus was created.

CAUTION:
This command deletes the foreign bus and its additional property configuration. Although there is no confirmation prompt before deleting the bus, the bus is not deleted from the master configuration until you save your changes.
Command name
deleteSIBForeignBus
Target
None.
Result
The bus is deleted.

To save the changes made by the command, invoke the "save" command on the AdminConfig object. If you do not save the changes, the foreign bus is not deleted from the master configuration.

Required parameters

-bus busname
The name of the service integration bus for which you want to delete a foreign bus. You can use the listSIBuses command to list the names of existing buses.
-name busname
The name of the foreign bus that you want to show. You can use the listSIBForeignBuses command to list the names of existing buses.

Conditional parameters

None.

Optional parameters

None.

Example

wsadmin>$AdminTask deleteSIBForeignBus {-bus SCA.SYSTEM.IBM-AA8DA602255Cell01.Bus -name SCA.SYSTEM.IBM-AA8
DA602255Cell02.Bus}
wsadmin>



Related reference
Foreign bus administrative commands
Reference topic    

Terms of Use | Feedback

Last updated: Feb 19, 2011 5:25:36 AM CST
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=v610web&product=was-nd-mp&topic=rjj_fbus_delete
File name: rjj_fbus_delete.html