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 » IBM MQ Installation/Configuration Support » MQ V 5.2 : crtmqm failed with AMQ8146

Post new topic  Reply to topic
 MQ V 5.2 : crtmqm failed with AMQ8146 « View previous topic :: View next topic » 
Author Message
vadivel
PostPosted: Sat Dec 28, 2002 3:35 am    Post subject: MQ V 5.2 : crtmqm failed with AMQ8146 Reply with quote

Voyager

Joined: 05 Aug 2002
Posts: 79
Location: US

Hi,
I've installed MQSeries v 5.2 in solaris and when I try to create a Queue Manager it says Queue Manager created succesfully, but fails with an saying

MQSeries queue manager created.
AMQ8146: MQSeries queue manager not available.
Segmentation Fault
Ther was a post earlier on the subject earlier, but I dont know whether it was solved.
Please help.
Regards
Vels
Back to top
View user's profile Send private message Yahoo Messenger
clindsey
PostPosted: Sat Dec 28, 2002 6:23 am    Post subject: Reply with quote

Knight

Joined: 12 Jul 2002
Posts: 586
Location: Dallas, Tx

In general, if you cannot create a queue manager with a new install on Solaris, the kernel parms are set too low. If you have not checked this, it is a good start. Find the Quick Beginnings for Solaris at http://publibfp.boulder.ibm.com/epubs/html/amqdac05/amqdac05tfrm.htm
Look in chapter one, software prereqs and make sure you have the required Solaris patches.
Then look in chapter 3, kernel parameters and file descriptors and make sure your settings are at least as high as these values.

If all this is ok, your failure most likely is generating an MQ error message. Look in /var/mqm/errors/AMQERR01.LOG. Also look in /var/mqm/errors and see if you have a *FDC file. If the anwere is not obvious, post the first few lines of the fdc and someone may be able to give you a hint.

Charlie
Back to top
View user's profile Send private message
vadivel
PostPosted: Sun Dec 29, 2002 9:26 pm    Post subject: Reply with quote

Voyager

Joined: 05 Aug 2002
Posts: 79
Location: US

Hi,
I tried increasing all the kernel parameters as per the document, but still the error persists.
These are the first few lines of my NDC file.
| Product Long Name :- MQSeries for Sun Solaris 2 (Sparc) |
| Vendor :- IBM |
| Probe Id :- ZS086005 |
| Application Name :- MQM |
| Component :- zsllpiCreateQM |
| Build Date :- Nov 7 2000 |
| CMVC level :- p000-L001106 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000000 (UNKNOWN) |
| Program Name :- crtmqm |
| Process :- 00000310 |
| Thread :- 00000001 |
| QueueManager :- TestQM |
| Major Errorcode :- xecF_E_UNEXPECTED_RC |
| Minor Errorcode :- Unknown(2 |
| Probe Type :- MSGAMQ6118 |
| Probe Severity :- 2 |
| Probe Description :- AMQ6118: An internal MQSeries error has occurred (2 |
| Arith1 :- 40 28 |
| |

Any hints??
Thanks & Regards
vels
Back to top
View user's profile Send private message Yahoo Messenger
vadivel
PostPosted: Sun Dec 29, 2002 9:34 pm    Post subject: Reply with quote

Voyager

Joined: 05 Aug 2002
Posts: 79
Location: US

Hi,
This is what I found in my AMQERRORX.LOG file

12/30/02 01:22:28
AMQ6184: An internal MQSeries error has occurred on queue manager TestQM.

EXPLANATION:
An error has been detected, and the MQSeries error recording routine has been
called. The failing process is process 310.
ACTION:
Use the standard facilities supplied with your system to record the problem
identifier, and to save the generated output files. Contact your IBM support
center. Do not discard these files until the problem has been resolved.

Thanks & Regards
vels
Back to top
View user's profile Send private message Yahoo Messenger
clindsey
PostPosted: Mon Dec 30, 2002 7:09 am    Post subject: Reply with quote

Knight

Joined: 12 Jul 2002
Posts: 586
Location: Dallas, Tx

Vels,

The arith1 field shows dec 40, hex 28 which is ENOSPC (insufficient space). This could mean that you do do have enough file system space to create the queue manager. Check this first.

If this is not the case, this can be erroneously reported when a MQ-DCE installation is done on a server without DCE. My guess is that this is your problem. You will need to uninstall MQ and re-install and make sure to choose the non-dce install.

Hope this helps,
Charlie
Back to top
View user's profile Send private message
clindsey
PostPosted: Mon Dec 30, 2002 9:58 am    Post subject: Reply with quote

Knight

Joined: 12 Jul 2002
Posts: 586
Location: Dallas, Tx

Vels,

Sorry, I gave you the wrong error for 0x28. It is ENOSYS so you do not
have a space problem. The non-dce re-install is a good idea.

Charlie
Back to top
View user's profile Send private message
vadivel
PostPosted: Mon Dec 30, 2002 11:32 pm    Post subject: Reply with quote

Voyager

Joined: 05 Aug 2002
Posts: 79
Location: US

Hi charlie,
Thanx a lot.. we were able to install mq successfully with the non-dce option.
btw, can u pls eloborate on this dce option and how it is used by mq series.
Thanks & Regards
Vels
Back to top
View user's profile Send private message Yahoo Messenger
clindsey
PostPosted: Tue Dec 31, 2002 8:26 am    Post subject: Reply with quote

Knight

Joined: 12 Jul 2002
Posts: 586
Location: Dallas, Tx

Distributed Computing Environment (DCE) is an open standard for functions in the realm of security, directory and naming service, etc. Here is a link that might help http://www.opengroup.org/dce/

The only feature I personally know of for MQ is in security exits. Maybe others can post more about DCE & MQ that could give you a better idea.

Charlie
Back to top
View user's profile Send private message
kris_mq
PostPosted: Fri Sep 19, 2003 4:17 am    Post subject: Reply with quote

Newbie

Joined: 19 Sep 2003
Posts: 6
Location: India

Hi Charlie, Vadivel

I am facing the same problem as Vadivel. Is there any way I can check if MQ series has been installed using Non-DCE option or using DCE option before choosing to re-install.
This is because it takes me a lot of time to get MQ installed.

If MQ needs to be compulsorily re-installed, then when and where do I set the NON-DCE option.

Pls help.

Thanks,

Krishna
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 » IBM MQ Installation/Configuration Support » MQ V 5.2 : crtmqm failed with AMQ8146
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.