Author |
Message
|
GLL0905 |
Posted: Wed Feb 27, 2002 3:08 am Post subject: |
|
|
Apprentice
Joined: 25 Jun 2001 Posts: 40 Location: gauteng, sa
|
hi, i installed mq 5.2 on solaris 2.6 successfully(i.e. the post installation message says installation successfull), but when i try to create a queue manager(crtmqm -q qmgrname) i get an error: AMQ8101: Unexpected error (893). here is the fdc file contents:
[b][list]
[*]MQSeries First Failure Symptom Report
[*]Date/Time :- Wednesday February 27 09:52:34 GMT 2002
[*]Host Name :- wasd-01 (SunOS 5. [*]PIDS :- 5765B75 [*]LVLS :- 520
[*]Product Long Name :- MQSeries for Sun Solaris 2 (Sparc)
[*]Vendor :- IBM
[*]Probe Id :- XY326211
[*]Application Name :- MQM
[*]Component :- AccessSubpoolsLock
[*]Build Date :- Nov 7 2000
[*]CMVC level :- p000-L001106 [*]Build Type :- IKAP - (Production) [*]UserID :- 00001001 (mqm) [*]Program Name :- crtmqm [*]Process :- 00000726 [*]Thread :- 00000001 [*]Major Errorcode :- xecF_E_UNEXPECTED_SYSTEM_RC [*]Minor Errorcode :- OK [*]Probe Type :- MSGAMQ6119 [*]Probe Severity :- 2 [*]Probe Description :- AMQ6119: An internal MQSeries error has occurred
[*]'No space left on device from semget'
[*]Arith1 :- 28 1c [*]Comment1 :- 'No space left on device' from semget.
[list][b]
i have setup kernel parameters, edited services and inetd.conf files as per installation instructions .
|
|
Back to top |
|
 |
Coz |
Posted: Wed Feb 27, 2002 3:17 am Post subject: |
|
|
 Apprentice
Joined: 20 Feb 2002 Posts: 44 Location: Basel CH
|
...and there's enough room on your partitions because that's what the file seems to imply, that you dont have enough disk space. |
|
Back to top |
|
 |
GLL0905 |
Posted: Wed Feb 27, 2002 6:54 am Post subject: |
|
|
Apprentice
Joined: 25 Jun 2001 Posts: 40 Location: gauteng, sa
|
I have this much space on the file system im installing on:
[wasd-01]/>df -k
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s5 482455 85 434125 1% /var/mqm
as far as i know this is how much space i need:
30 MB of storage for /var/mqm,
2 MB of storage for /var/mqm/errors,
20 MB of storage for /var/mqm/log
ta
[ This Message was edited by: GLL0905 on 2002-02-27 06:56 ]
[ This Message was edited by: GLL0905 on 2002-02-27 06:59 ]
[ This Message was edited by: GLL0905 on 2002-02-27 07:03 ] |
|
Back to top |
|
 |
mrlinux |
Posted: Wed Feb 27, 2002 8:43 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
The error message "[*]'No space left on device from semget'" refers to the fact that the program can not get enough semaphores to complete the crtmqm,
The problem is due to the semaphore kernel parameter that needs to be rasied.
NOTE: if there is a database running on the box this parameter may need to be larger than that recommended in the Quick Beginings.
_________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
StefanSievert |
Posted: Wed Feb 27, 2002 12:24 pm Post subject: |
|
|
 Partisan
Joined: 28 Oct 2001 Posts: 333 Location: San Francisco
|
Quote: |
i have setup kernel parameters, edited services and inetd.conf files as per installation instructions .
|
And rebooted the box?? Hey, I'm just asking....
Stefan
_________________ Stefan Sievert
IBM Certified * WebSphere MQ |
|
Back to top |
|
 |
GLL0905 |
Posted: Thu Feb 28, 2002 2:40 am Post subject: |
|
|
Apprentice
Joined: 25 Jun 2001 Posts: 40 Location: gauteng, sa
|
hi,
mrlinux you are right: the kernel settings needed to be upped as there is a db2 database running on the machine. i am just not sure just what are the right values, how do you decide what values to set? i have set the values based on
another server that also runs mq and bd2. and of course i was rebooting all along.
Thanx a lot.
gll0905
|
|
Back to top |
|
 |
mrlinux |
Posted: Thu Feb 28, 2002 4:48 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Well it's usally more of guess, but I look at the min. Database requirements and the min MQSeries requirements and start there, if there is going to be a lot of applications attaching to MQSeries/Database on the box add more.
On HPUX MIN. suggested 16384
With Informix DB 22000
_________________
Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
[ This Message was edited by: mrlinux on 2002-02-28 08:02 ] |
|
Back to top |
|
 |
mqonnet |
Posted: Thu Feb 28, 2002 1:28 pm Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Hi Gll0905,
The space the FFST is referring to is NOT to the volume you are trying to create your QM, but to the temp/swap space. I guess. Because i believe i have seen this error a long long ago. And i had to increase the /usr/temp or some directory for the swap files.
Try it out.
Hope this helps.
Cheers
Kumar
_________________ IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator |
|
Back to top |
|
 |
|