- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Performance Issue
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
11-27-2001 04:26 PM
11-27-2001 04:26 PM
Could anybody tell me what scrdaemon is?
the daemon (the devil it is to me now) eats up a very very high percentage of my cpu time...
could I just kill it? any other (child) processes tied up with it?
Thanks in adv...
Dave
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 04:39 PM
11-27-2001 04:39 PM
Re: Performance Issue
I am not sure what this daemon is, sounds
like an application process that runs in the
background. You could possibly identify it
from /sbin/init.d directory if it starts
automatically.
# cd /sbin/init.d
# grep "scr*" *
Hopefully this will produce some results
in identification. From that your choice
whether you kill it and or restart it
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 04:43 PM
11-27-2001 04:43 PM
Re: Performance Issue
I've never heard of scrdaemon but searching at search.hp.com for +scrdaemon turns up an entry about scr+dmi. Searching for SCR turns up a bunch of info about SCR (System Configuration Repository).
Good luck.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 04:53 PM
11-27-2001 04:53 PM
Re: Performance Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 04:59 PM
11-27-2001 04:59 PM
Re: Performance Issue
As it turns out it is "System Configuration Repository. Have a look at this link.
www.software.hp.com/products/DMI/docs/ScrUserRef.pdf
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 04:59 PM
11-27-2001 04:59 PM
SolutionSCR is HP's System Configuration Repository. This is a performance tool that sort of tracks system changes and creates reports about nodes within a short period of time (behaves like PerfView i think)
upon further reading, i found out that scrdaemon invokes some processes based on the product's collection schedule which is maintained by the product's configuration management component. (just copied and pasted this ;-)
about child processes, have you tried 'ps -ef | grep scr*' ?
I guess you just have to read the manual.Here's the URL http://www.software.hp.com/products/DMI/docs/ScrUserRef.pdf
d_b
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 05:08 PM
11-27-2001 05:08 PM
Re: Performance Issue
http://www.software.hp.com/products/DMI/docs/Trouble.pdf
happy reading,
d_b