- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Zombie process question!!!
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
06-06-2002 04:48 PM
06-06-2002 04:48 PM
Zombie process question!!!
I wondering that why we get in zombie process?
My server broadcast some message with wall command on crontab everyday. But since early day, the wall process become zombie process. I can not kill them. If reboot server is the only way?
regards,
Jack Fan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 05:02 PM
06-06-2002 05:02 PM
Re: Zombie process question!!!
Unless the process can be killed with a -9 option, the only way to kill it is to reboot your server. Unless the process consuming all of your CPU (single processor machine) try to schedule the reboot for your lunch-time or even after hours.
# kill -9 1234
These processes are already dead but haven't been released by the process table. DO NOT KILL THE PARENT OF A ZOMBIE, i.e. process ID 1.
If the problem persists have a look at installing a later patch bundle.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 05:11 PM
06-06-2002 05:11 PM
Re: Zombie process question!!!
1. What is the root cause of zombie process?
2. If any latest patch to solve this problem?
3. What is its frequency?
Thanks in advance.
Regards,
Jack Fan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 05:26 PM
06-06-2002 05:26 PM
Re: Zombie process question!!!
The root cause of a zombie is where a process dies (child) before the parent has actually released it, hence still being in the process table. There are patches released all the time, that fix these type of issues, if it is the fault of the operating system. Generally these happen due to bad coding from applications. The frequency, well this depends on how good the application is.
Hope this explains it....
Cheers
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 05:50 PM
06-06-2002 05:50 PM
Re: Zombie process question!!!
Can you tell me the latest patch ID which able to fix "Zombie" process" problem. OR I need call local HP engineer to do patch management. However, thanks for your technical explaining and feedback.
Regards,
Jack Fan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 06:13 PM
06-06-2002 06:13 PM
Re: Zombie process question!!!
The problem where zombies could occur will be in a variety of programs. I suggest you look at installing the latest patch bundle as opposed to individual patches.
Here is a good starting point
http://www.software.hp.com/SUPPORT_PLUS/
or you can start from here and order them
providing you have a support contract.
http://us-support2.external.hp.com/common/bin/doc.pl/distrib_redir=1+985580381|*
Please make sure that you try to award points to people that assist you.
Cheers
~Michael~