Use the showSIBWMQServer command to show details of a WebSphere® MQ server.
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')
A WebSphere MQ server represents a WebSphere MQ queue manager or (for WebSphere MQ for z/OS®) queue-sharing group. This command shows the details of a WebSphere MQ server.
A selected WebSphere MQ server.
None
None
AdminTask.showSIBWMQServer(["-name", "Finance dept QM"])
$AdminTask showSIBWMQServer {-name "Finance dept QM"}