1753797 Members
7474 Online
108805 Solutions
New Discussion юеВ

Re: Defunct processes

 
SOLVED
Go to solution
Dennis Handly
Acclaimed Contributor

Re: Defunct processes

>ipcs -bmop

You might want to do: ipcs -ma
Unfortunately this just gives time but not date. You can get this by compiling my attachment in this thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1136341

>m 4611 0x0c6629c9 --rw-r----- root root 2 19,068,672

This is the biggest but it is in use.

># ps -ef | grep -i 1829

You can simplify this by asking for PID: ps -f -p 1829 -p 13066

>There are two LPIDs for which NATTACH is 0. The LPID=1892 is running on server but LPID=13066 is not running.

These are of trivial size, you aren't going to get much memory here.

Did we ever ask for your "swapinfo -tam" output?
Torsten.
Acclaimed Contributor

Re: Defunct processes

What process we are talking about?

Some may be related to the diagnostics and showing expected behaviour.

http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1186347

http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=765302

...

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Kavita Poonia
Regular Advisor

Re: Defunct processes

Thanks a lot Dennis and Torsten !