Author |
Message
|
redredred |
Posted: Thu Mar 15, 2007 2:03 pm Post subject: problem with starting the queue manaer |
|
|
Novice
Joined: 27 Feb 2007 Posts: 21
|
Hi guys, i have problem starting the qmanager, it is giving the the error AMQ6109 and whenilooked in the logs it says
EXPLANATION:
WebSphere MQ queue manager 'SNMROL04' started.
ACTION:
None.
-------------------------------------------------------------------------------
3/15/2007 13:54:23
AMQ7472: Object SYSTEM.CLUSTER.REPOSITORY.QUEUE, type queue damaged.
EXPLANATION:
Object SYSTEM.CLUSTER.REPOSITORY.QUEUE, type queue has been marked as damaged.
This indicates that the queue manager was either unable to access the object in
the file system, or that some kind of inconsistency with the data in the object
was detected.
ACTION:
If a damaged object is detected, the action performed depends on whether the
queue manager supports media recovery and when the damage was detected. If the
queue manager does not support media recovery, you must delete the object as no
recovery is possible. If the queue manager does support media recovery and the
damage is detected during the processing performed when the queue manager is
being started, the queue manager will automatically initiate media recovery of
the object. If the queue manager supports media recovery and the damage is
detected once the queue manager has started, it may be recovered from a media
image using the rcrmqmobj command or it may be deleted.
----- amqaocua.c : 533 --------------------------------------------------------
3/15/2007 13:54:24
AMQ9422: Repository manager error, RC=1077960969
EXPLANATION:
An internal error has occurred.
ACTION:
Collect the items listed in the 'Problem determination' section of the System
Administration manual and contact your IBM support center.
Can you guys helped me in solving this problem, please provide me with the steps? |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Mar 15, 2007 2:16 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
oooo.
That's bad.
Are you using linear logging and rcdmqimg? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
redredred |
Posted: Thu Mar 15, 2007 2:56 pm Post subject: |
|
|
Novice
Joined: 27 Feb 2007 Posts: 21
|
no i am using circular logging |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Mar 15, 2007 3:38 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can try strmqm -c.
If that doesn't work, you'll need to strmqm -ns, saveqmgr, endmqm, dltmqm... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Mar 15, 2007 8:31 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
jefflowrey wrote: |
You can try strmqm -c.
If that doesn't work, you'll need to strmqm -ns, saveqmgr, endmqm, dltmqm... |
So what would happen if you removed the physical queue while the qmgr was running (to be done only in test of course...) ? And then closed the qmgr...?
Did you try removing the physical queue while the qmgr is down and then start it with the -c flag. When that is complete start it again without flags...
What do you get ?
Have fun.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
redredred |
Posted: Fri Mar 16, 2007 10:26 am Post subject: |
|
|
Novice
Joined: 27 Feb 2007 Posts: 21
|
thanxu jeff and saper for u r suggestions, but wat did was-
1)created a dummmy qmanager called test
2)copied all the system queues into the previous qmanager which was not workin
3) started the queuemanager
)it started |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Mar 16, 2007 5:11 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
So, you decided to lose any messages that might be on System.Cluster.Repository.Queue.
It's certainly a viable option.
I just hope the cluster is okay afterwards. I guess it would tend to rebuild, as long as your qmgr is not a full repository. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|