- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what is diagmond
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
07-05-2000 09:43 PM
07-05-2000 09:43 PM
most of my CPU on server (a K250, OS10.20)
is used up by a process run by root called diagmond. What is this? What's starts it? and what can I do to either stop it or reduce it's CPU percentage.
I'm scared to kill it when I don't know what it is, but my server is having memory problems now as well.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2000 10:23 PM
07-05-2000 10:23 PM
Solutionthe diagmond keeps track of the system hardware configuration.
Have a look at the man page (man diagmond)
There is a complete description.
The diagmond is started at boot time by
/sbin/init.d/diagnostics
You can disable diagnostics when you set
DIAGNOSTICS=0 in the /etc/rc.config.d/diagnostics file.
To stop diagnostics (i think it's not a good idea because hardware problems are not recognized) type:
/sbin/init.d/diagnostics stop
Greetings
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2000 10:32 PM
07-05-2000 10:32 PM
Re: what is diagmond
It's our only server with diagnostics installed. I'll leave it be and not worry about it now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2000 11:02 PM
07-05-2000 11:02 PM
Re: what is diagmond
item 2 shows: Excessive CPU useage by diagmond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2000 11:50 PM
07-05-2000 11:50 PM
Re: what is diagmond
The diagmond is nothing scary, but when it pulls to much CPU resources you should keep an eye on it. How much CPU time pulls the daemon? And which diagnostics version is installed? You get the version by starting the diagnostic user interface. One way is to type cstm from the command prompt. The version is something like A.xx.xx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2000 03:20 AM
07-06-2000 03:20 AM
Re: what is diagmond
Edit the file "/var/stm/config/sys/diagmond.cfg" by putting a hash before the line: "CHK_IOSCAN_TIME 360".
Restart diagnostics daemon (/sbin/init.d/diagnostics start)
Cheers