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 » Problem Starting or deleting a queue manager

Post new topic  Reply to topic
 Problem Starting or deleting a queue manager « View previous topic :: View next topic » 
Author Message
lenburt
PostPosted: Tue Sep 28, 2004 1:12 pm    Post subject: Problem Starting or deleting a queue manager Reply with quote

Novice

Joined: 24 Sep 2004
Posts: 15

hello - i've somehow gotten a queue manager in an unusable state and it would like to delete it and re-create it. Unfortunately i get the following error when trying to delete it....any thoughts?


WebSphere MQ First Failure Symptom Report
=========================================

Date/Time :- Tuesday September 28 14:01:43 PDT 2004
Host Name :- orppap01 (SunOS 5.
PIDS :- 5724B4103
LVLS :- 530.7 CSD07
Product Long Name :- WebSphere MQ for Sun Solaris
Vendor :- IBM
Probe Id :- HL000001
Application Name :- MQM
Component :- hlgStartLog
Build Date :- May 27 2004
CMVC level :- p530-07-L040527
Build Type :- IKAP - (Production)
UserID :- 00001043 (orbit1)
Program Name :- dltmqm_nd
Process :- 00011569
Thread :- 00000001
QueueManager :- orbit_orb1_ce
Major Errorcode :- xecF_E_UNEXPECTED_RC
Minor Errorcode :- hrcE_MQLO_QUE_EXCEED
Probe Type :- MSGAMQ6118
Probe Severity :- 2
Probe Description :- AMQ6118: An internal WebSphere MQ error has occurred
(20806828)
FDCSequenceNumber :- 0
Arith1 :- 545286184 20806828
Back to top
View user's profile Send private message Send e-mail
siliconfish
PostPosted: Tue Sep 28, 2004 2:42 pm    Post subject: Reply with quote

Master

Joined: 12 Aug 2002
Posts: 203
Location: USA

do u see any other errors? anything from AMQERR logs? why isn't the queue manager responding?
You can also try the steps provided in Appendix D of Sys Admin manual.
Back to top
View user's profile Send private message
lenburt
PostPosted: Tue Sep 28, 2004 3:43 pm    Post subject: Reply with quote

Novice

Joined: 24 Sep 2004
Posts: 15

I don't really see any other errors.....this seems all related to LINEAR logging which we are trying to introduce. We have other CIRCULAR logging queue managers which are just fine. I will attempt to follow Appendix D to remove the q mgr manually - thx.
Back to top
View user's profile Send private message Send e-mail
siliconfish
PostPosted: Tue Sep 28, 2004 3:56 pm    Post subject: Reply with quote

Master

Joined: 12 Aug 2002
Posts: 203
Location: USA

What do you mean by ".....this seems all related to LINEAR logging which we are trying to introduce"
Are u trying to alter the existing queue manager from CIRCULAR to LINEAR? (which cannot be done though)
Back to top
View user's profile Send private message
lenburt
PostPosted: Tue Sep 28, 2004 4:05 pm    Post subject: Reply with quote

Novice

Joined: 24 Sep 2004
Posts: 15

we have existing queue managers on this server defined with CIRCULAR logging....this is our production configuration and has been for two years. We recently have had some lost data due to damaged queues and decided to investigate using LINEAR logging. I created some new queue managers using LINEAR logging on our test server. Some preliminary tests of our application went fine but recently we have had trouble bouncing the queue managers which were using LINEAR logging (separate post). Since i cannot get to the root of the problem, i wanted to start fresh by deleting and re-creating the queue manager and trying to perform a controlled test.
Back to top
View user's profile Send private message Send e-mail
Nigelg
PostPosted: Wed Sep 29, 2004 12:34 am    Post subject: Reply with quote

Grand Master

Joined: 02 Aug 2004
Posts: 1046

I suspect that there is something wrong with the log directory, or the files it contains.
I would just delete the directories /var/mqm/qmgrs/QMGR and /var/mqm/log/QMGR, and remove the entry for the qmgr in /var/mqm/mqs.ini, rather than mess around wasting time trying to find out what is wrong.
Back to top
View user's profile Send private message
lenburt
PostPosted: Wed Sep 29, 2004 7:06 am    Post subject: Reply with quote

Novice

Joined: 24 Sep 2004
Posts: 15

I tried to recreate my queue manager after making sure all previous files were gone. I am now getting the following error on the crtmqm....seems to have something to do with the log, but there is plenty of space available in the filesystem.

+-----------------------------------------------------------------------------+
| |
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Wednesday September 29 08:02:09 PDT 2004 |
| Host Name :- orppap01 (SunOS 5. |
| PIDS :- 5724B4103 |
| LVLS :- 530.7 CSD07 |
| Product Long Name :- WebSphere MQ for Sun Solaris |
| Vendor :- IBM |
| Probe Id :- HL000001 |
| Application Name :- MQM |
| Component :- hlgStartLog |
| Build Date :- May 27 2004 |
| CMVC level :- p530-07-L040527 |
| Build Type :- IKAP - (Production) |
| UserID :- 00001043 (mqm) |
| Program Name :- crtmqm |
| Process :- 00027863 |
| Thread :- 00000001 |
| QueueManager :- orbit_orb1_ce |
| Major Errorcode :- xecF_E_UNEXPECTED_RC |
| Minor Errorcode :- hrcE_MQLO_QUE_EXCEED |
| Probe Type :- MSGAMQ6118 |
| Probe Severity :- 2 |
| Probe Description :- AMQ6118: An internal WebSphere MQ error has occurred |
| (20806828) |
| FDCSequenceNumber :- 0 |
| Arith1 :- 545286184 20806828 |
| |
+-----------------------------------------------------------------------------+

MQM Function Stack
zsqSPICreateQM
kpiCreateQM
apiConfigure
aocConfigure
almCreateLog
hlgStartLog
xcsFFST
Back to top
View user's profile Send private message Send e-mail
JT
PostPosted: Wed Sep 29, 2004 8:33 am    Post subject: Reply with quote

Padawan

Joined: 27 Mar 2003
Posts: 1564
Location: Hartford, CT.

Take a look at the solution suggested in this posting:
http://www-1.ibm.com/support/docview.wss?uid=swg21166758
Back to top
View user's profile Send private message
sunshine
PostPosted: Mon Dec 08, 2008 2:01 am    Post subject: Reply with quote

Novice

Joined: 07 Dec 2008
Posts: 13

This is my FDC file report . I am not able to start the Queue Manager

Probe Id :- HL000001

+-----------------------------------------------------------------------------+
| |
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Monday December 08 01:50:08 MST 2008 |
| Host Name :- WPLIU616d (Linux 2.4.9-e.3) |
| PIDS :- 5724H7204 |
| LVLS :- 6.0.0.0 |
| Product Long Name :- WebSphere MQ for Linux for Intel |
| Vendor :- IBM |
| Probe Id :- HL000001 |
| Application Name :- MQM |
| Component :- hlgStartLog |
| SCCS Info :- lib/logger/amqhlgc0.c, 1.32 |
| Line Number :- 320 |
| Build Date :- May 19 2005 |
| CMVC level :- p000-L050519 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000000 (root) |
| Program Name :- amqzxma0 |
| Addressing mode :- 32-bit |
| Process :- 24361 |
| Thread-Process :- 24361 |
| Thread :- 1 |
| ThreadingModel :- LinuxThreads |
| QueueManager :- TEST |
| ConnId(1) IPCC :- 2 |
| ConnId(2) QM :- 2 |
| ConnId(3) QM-P :- 2 |
| ConnId(4) App :- 2 |
| Major Errorcode :- xecF_E_UNEXPECTED_RC |
| Minor Errorcode :- hrcE_MQLO_SEMA |
| Probe Type :- MSGAMQ6118 |
| Probe Severity :- 2 |
| Probe Description :- AMQ6118: An internal WebSphere MQ error has occurred |
| (20806805) |
| FDCSequenceNumber :- 2 |
| Arith1 :- 545286149 20806805 |
| |
+-----------------------------------------------------------------------------+
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Dec 08, 2008 2:55 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

I don't think reopening a 4 year old post is really going to help here...
_________________
Honesty is the best policy.
Insanity is the best defence.
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 » Problem Starting or deleting a queue manager
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.