Author |
Message
|
vadivel |
Posted: Sat Dec 28, 2002 3:35 am Post subject: MQ V 5.2 : crtmqm failed with AMQ8146 |
|
|
 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 |
|
 |
clindsey |
Posted: Sat Dec 28, 2002 6:23 am Post subject: |
|
|
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 |
|
 |
vadivel |
Posted: Sun Dec 29, 2002 9:26 pm Post subject: |
|
|
 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 |
|
 |
vadivel |
Posted: Sun Dec 29, 2002 9:34 pm Post subject: |
|
|
 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 |
|
 |
clindsey |
Posted: Mon Dec 30, 2002 7:09 am Post subject: |
|
|
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 |
|
 |
clindsey |
Posted: Mon Dec 30, 2002 9:58 am Post subject: |
|
|
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 |
|
 |
vadivel |
Posted: Mon Dec 30, 2002 11:32 pm Post subject: |
|
|
 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 |
|
 |
clindsey |
Posted: Tue Dec 31, 2002 8:26 am Post subject: |
|
|
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 |
|
 |
kris_mq |
Posted: Fri Sep 19, 2003 4:17 am Post subject: |
|
|
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 |
|
 |
|