- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Zombie process from ia64_corehw process
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
08-31-2004 01:07 AM
08-31-2004 01:07 AM
I have an RP8420, running HP-UX 11.11 December 2003 Enterprise OE, patched up to June 2004 (Online Diags, HW enablement and GOLDQPK). I keep getting a zombie'd process, which is a child of the ia64_corehw process, like this:
root 2127 1 0 11:18:29 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/ia64_corehw
root 4301 2127 0 13:24:07 ? 0:00
A while later the zombie will have a new PID, so it must be getting cleaned up and recreated:
root 2127 1 0 11:18:29 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/ia64_corehw
root 4432 2127 0 13:52:38 ? 0:00
While this is not causing any 'problems' I don't like it.
Can I:
1. Stop running the ia64 process - as this is a PA-RISC box anyway, and I have a dm_core_hw process running as well?
2. Fix it another way?
TIA
Tony.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 01:09 AM
08-31-2004 01:09 AM
Re: Zombie process from ia64_corehw process
This particular zombie is not a real zombie but how the ia64_corehw process regens itself. If you monitor it, the zombie will be replaced periodically by a new process which is also a zombie.
Look for a patch....
SR 8606344112
Source code to minimize defunct processes. Expected release date: December 2004 OnlineDiag for HP-UX 11.11.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 01:17 AM
08-31-2004 01:17 AM
Re: Zombie process from ia64_corehw process
Thanks for that - I could see that the process was being respawned, so I was a bit baffled as to why it was appearing as a zombie.
Do you know what the ia64_corehw process monitor on a PA-RISC architecture box?
I'll keep an eye out for the patch, but whether anyone will let me apply it may be a different problem!
Cheers,
TOny.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 01:49 AM
08-31-2004 01:49 AM
Re: Zombie process from ia64_corehw process
ia64_corehw monitors both PA and IA hardware, even though the name appears to be IA only.
According to http://www.docs.hp.com/hpux/onlinedocs/diag/ems/emd_ia64core.htm it monitors temperature, fan and power.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 02:42 AM
08-31-2004 02:42 AM
Re: Zombie process from ia64_corehw process
Thanks - I'll leave this running and wait for the patch.
Cheers,
Tony.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 02:38 AM
09-07-2004 02:38 AM
SolutionThis won't stop there being a zombie process, but does fix a bug where there were sometimes several of them, and also cleans more frequently.
ia64_corehw runs on IPF systems, and on HP-PA systems with HP-UX 11.11 and OnlineDiags HWE0312/A.43.00 and later.
On IPF, the monitor reports various events from the SEL.
On cellular IPF and HP-PA systems with IPMI, these events are reported to the FPL, not SEL, so are monitored by fpl_em.
On HP-PA systems, the monitor receives PCI error data, and makes it available to the FPL monitor for further processing. This is the main function of ia64_corehw on PA systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 03:04 AM
09-07-2004 03:04 AM
Re: Zombie process from ia64_corehw process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 06:12 AM
09-07-2004 06:12 AM
Re: Zombie process from ia64_corehw process
Cheers,
Tony.