|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Installing MQ version 7 |
« View previous topic :: View next topic » |
Author |
Message
|
Sam Uppu |
Posted: Wed Aug 12, 2009 10:21 am Post subject: Installing MQ version 7 |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
Hi Guys,
We are installing MQ version 7 on our AIX server. When I checked the quick beginnings guide, it says the file descriptors must be increased to 10,000 to aviod any future problems and also data and stack segment limit must be set to unlimited.
When I checked the above using ulimit -a, I see
$ ulimit -a
time(seconds) unlimited
file(blocks) 2097151
data(kbytes) 131072
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000
and with ulimit -aH
$ ulimit -aH
time(seconds) unlimited
file(blocks) 2097151
data(kbytes) unlimited
stack(kbytes) 4194304
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) unlimited
From the above figures, I need to change stack to unlimited and filedescriptors to 10,000.
Does MQ on AIX doesn't allocate the resources by itself? Do we need to set them explicitly? |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 12, 2009 10:34 am Post subject: Re: Installing MQ version 7 |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Sam Uppu wrote: |
Does MQ on AIX doesn't allocate the resources by itself? Do we need to set them explicitly? |
AIX (like most Unix) protects itself by preventing applications going crazy with resources. Some decisions are left to the Unix admin, and expressed via the kernel settings.
So WMQ, like all applications, will allocate as required by itself provided the thresholds are set high enough to allow it to do so. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Sam Uppu |
Posted: Wed Aug 12, 2009 10:49 am Post subject: |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
OK.
So, do I need to increase the file descriptors and stack limit ? |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 12, 2009 10:58 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Sam Uppu wrote: |
So, do I need to increase the file descriptors and stack limit ? |
As per the documentation. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Sam Uppu |
Posted: Wed Aug 12, 2009 1:23 pm Post subject: |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
|
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
|
|
|
|