ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » queue manager not starting in AIX, MQ 6.0.2.3

Post new topic  Reply to topic
 queue manager not starting in AIX, MQ 6.0.2.3 « View previous topic :: View next topic » 
Author Message
gstokes
PostPosted: Wed Apr 08, 2009 2:48 am    Post subject: queue manager not starting in AIX, MQ 6.0.2.3 Reply with quote

Apprentice

Joined: 08 Jan 2007
Posts: 38

This is the following error I receive:

strmqm QM.CA.XMLINMQ
WebSphere MQ queue manager 'QM.CA.XMLINMQ' starting.
The Queue Manager ended for reason 545284099
Back to top
View user's profile Send private message
WMBDEV1
PostPosted: Wed Apr 08, 2009 2:53 am    Post subject: Reply with quote

Sentinel

Joined: 05 Mar 2009
Posts: 888
Location: UK

Any clues in the MQ error logs?
Back to top
View user's profile Send private message
gstokes
PostPosted: Wed Apr 08, 2009 3:14 am    Post subject: queue manager not starting in AIX, MQ 6.0.2.3 Reply with quote

Apprentice

Joined: 08 Jan 2007
Posts: 38

I'm thinking something is hung in shared memory. bouncing the server to see if that fixes it.
Back to top
View user's profile Send private message
Sam Uppu
PostPosted: Wed Apr 08, 2009 5:13 am    Post subject: Reply with quote

Yatiri

Joined: 11 Nov 2008
Posts: 610

This issue normally arises when the server is bounced without proper shutdown of MQ.

You should properly shutdown the QMgr before shutting down the server.

Something still hungs in shared memory which is not going to be cleared with amqiclen.

You need a reboot to come up the Qmgr clean.
Back to top
View user's profile Send private message
harish_td
PostPosted: Wed Apr 08, 2009 7:32 am    Post subject: queue manager not starting in AIX, MQ 6.0.2.3 Reply with quote

Master

Joined: 13 Feb 2006
Posts: 236

I doubt if the admins are going to like a reboot of the server.
ipcs should be able to clear your semaphores.
Try this
Code:

ipcs | grep "mqm" | awk '{print $2}' |while read procinfo; do echo ipcrm $procinfo; ipcrm -h $procinfo; done

ipcrm /? must be able to tell you when to use -h and -s

Hope that helps
Back to top
View user's profile Send private message Yahoo Messenger
mqjeff
PostPosted: Wed Apr 08, 2009 7:36 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

you shouldn't use ipcs when you can use amqiclen.

you shouldn't use amqiclen unless you're sure you have stranded shared memory blocks.

You shouldn't reboot a machine "just in case", unless the machine is running Windows.
Back to top
View user's profile Send private message
nageshshiv
PostPosted: Thu Apr 09, 2009 1:53 am    Post subject: Reply with quote

Apprentice

Joined: 09 May 2008
Posts: 30

Check whether the storage is available on that directory where QMGR is present.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » queue manager not starting in AIX, MQ 6.0.2.3
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.