- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Defunct Processes
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 11:20 PM
12-16-2004 11:20 PM
Can anyone tell me about DEFUNCT Processes!!
When they are created and how one can trace who created that and why?
Thank U very much for valuable suggestions !!
Regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 11:30 PM
12-16-2004 11:30 PM
Re: Defunct Processes
These are processes whose parents have vanished without a syscall of wait() or waitpid() to collect the exit code of these children and remove them from the process table.
If you have lots of these zombies this is usually a sign of a piece of badly written code that produced them.
though they don't take up resources they are to avoid because they fill up your process table and can result in a system that cannot fork new processes, and thus is forced to be rebooted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 11:31 PM
12-16-2004 11:31 PM
Re: Defunct Processes
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 11:44 PM
12-16-2004 11:44 PM
Re: Defunct Processes
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 11:53 PM
12-16-2004 11:53 PM
Re: Defunct Processes
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 11:57 PM
12-16-2004 11:57 PM
Re: Defunct Processes
/usr/sbin/stm/uut/bin/tools/monitor/ia64_corehw
This happens when i run one shell script.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 11:58 PM
12-16-2004 11:58 PM
Re: Defunct Processes
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 12:16 AM
12-17-2004 12:16 AM
Re: Defunct Processes
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 02:15 AM
12-17-2004 02:15 AM
Re: Defunct Processes
How do i stop this Online Diagnostic i.e. stm. I just want to stop stm monitoring.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 02:30 AM
12-17-2004 02:30 AM
SolutionBill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 02:54 AM
12-17-2004 02:54 AM
Re: Defunct Processes
No its not a production server and so i don't mind stopping EMS.
I did that accordingly and rebooted the system but still see some daemons running:
diagmond (two threads)and remote monitor.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 03:44 AM
12-17-2004 03:44 AM
Re: Defunct Processes
I found one more file in rc.config.d that is diagnostic and edited the same to make =0 change and then it disabled total diagnostics.
So in all i edited three files "ems,emsagconf and diagnostic" and made the entreis =0.
So doing this what effect it will have on the system other than monitoring hardware activity and failures? Will this stop
I just wanted to confirm that
Thanks and regards,
Girish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 04:09 AM
12-17-2004 04:09 AM
Re: Defunct Processes
Check this doc on why "ia64_corehw" is leaving those defunt child processes,
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000074246192
The itrc doc id is 8606344112.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 05:59 AM
12-17-2004 05:59 AM
Re: Defunct Processes
Bill Hassell, sysadmin