showSIBusMember command
Use the showSIBusMember command to show the properties of a service integration bus member.
Para executar o comando, utilize o objeto AdminTask do cliente de script wsadmin.
O cliente de script wsadmin é executado do Qshell.
Para obter informações adicionais, consulte Configurando o Qshell para Executar Scripts do WebSphere Usando o Script wsadmin.
A ajuda da linha de comandos é fornecida para comandos do barramento de integração de serviços:
- Para obter uma lista dos comandos de barramento de integração de
serviços disponíveis no Jython e uma breve descrição de cada comando, digite o seguinte
comando no prompt wsadmin:
print AdminTask.help('SIBAdminCommands')
- Para obter ajuda de visão geral sobre um determinado comando, digite o seguinte comando no prompt wsadmin:
print AdminTask.help('command_name')
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 IBM MQ server bus member.
Target object
A 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 IBM 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
AdminTask.showSIBusMember(['-bus bus1 -node node1 -server server1'])
'{node=node1, server=server1}'