- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- core dump info
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
02-08-2005 01:59 AM
02-08-2005 01:59 AM
core dump info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 02:04 AM
02-08-2005 02:04 AM
Re: core dump info
It has certain limitations on how much, stack, data and text.
What does "file core" returns??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 02:04 AM
02-08-2005 02:04 AM
Re: core dump info
file core
Post the output here.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 02:09 AM
02-08-2005 02:09 AM
Re: core dump info
uamtv007 $ file core
core: core file from 'fred' - received SIGSEGV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 02:15 AM
02-08-2005 02:15 AM
Re: core dump info
The command file on the binary that causes the fault could also be helpfull.
It could tell you if the binary is stripped or not. If not then there is debug information in the binary and sometimes you can use a debugger (gdb or dbg) to trace it.
Also running (strongly not recommended!)
#strings core > core_readable_output.log
and then view the log file...
might give you a clue. Might...
Regards,
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 02:16 AM
02-08-2005 02:16 AM
Re: core dump info
Also you can get a tool shmmax and run it before and after starting the program. You might be hitting one of those limits.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 12:47 AM
02-09-2005 12:47 AM
Re: core dump info
Can u tell me how to check that maxssiz, maxtsiz, maxdsiz and shmmax.
And also tell me how to set this this tool to check shmmax...
Also i m sending the core dump readable info ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 01:01 AM
02-09-2005 01:01 AM
Re: core dump info
Thats the sure fire way I know of doing it. I know /stand/system will also show some values (I think they would have to of been changed from the default to show up in that file). I guess it could also have pending changes too depending on who's messing around in the files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 03:12 AM
02-09-2005 03:12 AM
Re: core dump info
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/programs/shminfo/shminfo
Start SAM and goto kernel configuration. There you will see configurable kernel parameters.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2005 08:10 AM
02-11-2005 08:10 AM
Re: core dump info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2005 08:20 AM
02-11-2005 08:20 AM
Re: core dump info
I would set max_dbc_pct to ~ 10.
maxssiz to ~ 64MB.
maxdsiz to ~ 512MB.
maxtsiz to ~ 256MB.
shmmax to 1GB.
You really need to see the Oracle Installation instructions for your Oracle Version and OS Release and set the values according to their instructions. I'll bet that you haven't installed the Oracle reccomended patches as well. Your semaphore, shared memory, and messages values also appear to be default and they almost certainly need to be changed as well.
DO YOUR HOMEWORK when you install Oracle.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2005 08:26 AM
02-11-2005 08:26 AM
Re: core dump info
And check.
Anil