- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- defunct prcesses
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
02-27-2002 10:22 AM
02-27-2002 10:22 AM
defunct prcesses
I have a 11.0 n class system.I am facing following problems
1)i see no of defunct processes very often on the system
2)my automounter hangs somwtimes
3)Plus no. of times it has happened that i am not able to kill certain procsses using kill -9 . so i had to reboot the system
can anybody suggest whats the solution...
thnks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 10:33 AM
02-27-2002 10:33 AM
Re: defunct prcesses
Processes that "become" defunct (zombies) are usually caused by bad programming practices and can be fixed by correcting the program. Zombies are dead, hence you can not kill them, only burning their dead bodies by doing a reboot will rid your system of them.
Automounter==stupid idea therefore it rapidly approaches /dev/null! But I realize it's used quite a bit. Do you have your system PATCHED up to date? Do you have a trusted system, using NIS, what kind of clients?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 11:37 AM
02-27-2002 11:37 AM
Re: defunct prcesses
This might help also
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x376efd3f91d3d5118ff40090279cd0f9,00.html
and this is very good:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e6f84534efbd5118ff40090279cd0f9,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 01:18 PM
02-27-2002 01:18 PM
Re: defunct prcesses
The no of dfunc process shoots up sometime due to some programs which is in a "loop", unable to come out !! the only way out is to keep on killing the dfunc process . And if you can findout the databse which is creating these processes, bouncing the database will also help in stopping the dfunc process.
I had the same problem, last week. the reason for that was, one of the application (oracle database) was in process and it was unable to complete sucessfully because somebody had removed a directory from the system and the application was trying to access the directory.The program was still running waiting to access the files from the directory..)
Just an example...work with DBA's to sort out if you do not want to keep on killing ...
Best of Luck.
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 10:51 PM
02-27-2002 10:51 PM
Re: defunct prcesses
thnks