dspmqinf
Display WebSphere® MQ configuration information (Windows and UNIX platforms only).
Purpose
Use the dspmqinf command to display WebSphere MQ configuration information.
Optional parameters
-s StanzaType
The type of stanza to display. If omitted, the QueueManager stanza is displayed.
The only supported value of StanzaType is QueueManager.
-o stanza
Displays the configuration information in stanza format as it is shown in the .ini files. This format is the default output format.
Use this format to display stanza information in a format that is easy to read.
-o command
Displays the configuration information as an addmqinf command.
Information about the installation associated with the queue manager is not displayed using this parameter. The addmqinf command does not require information about the installation.
Use this format to paste into a command shell.
Return codes
Return code Description
0 Successful operation
39 Bad command-line parameters
44 Stanza does not exist
58 Inconsistent use of installations detected
69 Storage not available
71 Unexpected error
72 Queue manager name error
Examples
dspmqinf QM.NAME
The command defaults to searching for a QueueManager stanza named QM.NAME and displays it in stanza format.
QueueManager:
Name=QM.NAME
Prefix=/var/mqm
Directory=QM!NAME
DataPath=/MQHA/qmgrs/QM!NAME
InstallationName=Installation1
The following command gives the same result:
dspmqinf –s QueueManager –o stanza QM.NAME
The next example displays the output in addmqinf format.
dspmqinf –o command QM.NAME
The output is on one line:
addmqinf –s QueueManager –v Name=QM.NAME –v Prefix=/var/mqm –v Directory=QM!NAME
–v DataPath=/MQHA/qmgrs/QM!NAME
Usage notes
Use dspmqinf with addmqinf to create an instance of a multi-instance queue manager on a different server.
To use this command you must be a WebSphere MQ administrator and a member of the mqm group.
Comments
Post a Comment