- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- where to setup zero file 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
07-15-2003 04:28 AM
07-15-2003 04:28 AM
where to setup zero file core dump
Scopeux (Performance collection daemon) has generated a core file of 100Mb, so my root fs fill up to 100%. Where can I set coredump files are zero big.
Thanx,
Erwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 04:35 AM
07-15-2003 04:35 AM
Re: where to setup zero file core dump
Here is a thread on scopeux core dumps. Might help:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa99785079106d71190050090279cd0f9,00.html
Scopeux keeps dying.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcfeba848deccd61190050090279cd0f9,00.html
Manual on scopeux configuration:
http://docs.hp.com/hpux/pdf/B4967-90058B.pdf
Perhaps somewhere in there you can re-direct the dumps to a filesystem.
Also, try strings /core
You might get some ideas. A lot of these issues have to do with older versions and not having properly patched systems.
SEP
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
07-15-2003 04:40 AM
07-15-2003 04:40 AM
Re: where to setup zero file core dump
One way is to establish 'core' as a softlink to '/dev/null':
# ln -s /dev/null core
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 04:54 AM
07-15-2003 04:54 AM
Re: where to setup zero file core dump
In the root dir create a file called "core" with no permissions.
core -------
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 05:03 AM
07-15-2003 05:03 AM
Re: where to setup zero file core dump
File core with permissions 000 should be sufficient.
Exists but cannot be written to
Also the posix shell has "ulimit -c" to
specify the size of cores:
-c Total 512-byte blocks in the core dumps.
See man sh-posix(1) .
Programmatically,use setrlimit(2) with the RLIMIT_CORE resource which
option does something similar:
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 05:41 AM
07-15-2003 05:41 AM
Re: where to setup zero file core dump
for our CAD applications where we don't want core files we create a directory 'core'.
For our applications core directoy has normal permissions, because no core file is written if core directory exists.
Regards
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 06:05 AM
07-15-2003 06:05 AM
Re: where to setup zero file core dump
However, this is fixing the symptom rather than actually fixing the problem. You should look for and install MeasureWare patches and if that does not reolve the problem then contact HP and report the bug.