- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ia64_corehw
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-14-2004 07:48 PM
12-14-2004 07:48 PM
ia64_corehw
on HP-UX 11,11 we have an process "ia64_corehw" that loops. Can we kill this process manually with a kill -9 and the next question is, can we stop this process from starting again because we have this problem on 2 machines.
Did the process fpl_em that sometimes loops also will be stopped, if we can stop the other process?
Thanks for help
Andi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2004 07:56 PM
12-14-2004 07:56 PM
Re: ia64_corehw
It seems to be an EMS hardware monitor for ia64.
Look at this:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1103100830078+28353475&threadId=7317
I think you should not kil it...
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2004 08:02 PM
12-14-2004 08:02 PM
Re: ia64_corehw
Thanks for answer, but in this thread there stands nothing about stopping this process. This process loops on a productive machine. It would be nice if we can stop this process. It takes sometimes 50% from our cpu on a 7420.
Greetings Andi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2004 08:11 PM
12-14-2004 08:11 PM
Re: ia64_corehw
# vi /etc/rc.config.d/diagnostic
DIAGNOSTIC=0
then
# /sbin/init.d/diagnostic stop
But I think this is dangerous, because you probably won't be able to detect failure in the future...
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2004 08:58 PM
12-14-2004 08:58 PM
Re: ia64_corehw
http://www.informatik.uni-frankfurt.de/RBI/hp-service/patches/s700_800/11.X/PHSS_31985.txt
look at symptoms
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 03:27 AM
12-17-2004 03:27 AM
Re: ia64_corehw
Yes, you can try killing it with -9; a new copy of the monitor should then be spawned, so if it was some transient problem that might cure it, but in my experience that's unlikely.
Is there anything logged in /etc/opt/resmon/log/api.log or client.log?
If it's not a recent version of OnlineDiags, consider updating to the latest version, and applying the latest patch.
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 03:36 AM
12-17-2004 03:36 AM
Re: ia64_corehw
There is an enhancement request open for fpl_em - 8606384740/JAGaf44894
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 04:00 AM
12-17-2004 04:00 AM
Re: ia64_corehw
I am facing similar problem but i am not worried about the performance but the defunct processes it is creating. I always sea
I am also working around the same problem and time being disabled diagnostics (which is not at all recommended).
If you want to do so you will have to edit three files in /etc/rc.config.d
ems,emsagtconf and diagnostic. Edit this file and replace =1 with =0. And then you will have to reboot your server (ofcourse if you are able to reboot).
Well now i don't see any defunct process and you may not see them looping and utilizing processor heavily.
Thought it could help you.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 04:07 AM
12-17-2004 04:07 AM
Re: ia64_corehw
There are two things.
defunct child processes it seems for "ia64_corehw" is normal.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000074246192
The doc id is 8606344112.
The next problem is that "ia64_corehw" has memory leak problem. expected solution from hp in dec 2004 release of HWE
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000076588987
The doc id is 8606380199.
hope this helps.
Regds