Discussion:
amqxdbg - what is it, how and why is it used?
David Awerbuch (BLOOMBERG/ 120 PARK)
2014-03-19 21:59:25 UTC
Permalink
I see program /opt/mqm/bin/amqxdbg - wmq client 7.0.1.4 on AIX - perhaps elsewhere.

Does anyone know what this utility is for and how it is used?

Thanks
------------------------------------------------------------
----------------------------------------------------------------------
David Awerbuch -- Systems Architect -- Middleware Engineering
email: ***@bloomberg.net || ==== Bloomberg LP ==== ||
phone: + 1 646 324 2868 || Making Financial ||
WMQ support mq-***@bloomberg.com || Markets Transparent ||
----------------------------------------------------------------------
For all Trading Systems application and connectivity issues,
please contact the TSCI 24-hour helpdesk.
- Americas - New York +1+212-318-2000
- Europe - London +44-20-7330-7500
- Asia - Tokyo +81-3-3201-8900
- Singapore +65-6212-1000

<< "Once the game is over, the king and the pawn go back into the same box." - Anon >>
Tuben, Gregg
2014-03-20 12:21:26 UTC
Permalink
I found this message in infocenter – looks like you can use it to gather diagnostic info

AMQ6280
Usage: amqxdbg ([-x] (-i pid[.tid] | -p program_name) | -s)
Severity
00 : Information
Explanation
The user provided an incorrect set of arguments to the amqxdbg command.
-i - Request a program FDC from the process identified by
'pid' and 'tid'.
-p - Request a program FDC from the process identified by the
supplied program name. To match more than one program name
the wildcard character '*' may be used at the end of the
'program_name' specification.
-x - Delete the entry identified by the -i or -p parameters
-s - Show the status of debug entries
Response
Re-issue the command using the appropriate arguments.


From: MQSeries List [mailto:***@LISTSERV.MEDUNIWIEN.AC.AT] On Behalf Of David Awerbuch (BLOOMBERG/ 120 PARK)
Sent: Wednesday, March 19, 2014 4:59 PM
To: ***@LISTSERV.MEDUNIWIEN.AC.AT
Subject: amqxdbg - what is it, how and why is it used?

I see program /opt/mqm/bin/amqxdbg - wmq client 7.0.1.4 on AIX - perhaps elsewhere.

Does anyone know what this utility is for and how it is used?

Thanks
------------------------------------------------------------
----------------------------------------------------------------------
David Awerbuch -- Systems Architect -- Middleware Engineering
email: ***@bloomberg.net<mailto:***@bloomberg.net> || ==== Bloomberg LP ==== ||
phone: + 1 646 324 2868 || Making Financial ||
WMQ support mq-***@bloomberg.com<mailto:mq-***@bloomberg.com> || Markets Transparent ||
----------------------------------------------------------------------
For all Trading Systems application and connectivity issues,
please contact the TSCI 24-hour helpdesk.
- Americas - New York +1+212-318-2000
- Europe - London +44-20-7330-7500
- Asia - Tokyo +81-3-3201-8900
- Singapore +65-6212-1000


<< "Once the game is over, the king and the pawn go back into the same box." - Anon >>
Tim Zielke
2014-03-20 12:37:41 UTC
Permalink
Sometimes being an MQ administrator feels like you are playing the Legend of Zelda, where you discover mysterious and cryptic tools like amqrfdm, amqrdbgm, amqxdbg, etc., and you must explore and guess how to use them.

Any chance anyone from the MQ team can thoroughly document their usage? ☺

Tim

From: MQSeries List [mailto:***@LISTSERV.MEDUNIWIEN.AC.AT] On Behalf Of Tuben, Gregg
Sent: Thursday, March 20, 2014 7:21 AM
To: ***@LISTSERV.MEDUNIWIEN.AC.AT
Subject: Re: amqxdbg - what is it, how and why is it used?

I found this message in infocenter – looks like you can use it to gather diagnostic info

AMQ6280
Usage: amqxdbg ([-x] (-i pid[.tid] | -p program_name) | -s)
Severity
00 : Information
Explanation
The user provided an incorrect set of arguments to the amqxdbg command.
-i - Request a program FDC from the process identified by
'pid' and 'tid'.
-p - Request a program FDC from the process identified by the
supplied program name. To match more than one program name
the wildcard character '*' may be used at the end of the
'program_name' specification.
-x - Delete the entry identified by the -i or -p parameters
-s - Show the status of debug entries
Response
Re-issue the command using the appropriate arguments.


From: MQSeries List [mailto:***@LISTSERV.MEDUNIWIEN.AC.AT] On Behalf Of David Awerbuch (BLOOMBERG/ 120 PARK)
Sent: Wednesday, March 19, 2014 4:59 PM
To: ***@LISTSERV.MEDUNIWIEN.AC.AT<mailto:***@LISTSERV.MEDUNIWIEN.AC.AT>
Subject: amqxdbg - what is it, how and why is it used?

I see program /opt/mqm/bin/amqxdbg - wmq client 7.0.1.4 on AIX - perhaps elsewhere.

Does anyone know what this utility is for and how it is used?

Thanks
------------------------------------------------------------
----------------------------------------------------------------------
David Awerbuch -- Systems Architect -- Middleware Engineering
email: ***@bloomberg.net<mailto:***@bloomberg.net> || ==== Bloomberg LP ==== ||
phone: + 1 646 324 2868 || Making Financial ||
WMQ support mq-***@bloomberg.com<mailto:mq-***@bloomberg.com> || Markets Transparent ||
----------------------------------------------------------------------
For all Trading Systems application and connectivity issues,
please contact the TSCI 24-hour helpdesk.
- Americas - New York +1+212-318-2000
- Europe - London +44-20-7330-7500
- Asia - Tokyo +81-3-3201-8900
- Singapore +65-6212-1000


<< "Once the game is over, the king and the pawn go back into the same box." - Anon >>
Peter D
2014-03-20 13:00:09 UTC
Permalink
Now that you've reached level 6 you will be able to wield the power of the -v with all your commands!

Then again choose your author carefully - this is from my unix book :

About your (electronic) self
whoami --- returns your username. Sounds useless, but isn't. You may need to find out who it is who forgot to log out.
finger & .plan files
"of course you can finger yourself, too. That can be useful e.g. as a quick check whether you got new mail". Do 'chmod a+r .plan' if necessary. You should realize that this information is accessible from anywhere in the world, not just to other people on turing.
Really?!
Post by Tim Zielke
Sometimes being an MQ administrator feels like you are playing the Legend of Zelda, where you discover mysterious and cryptic tools like amqrfdm, amqrdbgm, amqxdbg, etc., and you must explore and guess how to use them.
Any chance anyone from the MQ team can thoroughly document their usage? J
Tim
Sent: Thursday, March 20, 2014 7:21 AM
Subject: Re: amqxdbg - what is it, how and why is it used?
I found this message in infocenter – looks like you can use it to gather diagnostic info
AMQ6280
Usage: amqxdbg ([-x] (-i pid[.tid] | -p program_name) | -s)
Severity
00 : Information
Explanation
The user provided an incorrect set of arguments to the amqxdbg command.
-i - Request a program FDC from the process identified by
'pid' and 'tid'.
-p - Request a program FDC from the process identified by the
supplied program name. To match more than one program name
the wildcard character '*' may be used at the end of the
'program_name' specification.
-x - Delete the entry identified by the -i or -p parameters
-s - Show the status of debug entries
Response
Re-issue the command using the appropriate arguments.
Sent: Wednesday, March 19, 2014 4:59 PM
Subject: amqxdbg - what is it, how and why is it used?
I see program /opt/mqm/bin/amqxdbg - wmq client 7.0.1.4 on AIX - perhaps elsewhere.
Does anyone know what this utility is for and how it is used?
Thanks
------------------------------------------------------------
----------------------------------------------------------------------
David Awerbuch -- Systems Architect -- Middleware Engineering
phone: + 1 646 324 2868 || Making Financial ||
----------------------------------------------------------------------
For all Trading Systems application and connectivity issues,
please contact the TSCI 24-hour helpdesk.
- Americas - New York +1+212-318-2000
- Europe - London +44-20-7330-7500
- Asia - Tokyo +81-3-3201-8900
- Singapore +65-6212-1000
<< "Once the game is over, the king and the pawn go back into the same box." - Anon >>
To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html

Loading...