- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to find out who/what generated core dump
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-06-2002 03:59 PM
08-06-2002 03:59 PM
I have a HP 10.20 which every now and then generates a core dump on my "/" directory and caused it to be 100% full.
I tried to file core and what core, but I don't know what the results mean. Anyone out there able to decipher for me?
# file core
core: core file from 'basicdsd' - received SIGSEGV
# what core
core:
HPDPS $Header: basicdsd_rev.c,v 80.1.1.1 97/02/28 08:56:47 ssa Exp
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 04:20 PM
08-06-2002 04:20 PM
SolutionIf that doesn't apply to you, you can prevent HPDPS from starting at startup by editing
/etc/rc.config.d/pd:
PD_CLIENT=0
PD_OTHER_CLIENTS=""
PD_SPOOLERS=""
PD_SUPERVISORS=""
You can stop the daemons via:
/sbin/init.d/pd stop.
If you do need HPDPS, you might need to search for and download the latest patches from HP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 01:02 AM
08-07-2002 01:02 AM
Re: How to find out who/what generated core dump
In addition to the previous answer, you may wish to create directory in / called core. This will prevent core files being written to /, saving your filesystem from hitting 100%.
Just be aware that if you do this you will not see core files, hence won't be able to check where a problem is occurring.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 04:00 AM
08-07-2002 04:00 AM
Re: How to find out who/what generated core dump
You may also want to check the following. I had this issue earlier in the year concerning basicdsd and posted this response which prooved to be very useful.
Thanks
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 04:01 AM
08-07-2002 04:01 AM
Re: How to find out who/what generated core dump
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x457906295e00d6118ff40090279cd0f9,00.html