Author |
Message
|
mqjeff |
Posted: Fri Dec 02, 2011 9:18 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
fjb_saper wrote: |
mqjeff wrote: |
dmpmqcfg does the same thing. |
My understanding is this is a server version.
Is there also a client version for it? Or would that then be MS03.  |
Go read the recent post from markt in which he mentions the ability of dmpmqcfg to parse a DEF CHL mqsc statement. |
|
Back to top |
|
 |
markt |
Posted: Fri Dec 02, 2011 9:24 am Post subject: |
|
|
 Knight
Joined: 14 May 2002 Posts: 508
|
Quote: |
My understanding is this is a server version. |
Your understanding is wrong, as you should be able to see from earlier comments in this thread. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Dec 02, 2011 11:54 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
markt wrote: |
Quote: |
My understanding is this is a server version. |
Your understanding is wrong, as you should be able to see from earlier comments in this thread. |
Thanks for the specification. So it will also ship with the client binaries right? _________________ MQ & Broker admin |
|
Back to top |
|
 |
mvic |
Posted: Sat Dec 03, 2011 4:35 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
fjb_saper wrote: |
So it will also ship with the client binaries right? |
Code: |
rpm -qf /opt/mqm/bin/dmpmqcfg
MQSeriesRuntime-7.1.0-0.i386 |
I think the "runtime" is in the client download, so the answer is yes. |
|
Back to top |
|
 |
mqjeff |
Posted: Sat Dec 03, 2011 7:11 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
I see it in the Client installation I coexisted with my Server installation. |
|
Back to top |
|
 |
hallmark |
Posted: Fri Jun 08, 2012 6:20 am Post subject: |
|
|
 Voyager
Joined: 10 Mar 2005 Posts: 76
|
The fact you have to define a CHANNEL to talk to a remote queue manager suggests to me it's not truly a client application and has a dependency on having a queue manager on the host you are running dmpmqcfg. I am experimenting but I am not mistaken am I?
That is where saveqmgr comes in very handy as our server we initiate these requests from does not require a a Queue Manager. It having one is no big deal really...but...you know. _________________ Rob |
|
Back to top |
|
 |
hallmark |
Posted: Fri Jun 08, 2012 6:25 am Post subject: |
|
|
 Voyager
Joined: 10 Mar 2005 Posts: 76
|
zpat wrote: |
OK, that's good. Perhaps an unusual format (for a command parameter) - might be worth putting an example like the one above in the infocenter. |
I like it, reminds me of running a unix command when switching users...wonder what else you can DEFINE  _________________ Rob |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Jun 08, 2012 6:27 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You always need to define a channel to talk to a queue manager.
Sometimes it's a SVRCONN, sometimes it's a SDR...
I believe that dmpmqcfg lets you put the "define svrconn" into the command line argument. Or maybe it's just the 'define clntconn'.
Either way, do a little more investigation. And if you wish to see saveqmgr continue to be maintained, please contact the maintainer and tell him. |
|
Back to top |
|
 |
hallmark |
Posted: Fri Jun 08, 2012 6:45 am Post subject: |
|
|
 Voyager
Joined: 10 Mar 2005 Posts: 76
|
I might be an idiot. _________________ Rob |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Jun 08, 2012 6:50 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
hallmark wrote: |
I might be an idiot. |
well, no more than the rest of us, I'm sure. |
|
Back to top |
|
 |
hallmark |
Posted: Fri Jun 08, 2012 7:08 am Post subject: |
|
|
 Voyager
Joined: 10 Mar 2005 Posts: 76
|
Kind.
Right it works as described with a client so I've added nothing. I personally just need to get my head around the CLNTAUTH features now to get a real connection. But to confirm, the format of the client connection (CLNTCONN) is definitely correct, and this is great news for me. Thanks all. _________________ Rob |
|
Back to top |
|
 |
|