Author |
Message
|
sivaram |
Posted: Fri Jun 02, 2006 5:54 pm Post subject: mqsistart Vs malloc buckets problem on AIX. |
|
|
Novice
Joined: 20 May 2006 Posts: 15
|
Can you please look at the following error on AIX,
$ mqsistart TEST1
Malloc Buckets: Value specified for bucket_sizing_factor:n configuration
option is invalid. This value must be a multiple of 16. Using default
value of 64 for bucket sizing factor.
WebSphere MQ queue manager running.
BIP8096I: Successful command initiation, check the system log to ensure that the component started without problem and that it conti
nues to run without problem.
getting same error for config and broker.
Do i need to setup any variable?
thanks,
Siva |
|
Back to top |
|
 |
wschutz |
Posted: Fri Jun 02, 2006 5:58 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
from a google search of your error:
http://www-306.ibm.com/software/integration/mqfamily/support/apars/wbibfp07.html
Quote: |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Warning messages when running on AIX 5.2 Maintenance Level 04 onwards
The following warning/error message may be observed in the system
console log when running on AIX 5.2 ML04 onwards in a 64bit OS
environment :-
Malloc Buckets: Value specified for bucket_sizing_factor:n
configuration option is invalid. This value must be a multiple of 16.
Using default value of 64 for bucket sizing factor.
To Resolve this situation take the following action :-
- Stop the brokers
- Modify the /usr/opt/wmqi/bin/mqsistart script by setting the
bucket_sizing_factor value to 16.
MALLOCBUCKETS=bucket_sizing_factor:16
- Restart the brokers
|
_________________ -wayne |
|
Back to top |
|
 |
sivaram |
Posted: Sun Jun 04, 2006 10:37 am Post subject: |
|
|
Novice
Joined: 20 May 2006 Posts: 15
|
Thanks for the update.
We are at WMB 6.0.0.0.
Let me look at fix pack1 for 6.0.
Any one got this error with v 6.0?
Thanks,
Siva |
|
Back to top |
|
 |
jefflowrey |
Posted: Sun Jun 04, 2006 4:01 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
wschutz wrote: |
To Resolve this situation take the following action :-
- Stop the brokers
- Modify the /usr/opt/wmqi/bin/mqsistart script by setting the
bucket_sizing_factor value to 16.
MALLOCBUCKETS=bucket_sizing_factor:16
- Restart the brokers
|
_________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sivaram |
Posted: Mon Jun 05, 2006 6:13 am Post subject: |
|
|
Novice
Joined: 20 May 2006 Posts: 15
|
Sorry Jeff. just i was thinking that wmb v 6 might resolve it. But it's an AIX thing.
I do not have access to write in to that file. Let me work with System Admin. I will update after my change. |
|
Back to top |
|
 |
|