WebSphere WebSphere Application Server Network Deployment, Version 6.1.x Operating Systems: AIX, HP-UX, i5/OS, Linux, Solaris, Windows, z/OS

Showing details about a bus member using the wsadmin tool

Use this command to show properties of a bus member.

This command provides only a subset of the properties available. If you want to show other properties, you need to use the administrative console or wsadmin and JACL

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

For i5/OS platforms 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 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 lists the details of a specified member of a service integration bus. You can also use this command to list the details of a WebSphere MQ server bus member.

Command name
ShowSIBusMember
Target
None.
Result
Details of the bus member.

Required parameters

-bus busname
The name by which the service integration bus is known. You can use the listSIBuses command to list the names of existing buses.
-wmqServer
The name of the WebSphere MQ server bus member.

Conditional parameters

-node nodename -server servername
To list details of 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 list details of a server cluster, specify the name of the cluster.

Optional parameters

None.

Example

wsadmin>$AdminTask showSIBusMember {-bus anewbus -node aloneNode -server server1}
{node=aloneNode, server=server1}
wsadmin>

Reference topic

Terms of use | Feedback


Timestamp icon Last updated: 26 February 2009
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.pmc.nd.multiplatform.doc/ref/rjj_cli_busm_show.html

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