HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hostAgent process using 99% of 1 processor - why?
Operating System - HP-UX
1830898
Members
3219
Online
110017
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-19-2005 07:52 AM
04-19-2005 07:52 AM
hostAgent process using 99% of 1 processor - why?
We have what looks like a runaway process on an N4000 8-way machine running HP-UX v11.11.
The runaway command is "hostAgent", run by root and using 99% of one processor. Grepping for the process shows that it is run as:
/opt/storability/bin/hostAgent -w /opt/storability/bin -msgdir
What does it indicate that this process is using so much CPU time?
Mott Given
The runaway command is "hostAgent", run by root and using 99% of one processor. Grepping for the process shows that it is run as:
/opt/storability/bin/hostAgent -w /opt/storability/bin -msgdir
What does it indicate that this process is using so much CPU time?
Mott Given
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 08:06 AM
04-19-2005 08:06 AM
Re: hostAgent process using 99% of 1 processor - why?
Well, it indicates that the process is working very hard on something. Find it's pid by:
ps -ef | grep hostAgent | grep -v grep
or
probably you saw the pid in top.
After this:
tusc -p
In tusc you will see the system calls used by this process and you'll get a general idea why it's working so hard.
BTW, did you thought about restarting it? Sometimes it helps.
ps -ef | grep hostAgent | grep -v grep
or
probably you saw the pid in top.
After this:
tusc -p
In tusc you will see the system calls used by this process and you'll get a general idea why it's working so hard.
BTW, did you thought about restarting it? Sometimes it helps.
I don't give a damn for a man that can only spell a word one way. (M. Twain)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 08:10 AM
04-19-2005 08:10 AM
Re: hostAgent process using 99% of 1 processor - why?
This process is part of SDM(storage device manager). Do you have some gui/tui session open for SAN management?? You can stop and start it.
Anil
Anil
There is no substitute to HARDWORK
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP