Author |
Message
|
gidish |
Posted: Wed Jan 21, 2009 2:13 am Post subject: false "AMQ8103: insufficiant storage" message |
|
|
Novice
Joined: 18 Jul 2007 Posts: 18
|
Hi.
i am trying to create a new QMGR on a linux RH server:
crtmqm -ld /softawre/gidi -u SYSTEM.DEAD.LETTER.QUEUE QMGIDI
i am getting an error:
AMQ8103: insufficiant storage
i have checked , and /softawre/gidi has 5GB free !
infact , any other FS also gives the same error.
it seems to be a false message , and i can't create the QM enywhere on the server.
my MQS version is 6.0.2.2 and Red-Hat version is 4.4
help ? |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jan 21, 2009 4:11 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Could it be that there are insufficient priviledges on the storage?
Who owns the storage that you are trying to write to? (user:group) ?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
gidish |
Posted: Wed Jan 21, 2009 4:27 am Post subject: |
|
|
Novice
Joined: 18 Jul 2007 Posts: 18
|
hi
the owner is mqm:mqm ...  |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jan 21, 2009 2:44 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Did you read the first steps manual for your platform and alter the system parms in consequence, as well as restart the server?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
gidish |
Posted: Thu Jan 22, 2009 3:50 am Post subject: |
|
|
Novice
Joined: 18 Jul 2007 Posts: 18
|
hi
there is no need to restart a linux server.
(i'm not really novice...i've been admin for 3 years and never seen such a false error) |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jan 22, 2009 4:08 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
gidish wrote: |
hi
there is no need to restart a linux server.
(i'm not really novice...i've been admin for 3 years and never seen such a false error) |
You mean you have found a way to change the system parms like max number of file descriptors etc ... and a way for them to take effect without rebooting the server OS?
PLEASE DO SHARE! _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jan 22, 2009 4:11 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
gidish |
Posted: Thu Jan 22, 2009 4:11 am Post subject: |
|
|
Novice
Joined: 18 Jul 2007 Posts: 18
|
i didn't change those parameters , they were already set ok. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jan 22, 2009 4:13 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Your crtmqm failure should have written more information, probably in one of the /var/mqm/errors/AMQERR*.LOG files. There may also be *.FDC files created in that location.
These should help figure out why things are failing. It's not obvious from the information you've posted. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jan 22, 2009 4:20 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I must confess no. So sysctl -p should do the trick. Question is did he do it and then verify it took (ipcs -l) to display.
The doc says also that if you do not execute sysctl -p the changes will take effect after the next reboot....
This looks like there is some problem with resources as such I would include the shared memory in the resources...
The other question I have and this is related to your Linux knowledge ... do all the flavors support sysctl -p ? _________________ MQ & Broker admin |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jan 22, 2009 4:32 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I noticed as well a nice little paragraph in the Linux first steps:
Quote: |
Note: WebSphere MQ does not support host names that contain spaces. If you install WebSphere MQ on a computer with a host name that contains spaces, you will be unable to create any queue managers.
.....
.....
On all other Linux 64-bit architectures, the 32-bit and 64-bit glibc packages, must be applied to the system before installing, otherwise WebSphere MQ will not install correctly. |
It does not say what type of error any of the omissions would throw... _________________ MQ & Broker admin |
|
Back to top |
|
 |
|