Author |
Message
|
balaraju |
Posted: Mon Apr 10, 2017 7:46 am Post subject: dmpmqcfg timing out |
|
|
Apprentice
Joined: 06 Feb 2017 Posts: 29
|
Hi,
We have created a new queue manager on Linux and started with -ns option. None of the objects are created. The listeners, channles, queue etc. The queue manager has only system objects.
Now when i try to run the dmpmqcfg for local queue manager, it is saying "MQSC timed out waiting for a response from the command server."
"/bin/dmpmqcfg -m qmgr -a > testfiledmp.txt". This is the command i have been trying to execute.
Is there any prerequisite to execute this command. Like some channels needs to be available as such. please help |
|
Back to top |
|
 |
Vitor |
Posted: Mon Apr 10, 2017 8:11 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
MQ version?
Queue manager status (aside from it's apparent inability to response to this command)?
Does it respond (for example) to runmqsc? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Apr 10, 2017 8:13 am Post subject: Re: dmpmqcfg timing out |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
balaraju wrote: |
Hi,
We have created a new queue manager on Linux and started with -ns option. None of the objects are created. The listeners, channles, queue etc. The queue manager has only system objects.
Now when i try to run the dmpmqcfg for local queue manager, it is saying "MQSC timed out waiting for a response from the command server."
"/bin/dmpmqcfg -m qmgr -a > testfiledmp.txt". This is the command i have been trying to execute.
Is there any prerequisite to execute this command. Like some channels needs to be available as such. please help |
The prereq is not on the channels but on the command server. Remember that when you do start the queue manager with the -ns flag the command server does not get started. If you are running MQE locally you should also see that you cannot get the usual information about the queue manager.
So manually start the command server and try again.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
balaraju |
Posted: Mon Apr 10, 2017 8:14 am Post subject: |
|
|
Apprentice
Joined: 06 Feb 2017 Posts: 29
|
MQ Version is 9.0.0.0.0
rest of the mqsc commands are working. runmqsc , dspmqver,amqsbcg etc
Queue manager status is running. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Apr 10, 2017 8:15 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Vitor wrote: |
MQ version?
Queue manager status (aside from it's apparent inability to response to this command)?
Does it respond (for example) to runmqsc? |
Yes it would... at least to the server version...
The command server needs to be started for dmpmqcfg.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
balaraju |
Posted: Mon Apr 10, 2017 9:11 am Post subject: |
|
|
Apprentice
Joined: 06 Feb 2017 Posts: 29
|
I started the queue manager without -ns option and the dmpmqcfg is working now
-ns
Prevents any of the following processes from starting automatically when the queue manager starts:
The channel initiator
The command server
Listeners
Services
You guys are awesome  |
|
Back to top |
|
 |
|