1836801 Members
2635 Online
110110 Solutions
New Discussion

Semaphores/root

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

Semaphores/root

My dba called this morning and wants to know why I have so many semaphores owned by root. I don't know why. Can someone inform me, I am not sure about this.
UNIX IS GOOD
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor

Re: Semaphores/root

Hi Robert:

I would expect some semaphores owned by root.

Exactly what your DBA considers "many" isn't clear. Perhaps Knowledge Base document #KBRC00013403 will help.

Regards!

...JRF...

Nobody's Hero
Valued Contributor

Re: Semaphores/root

James,

How can you tell what process has the semaphore?
UNIX IS GOOD
Steven E. Protter
Exalted Contributor

Re: Semaphores/root

Shalom Robert,

Many root processes like httpd servers and such use semaphores. That is the nature of the OS.

If the dba needs more as sysadmin you can provide him/her more by increase shmseg or shmmax

Your dba should stick to dba work unless there is a real issue requiring him to look.

Just a cheeky opinion.

Seriously why is the dba looking into it. If its boredome surely there is something better to do. If there is an issue, lets hear it.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
James R. Ferguson
Acclaimed Contributor
Solution

Re: Semaphores/root

Hi (again) Robert:

There is a tool, 'seminfo' as mentioned in the document (#KBRC00013403) which you can obtain from the Response Center to diagnose the owning pid.

Regards!

...JRF...