- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to disable or restrict core dumps
Operating System - HP-UX
1823369
Members
2756
Online
109654
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
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
тАО09-25-2008 06:12 AM
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2008 06:56 AM
тАО09-25-2008 06:56 AM
Solution
Shalom,
ulimit -Sc 0
or
ulimit -c 0
This will limit core dump size to zero bytes thereby preventing them.
Put it in /etc/profile to handle the problem globally.
Note that sometimes application vendors need core dumps and you can override this setting for individual users.
SEP
ulimit -Sc 0
or
ulimit -c 0
This will limit core dump size to zero bytes thereby preventing them.
Put it in /etc/profile to handle the problem globally.
Note that sometimes application vendors need core dumps and you can override this setting for individual users.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2008 08:23 AM
тАО09-25-2008 08:23 AM
Re: How to disable or restrict core dumps
another way
SAVECRASH=0
in "/etc/rc.config.d/savecrash" file
SAVECRASH=0
in "/etc/rc.config.d/savecrash" file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2008 07:37 PM
тАО09-26-2008 07:37 PM
Re: How to disable or restrict core dumps
You can also disallow core files by doing "mkdir core" for each directory, if a small number.
For 11.31, there is coreadm(1m).
For 11.31, there is coreadm(1m).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2008 05:30 AM
тАО09-27-2008 05:30 AM
Re: How to disable or restrict core dumps
> SAVECRASH=0
Note: this has no effect on core dumps. This value refers to HP-UX crashes, not core files from programs. Setting SAVECRASH=0 means that a system crash cannot be diagnosed (and therefore fixed and prevented in the future).
Bill Hassell, sysadmin
Note: this has no effect on core dumps. This value refers to HP-UX crashes, not core files from programs. Setting SAVECRASH=0 means that a system crash cannot be diagnosed (and therefore fixed and prevented in the future).
Bill Hassell, sysadmin
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP