- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SAM coredumps - Memory fault (coredump)
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
03-14-2002 06:50 AM
03-14-2002 06:50 AM
SAM coredumps - Memory fault (coredump)
Memory fault(coredump)
and am left at the command line.
A "strings core|pg" on the core file shows the following:
B.11.00
9000/809
29359302
o{/dev/console
proc[1] icode: execve("%F") failed, errno %E
?Y+i
?i49
This is followed by a lot of HTML-tagged Spanish.
I've checked my maxdsiz (as suggested by Alex Glennie in an answer to a similar question on this forum) and it seems ok:
# sysdef |grep maxdsiz
maxdsiz 16384 - 256-655360 Pages -
"top" shows that I have 255000K memory free, and there are no obvious (to me at least) errors in the syslog.log or from dmesg.
Does anyone have any suggestions?
Angela
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 06:55 AM
03-14-2002 06:55 AM
Re: SAM coredumps - Memory fault (coredump)
Do you have the latest patches loaded on the system ? Apply the SAM Cumulative patch.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 07:05 AM
03-14-2002 07:05 AM
Re: SAM coredumps - Memory fault (coredump)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 07:22 AM
03-14-2002 07:22 AM
Re: SAM coredumps - Memory fault (coredump)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 08:19 AM
03-14-2002 08:19 AM
Re: SAM coredumps - Memory fault (coredump)
I've downloaded PHCO_23436 (the last "HP recommended" cumulative patch for SAM) but when I try to open it:
sh phco_23436
I'm getting my original problem:
Memory fault(coredump)
and returned back to the prompt.
Any ideas anyone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 09:34 AM
03-14-2002 09:34 AM
Re: SAM coredumps - Memory fault (coredump)
You need to trouble shoot the issue. As it give memeory fault for 'sh' too, it can't be a problem specific to SAM. Try these:
1) Check the patch levels. Apply the latest patch bundle from HP.
2) Check the log files for error messages.
3) Run STM tools to check for any hardware errors.
Is there any other commands which give memory dump ? Does the system works fine ?
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 03:04 PM
03-14-2002 03:04 PM
Re: SAM coredumps - Memory fault (coredump)
I think you should set your maxdsiz parameter as below :
maxdsiz : 0x7B03A000
This is the max value for HP 11.0
It will be great if you can post "kmtune" output.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2002 03:59 PM
03-16-2002 03:59 PM
Re: SAM coredumps - Memory fault (coredump)
SAM might have problems, when opening in certain way, with or without "&". You pointed "sam", try "sam &". May have to do with application running in forground or background. Monitor with "top", what is going on with processes and memory.
Hope this helps,
Ajdin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:16 PM
03-18-2002 12:16 PM
Re: SAM coredumps - Memory fault (coredump)
Since your shell is seg faulting also then you probably have a memory leak in some process and the problem isn't just SAM. If it was just SAM having the problem, and you've recently installed patches or apps on this system, try running swconfig \* . this sometimes fixes the problems with SAM.
For the memory leak, increasing maxdsize will solve the problem but only temporarily. A simple reboot would solve the problem just as well and you'll need to find out what's eating memory.