|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
prb while creating queue manager |
« View previous topic :: View next topic » |
Author |
Message
|
Praveer |
Posted: Mon Feb 19, 2007 10:45 pm Post subject: prb while creating queue manager |
|
|
Newbie
Joined: 23 Jan 2007 Posts: 8
|
Hi,
I have mq v6.0 installed on machine v6.0.
But i am getting error 893.
here is the snapshot of the fdc file
+-----------------------------------------------------------------------------+
| |
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Tuesday February 20 11:14:19 IST 2007 |
| Host Name :- Venus (SunOS 5.10) |
| PIDS :- 5724H7203 |
| LVLS :- 6.0.0.0 |
| Product Long Name :- WebSphere MQ for Sun Solaris |
| Vendor :- IBM |
| Probe Id :- XY132002 |
| Application Name :- MQM |
| Component :- xstCreateExtent |
| SCCS Info :- lib/cs/unix/amqxstex.c, 1.83 |
| Line Number :- 495 |
| Build Date :- May 24 2005 |
| CMVC level :- p000-L050524 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000931 (B2B) |
| Program Name :- amqzxma0_nd |
| Addressing mode :- 64-bit |
| Process :- 23409 |
| Thread :- 1 |
| QueueManager :- test1 |
| ConnId(1) IPCC :- 2 |
| ConnId(2) QM :- 2 |
| ConnId(3) QM-P :- 2 |
| ConnId(4) App :- 2 |
| Major Errorcode :- xecF_E_UNEXPECTED_SYSTEM_RC |
| Minor Errorcode :- OK |
| Probe Type :- MSGAMQ6119 |
| Probe Severity :- 2 |
| Probe Description :- AMQ6119: An internal WebSphere MQ error has occurred |
| (Failed to get memory segment: shmget(0x0038c401, 290816) [rc=-1 |
| errno=28] No space left on device) |
| FDCSequenceNumber :- 0 |
| Arith1 :- 18446744073709551615 ffffffffffffffff |
| Arith2 :- 28 1c |
| Comment1 :- Failed to get memory segment: shmget(0x0038c401, |
| 290816) [rc=-1 errno=28] No space left on device |
| Comment2 :- No space left on device |
| |
+-----------------------------------------------------------------------------+
please help!!!! _________________ PRAVEER |
|
Back to top |
|
 |
Praveer |
Posted: Mon Feb 19, 2007 10:48 pm Post subject: |
|
|
Newbie
Joined: 23 Jan 2007 Posts: 8
|
sorry , I forgot to mentioned that mq is installed on solaris box. _________________ PRAVEER |
|
Back to top |
|
 |
Vitor |
Posted: Tue Feb 20, 2007 12:53 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
I think the comments "failed to get memory segment" and "no space left on device" are good places to start! Check that the kernel parameters are set according to the Solaris manual & there are no resource shortages anywhere in your system.
It's also normally a good idea to look up the probe id in an FDC file but that one seems to relate to Windows Terminal Services, which makes no immediate sense in your scenario. Unless you're using a really odd terminal program.....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
kottaiajmel |
Posted: Fri Aug 03, 2007 5:43 am Post subject: Re: prb while creating queue manager |
|
|
Novice
Joined: 11 Feb 2004 Posts: 14
|
Praveer wrote: |
Hi,
I have mq v6.0 installed on machine v6.0.
But i am getting error 893.
here is the snapshot of the fdc file
+-----------------------------------------------------------------------------+
| |
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Tuesday February 20 11:14:19 IST 2007 |
| Host Name :- Venus (SunOS 5.10) |
| PIDS :- 5724H7203 |
| LVLS :- 6.0.0.0 |
| Product Long Name :- WebSphere MQ for Sun Solaris |
| Vendor :- IBM |
| Probe Id :- XY132002 |
| Application Name :- MQM |
| Component :- xstCreateExtent |
| SCCS Info :- lib/cs/unix/amqxstex.c, 1.83 |
| Line Number :- 495 |
| Build Date :- May 24 2005 |
| CMVC level :- p000-L050524 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000931 (B2B) |
| Program Name :- amqzxma0_nd |
| Addressing mode :- 64-bit |
| Process :- 23409 |
| Thread :- 1 |
| QueueManager :- test1 |
| ConnId(1) IPCC :- 2 |
| ConnId(2) QM :- 2 |
| ConnId(3) QM-P :- 2 |
| ConnId(4) App :- 2 |
| Major Errorcode :- xecF_E_UNEXPECTED_SYSTEM_RC |
| Minor Errorcode :- OK |
| Probe Type :- MSGAMQ6119 |
| Probe Severity :- 2 |
| Probe Description :- AMQ6119: An internal WebSphere MQ error has occurred |
| (Failed to get memory segment: shmget(0x0038c401, 290816) [rc=-1 |
| errno=28] No space left on device) |
| FDCSequenceNumber :- 0 |
| Arith1 :- 18446744073709551615 ffffffffffffffff |
| Arith2 :- 28 1c |
| Comment1 :- Failed to get memory segment: shmget(0x0038c401, |
| 290816) [rc=-1 errno=28] No space left on device |
| Comment2 :- No space left on device |
| |
+-----------------------------------------------------------------------------+
please help!!!! |
Were you able to resolve this issue? I am also getting the same issue. I am on Solaris 10 with MQ6.0.
I had done configurations according to the startup guide.
Here are the values for group.mqm that I had configured acc to the instructions in the projects list:
process.max-file-descriptor=(basic,10000,deny)
process.max-shm-memory=(priv,4GB,deny)
process.max-sem-ids=(priv,1024,deny)
I was able to create 4 queuemanagers without any issue. But I am getting errors for the 5th one!
Can anyone offer any clues here? That would be great help... |
|
Back to top |
|
 |
mymq |
Posted: Fri Aug 03, 2007 6:42 am Post subject: |
|
|
Centurion
Joined: 01 Mar 2007 Posts: 101 Location: US-Greenwille
|
did u try running the "amqiclen" (Run as root) to clean up all the resources.?
Also, run "ipcs | grep mqm" and ensure that you do not find any IPC resources owned by mqm.
Also, i remembered that you should create a symbolic link to /usr/bin/true also.... _________________ --SRK-- |
|
Back to top |
|
 |
kottaiajmel |
Posted: Fri Aug 03, 2007 3:32 pm Post subject: Issue resolved... |
|
|
Novice
Joined: 11 Feb 2004 Posts: 14
|
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|