Network Deployment (Distributed operating systems), v8.0 > Reference > Commands (wsadmin scripting)


deleteSIBWMQServer command

Use the deleteSIBWMQServer command to delete a specified WebSphere MQ server and remove the associated WebSphere MQ server bus members, assigned queue points and mediation points.

We can delete a WebSphere MQ server by using wsadmin.sh as described in this topic, or by using the administrative console as described in Delete a WebSphere MQ server definition.

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

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

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

AdminConfig.save()

A WebSphere MQ server represents a WebSphere MQ queue manager or (for WebSphere MQ for z/OS) queue-sharing group. This command deletes a specified WebSphere MQ server and removes any associated WebSphere MQ server bus members, assigned queue points and mediation points. This operation does not remove the corresponding WebSphere MQ queue manager or queue-sharing group, and it does not remove messages from any queues that are assigned to corresponding WebSphere MQ server bus members. The bus members for a given WebSphere MQ server are those created when the server is added to a bus.


Target object

A selected WebSphere MQ server.



Required parameters

-name

The name of the WebSphere MQ server to delete. This value is specified for the -name parameter (not the -serverName parameter), when the WebSphere MQ server is created, and is the name of the WAS administrative object, not the name of the WebSphere MQ object. If you issue the delete command, it is the WAS administrative object that is deleted, not the WebSphere MQ resource.


Conditional parameters

None



Optional parameters

None


Example

+

Search Tips   |   Advanced Search