- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Limitation on core file size
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-05-2006 10:52 PM
тАО04-05-2006 10:52 PM
We are running HP-UX B 11.23 on a rx7620 based systems. the core files generated on these boxes seem to truncate after a 2 Gig limit. Is there any kernel parameter or any setting which places this limit on the core files. The logical volumes on these machines can support Largefiles.
Thanks in advance for all your help.
Regards
Kaushik
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 11:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 11:01 PM
тАО04-05-2006 11:01 PM
Re: Limitation on core file size
# ulimit -HSc
what it is saying? If you want to have unlimited then,
# ulimit -HSc unlimited.
--
Muthu
(Assign 0 points - Not willing to have points)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 11:14 PM
тАО04-05-2006 11:14 PM
Re: Limitation on core file size
Limit at 2Gb seems more to be a filesystem limitation. Is largefiles option activated on this filesystem:
# fsadm -F vxfs /filesystem_path
if reply includes "nolargefiles", that's the reason.
You can allow largefiles using:
# fsadm -F vxfs -o largefiles /filesystem_path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 11:45 PM
тАО04-05-2006 11:45 PM
Re: Limitation on core file size
Core files truncated at 2G limit
-rw------- 1 temip users 2147483646 Mar 31 09:27 core.6298
-rw------- 1 temip users 2147483646 Mar 27 16:51 core.7691
ulimit -HSc
4194303
Regards
Kaushik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 11:47 PM
тАО04-05-2006 11:47 PM
Re: Limitation on core file size
fsadm -F vxfs /usr/temip_homes
largefiles
Regards
Kaushik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2006 12:12 AM
тАО04-06-2006 12:12 AM
Re: Limitation on core file size
My understanding is the coredump (blocks) is set to 4194303 blocks, and block size being 512 bytes. This sets the limit to around 2G.
I have changed the ulimit to unlimited. Will try again.
Thanks for all your help.
Regards
Kaushik