Author |
Message
|
pal |
Posted: Wed Jul 24, 2002 2:35 pm Post subject: HP-UX 11: Unexpected error on crtmqm ... |
|
|
Apprentice
Joined: 14 Aug 2001 Posts: 35
|
I tried creating a qmgr and I get the following error
AMQ8101: Unexpected error (893).
Below are the header contents of the FDC file generated
MQSeries First Failure Symptom Report
=====================================
|
| Date/Time :- Thursday July 25 02:57:02 WSTDST 2002 |
| Host Name :- isehpux (HP-UX B.11.11) |
| PIDS :- 5765B74 |
| LVLS :- 520 |
| Product Long Name :- MQSeries for HP-UX |
| Vendor :- IBM |
| Probe Id :- ZS086000 |
| Application Name :- MQM |
| Component :- zsllpiCreateQM |
| Build Date :- Nov 7 2000 |
| CMVC level :- p000-L001106 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000116 (dev2) |
| Program Name :- crtmqm_nd |
| Process :- 00005418 |
| Thread :- 00000001 |
| Major Errorcode :- MQRC_UNEXPECTED_ERROR |
| Minor Errorcode :- OK |
| Probe Type :- MSGAMQ0893 |
| Probe Severity :- 4 |
| Probe Description :- AMQ6090: MQSeries was unable to display an error |
| message 893. |
| |
+-----------------------------------------------------------------------------+
And below is an excerpt from the LOG file at the time the crtmqm command was executed:
07/25/02 02:57:02
AMQ6090: MQSeries was unable to display an error message 893.
EXPLANATION:
MQSeries has attempted to display the message associated with return code
hexadecimal '893'. The return code indicates that there is no message text
associated with the message. Associated with the request are inserts 0 : 0 : :
: .
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.
-------------------------------------------------------------------------------
07/25/02 02:57:02
AMQ6183: An internal MQSeries error has occurred.
EXPLANATION:
An error has been detected, and the MQSeries error recording routine has been
called. The failing process is process 5418.
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.
-------------------------------------------------------------------------------
Any ideas? My guess is that some shared memory params were messed up ... but dont know what to tell the sys admin.
Thanks. |
|
Back to top |
|
 |
mrlinux |
Posted: Thu Jul 25, 2002 5:15 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Checked crtmqm_nd permissions should be -r-sr-s---. other folks have had this same issue on this board _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
pal |
Posted: Thu Jul 25, 2002 8:48 am Post subject: |
|
|
Apprentice
Joined: 14 Aug 2001 Posts: 35
|
-r-sr-s--- 1 mqm mqm 348160 Nov 7 2000 crtmqm_nd
The permissions on this process seem fine ... I am going to see if I can login as root and then get it to work.
Any other ideas? |
|
Back to top |
|
 |
mrlinux |
Posted: Thu Jul 25, 2002 9:02 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
The owner of the file should be root:mqm
NOTE if you issue chown you will need to reset permissions . _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
pal |
Posted: Mon Aug 05, 2002 12:34 pm Post subject: |
|
|
Apprentice
Joined: 14 Aug 2001 Posts: 35
|
ran the following command
chown root:mqm crtmqm_nd
but still getting the same error ... any other ideas would be greatly appreciated. |
|
Back to top |
|
 |
poki |
Posted: Mon Aug 05, 2002 2:55 pm Post subject: ANother reason |
|
|
 Newbie
Joined: 05 Aug 2002 Posts: 9 Location: US
|
A change in the status of the QMQM activationgroup may cause message AMQ8101 to be logged "Unexpected error" with hexadecimal value(X'00000821'), which decodes to RC2081 MQRC_UNEXPECTED_CONNECT_ERROR |
|
Back to top |
|
 |
pal |
Posted: Mon Aug 05, 2002 2:57 pm Post subject: |
|
|
Apprentice
Joined: 14 Aug 2001 Posts: 35
|
Even tried the command as root ... still the same error!
We discovered some errors in the HP-UX kernel params and the Sys Admins are going to fix that and do a reboot. I am hoping it'll fix the problem ... in the meantime any other help/ideas would be great!
What is the QMQM activation group? |
|
Back to top |
|
 |
|