Operating System - HP-UX
1836779 Members
2136 Online
110109 Solutions
New Discussion

Kernal tuning info reqd for MQ Series problems

 
Kamesh
New Member

Kernal tuning info reqd for MQ Series problems

Hi All,
We are running MQSeries 5.1 on HP-UX 10.20
Everything worked fine till last week.
From last week whenwver we try to create a Q Manager the error it gives is unexpected.

MQ documenation says that we need to increase the kernal parameters. Our mach current parameters are

maxusers 800
msgmap (MSGTQL+2)
msgmax 32768
msgmnb 65535
msgmni (NPROC)
msgseg (MSGTQL*4)
msgssz 128
msgtql (NPROC)
semmap 1026
semmni 1024
semmns 16384
semmnu 2048
semume 256
semvmx 32768
shmmax 0X08000000
shmmni 1024
shmseg 1024


I don't know which I have to change and make it work,.. Any help in this regard is requested soon.

Regards
Jagan
1 REPLY 1
Ravi_8
Honored Contributor

Re: Kernal tuning info reqd for MQ Series problems

Hi,

The kernel parameters given along with MQ is the minimum required for the MQ to work. If your kernel parameters are more than required by MQ it is fine, if it is less then u need to change those parameters to the minimum required

(refer MQ documentation for the values)
never give up