Author |
Message
|
jarun111 |
Posted: Tue Oct 12, 2004 6:59 am Post subject: MQ server not starting up after abnormal shutdown |
|
|
Acolyte
Joined: 19 Apr 2004 Posts: 70
|
Hi All,
We are making use of IBM MQ5.3 CSD07 level and we are in a problematic scenario due to abnormal shutdown(we used endmqm -p , since normal shutdown was hanging). We are not able to bring up the Queue Manager and we see the below mentioned FDC file generated:
+-----------------------------------------------------------------------------+|
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Tuesday October 12 14:16:42 CST 2004 |
| Host Name :- eqzhk5 (SunOS 5. |
| PIDS :- 5724B4103 |
| LVLS :- 530.6 CSD06 |
| Product Long Name :- WebSphere MQ for Sun Solaris |
| Vendor :- IBM |
| Probe Id :- ZX000001 |
| Application Name :- MQM |
| Component :- ExecCtrlrMain |
| Build Date :- Feb 11 2004 |
| CMVC level :- p530-06-L040211 |
| Build Type :- IKAP - (Production) |
| UserID :- 00031677 (mqm) |
| Program Name :- amqzxma0_nd |
| Process :- 00036882 |
| Thread :- 00000001 |
| QueueManager :- EQUITY!ZEUS_QM3!PROD |
| Major Errorcode :- xecF_E_UNEXPECTED_RC |
| Minor Errorcode :- MQRC_UNEXPECTED_ERROR |
| Probe Type :- MSGAMQ6118 |
| Probe Severity :- 2 |
| Probe Description :- AMQ6118: An internal WebSphere MQ error has occurred |
| (893) |
| FDCSequenceNumber :- 3 |
| Arith1 :- 2195 893 |
| |
+-----------------------------------------------------------------------------+
Minor code is totally misleading :<
Do share in your valuable inputs.
Thanks.
Arun |
|
Back to top |
|
 |
siliconfish |
Posted: Tue Oct 12, 2004 9:42 am Post subject: |
|
|
 Master
Joined: 12 Aug 2002 Posts: 203 Location: USA
|
have you cleared the shared memory and semaphore before starting the queue manager?
Were there any errors in AMQERR logs?
Have u looked into solaris kernel params? _________________ siliconfish |
|
Back to top |
|
 |
vennela |
Posted: Tue Oct 12, 2004 12:42 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
You say
Quote: |
We are making use of IBM MQ5.3 CSD07 |
But your FDC says
Quote: |
CMVC level :- p530-06-L040211 |
|
Was your CSD applied right. Do a pkgchk and see if the CSD was applied right.
Other than that. can you create and start another QMGR on the same machine. |
|
Back to top |
|
 |
kirani |
Posted: Tue Oct 12, 2004 12:51 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
This is a MQ problem, so moving it to General MQ Support forum. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
jarun111 |
Posted: Wed Oct 13, 2004 6:44 am Post subject: |
|
|
Acolyte
Joined: 19 Apr 2004 Posts: 70
|
Sorry we are using CSD06(typo mistake).
Then how do I clear my semaphore/memory segments when I have 2 Queue Managers running in the same system.
Thanks.
Arun |
|
Back to top |
|
 |
vennela |
Posted: Wed Oct 13, 2004 6:57 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
You can use amqiclen to clean semaphores for a particular QMGR |
|
Back to top |
|
 |
jarun111 |
Posted: Wed Oct 13, 2004 7:02 am Post subject: |
|
|
Acolyte
Joined: 19 Apr 2004 Posts: 70
|
Where does this script reside |
|
Back to top |
|
 |
vennela |
Posted: Wed Oct 13, 2004 7:13 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
|
Back to top |
|
 |
jarun111 |
Posted: Wed Oct 13, 2004 7:43 am Post subject: |
|
|
Acolyte
Joined: 19 Apr 2004 Posts: 70
|
Thanks for the help I will try this out and let you know. BTW there are of scripts under /opt/mqm/bin. Where can I find the usage of these scripts. This would be of great help. Do let me know.
Thanks.
Arun |
|
Back to top |
|
 |
vennela |
Posted: Wed Oct 13, 2004 7:53 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
System Administration guide
Chapter 17 has the usage on control commands |
|
Back to top |
|
 |
jarun111 |
Posted: Wed Oct 13, 2004 8:08 am Post subject: |
|
|
Acolyte
Joined: 19 Apr 2004 Posts: 70
|
|
Back to top |
|
 |
jarun111 |
Posted: Wed Oct 13, 2004 8:16 am Post subject: |
|
|
Acolyte
Joined: 19 Apr 2004 Posts: 70
|
I just downloaded System Admin guide and I cant find the usage of amqiclen or other scripts under /opt/mqm/bin. Please let me know. |
|
Back to top |
|
 |
siliconfish |
Posted: Wed Oct 13, 2004 8:45 am Post subject: |
|
|
 Master
Joined: 12 Aug 2002 Posts: 203 Location: USA
|
|
Back to top |
|
 |
Anirud |
Posted: Wed Oct 13, 2004 8:49 am Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
Also... you can find about amqiclen in System Administation Guide page.
Do a search for amqiclen in this manual. |
|
Back to top |
|
 |
jarun111 |
Posted: Wed Oct 13, 2004 10:52 am Post subject: |
|
|
Acolyte
Joined: 19 Apr 2004 Posts: 70
|
Yes, I did a search for it. But cannpt find it in System Admin manual. |
|
Back to top |
|
 |
|