Operating System - HP-UX
1833875 Members
1896 Online
110063 Solutions
New Discussion

Re: Changing SEMMNS parameter in /stand/system file.

 
Luca Frigatti
Contributor

Changing SEMMNS parameter in /stand/system file.

Hi all,
I had a problem with oracle semaphores and I changed the SEMMNS parameter in /stand/system file.
Must I recompile the kernel or is enough a system-reboot to set this parameter?

Thanks in advance.

Regards.
2 REPLIES 2
Patrick Wallek
Honored Contributor

Re: Changing SEMMNS parameter in /stand/system file.

Sridhar Bhaskarla
Honored Contributor

Re: Changing SEMMNS parameter in /stand/system file.

You do need to compile the kernel and then reboot. I would suggest to use SAM to do this for you.

You can also do a

#cp /stand/system /stand/system.prev
#/usr/lbin/system_prep -s /stand/system
#vi /stand/system
make changes
#mk_kernel -o /stand/vmunix
#cp /stand/vmunix /stand/vmunix.prev
#mv /stand/build/vmunix_test /stand/vmunix
#shutdown -r y 0



-Sri
You may be disappointed if you fail, but you are doomed if you don't try