Author |
Message
|
kishvardhan |
Posted: Thu Feb 19, 2015 1:08 pm Post subject: Unable to make Queuemanager running status |
|
|
Newbie
Joined: 17 Sep 2014 Posts: 8
|
Hi All,
whenever I try to bring up the queuemanager using MQSC command STRMQM <QMGR> in Unix flavour,
getting display messages as "0 log records accessed on queue manager during the recovery phase"
messages displaying continously and when I checked dspmq command
status are like "starting"
looks like queuenamger dead ;(
Can you please help us
MQ version 7.0.1.3
 |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 19, 2015 1:20 pm Post subject: Re: Unable to make Queuemanager running status |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
kishvardhan wrote: |
getting display messages as "0 log records accessed on queue manager during the recovery phase" |
If the queue manager thinks it has zero logs, does it actually have any log files in the relevant directory? Could it be (and this is by no means the only possibility) that this queue manager is the passive copy of an active/passive HA cluster and the log files are mounted to the active copy? Or this is the active queue manager but the files are mounted to the passive machine?
How many logs (according to the ini file) should it have? If that shows zero, that's another clue.
kishvardhan wrote: |
looks like queuenamger dead ;( |
Sounds more to me like it's been assassinated.
kishvardhan wrote: |
Can you please help us
MQ version 7.0.1.3 |
You can help yourselves by moving to a more recent version. It's not going to help with this problem, but that's very old for v7.0.
Ideally, don't apply maintenance, but move to a version that won't be out of support in September. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
JosephGramig |
Posted: Fri Feb 20, 2015 5:33 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
Post the contents of the qm.ini file that goes with this Qmgr.
In UNIX flavor, strmqm is a "Control" command and not an MQSC command. |
|
Back to top |
|
 |
kishvardhan |
Posted: Fri Feb 20, 2015 1:43 pm Post subject: Need to solution to over come!! |
|
|
Newbie
Joined: 17 Sep 2014 Posts: 8
|
how to overcome this issue:
note:
I'm beginner level in MQ |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Feb 20, 2015 2:46 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Is this a brand new qmgr? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
MMQ |
Posted: Sat Feb 21, 2015 10:05 am Post subject: Re: Need to solution to over come!! |
|
|
Newbie
Joined: 20 Feb 2015 Posts: 1
|
kishvardhan wrote: |
how to overcome this issue:
note:
I'm beginner level in MQ |
As asked above, can you post contents of qm.ini. |
|
Back to top |
|
 |
bruce2359 |
Posted: Sat Feb 21, 2015 10:38 am Post subject: Re: Need to solution to over come!! |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
kishvardhan wrote: |
how to overcome this issue:
note:
I'm beginner level in MQ |
First, answer questions that you are asked. How can we help you if you don't provide us with the information we need?
1. Is this a new queue-manager? Is it a test queue-manager? If so, delete it, and re-create it.
2. What changes have you/someone else made to the queue-manager?
3. What changes have been made to the file-system? Did you/someone else move things? Did you/someone else change permission bits?
4. As requested, paste a copy the qm.ini file here so we can look at it.
A queue-manager requires logs. Did you/someone else delete them, or rename them, or change or modify them? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
JosephGramig |
Posted: Mon Feb 23, 2015 7:42 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
The qm.ini file is by default in /var/mqm/qmgrs/<QmgrName> directory unless you built it with the -md and specified a different location.
What is the output of: dspmqinf <QmgrName> |
|
Back to top |
|
 |
|