Operating System - HP-UX
1854682 Members
15123 Online
104102 Solutions
New Discussion

How to change the value of semsys:seminfo_semmnu

 
Jagadesh
Frequent Advisor

How to change the value of semsys:seminfo_semmnu

Kindly let me know how to change the value of semsys:seminfo_semmnu to 63 in HP-UX 11.11.

Thanks
Jagadesh
3 REPLIES 3
John Carr_2
Honored Contributor

Re: How to change the value of semsys:seminfo_semmnu

Hi


the easiest way is using SAM :-)

John.
John Carr_2
Honored Contributor

Re: How to change the value of semsys:seminfo_semmnu

Hi

just thgought you need to chack value of nproc as the maximum value for semmnu I think is nproc-4

:-) John.
John Carr_2
Honored Contributor

Re: How to change the value of semsys:seminfo_semmnu

from the command line


kmtune -s shmmnu max=63

/usr/lbin/sysadmin/system_prep -s system
mk_kernel -s system
kmpudate

John.