- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory Error 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
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
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-20-2002 01:54 AM
тАО02-20-2002 01:54 AM
we are running one of our test instnace (oracle database) on HP - K Server with
HP - Unix 11.0. I am able to goto SVRMGRL> but when I try to login to SQLPLUS, I am getting the follwing error
Memory Fault (coredump)
Why so happing any idea ?
Thanks & Regards
Syed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2002 02:06 AM
тАО02-20-2002 02:06 AM
Re: Memory Error Fault (coredump)
What does the output show for:
# file core
Did you re-link your Oracle after installation ie. run root.sh?
Check also your memory-related kernel parameters that they have been finetuned properly to the necessary values eg. maxdsiz, maxssiz, maxtsiz, shmseg, semmni etc etc.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2002 02:34 AM
тАО02-20-2002 02:34 AM
Re: Memory Error Fault (coredump)
Thanks lot for your help.
# file core
(I got the following output)
core: core file from 'sqlplus' - received SIGSEGV
Well I don't know whether the oracle exe file was re-link or not. I am first time working on this particular server machine.
And where should I check the values for maxdsiz, maxssiz,maxtsix, shmseg,semmni etc
And how should we know that these are properly tuned?
So could you pls ...
Thanks & Regards
Syed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2002 03:33 AM
тАО02-20-2002 03:33 AM
SolutionI would also talk to oracle
A known Oracle problem requires a patch from Oracle with id/number :
"SQLPLUS core dumps after a clean install ..Oracle bug number 1194937
Also known about 8.0.1.5
The answer for Oracle is " This problem is documented in bug 1069320" the
solution is :
upgrade oracle from 8.1.5 to 8.1.7 where the problem is already fixed"
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2002 03:50 AM
тАО02-20-2002 03:50 AM
Re: Memory Error Fault (coredump)
type in kmtune, and post the results here.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2002 04:20 AM
тАО02-20-2002 04:20 AM
Re: Memory Error Fault (coredump)
I belive to remeber that this might happpen if the maxdsiz parameter is set at a to low value. Should be more than 256M.
If less there is a error when linking the oracle executable.
And ofcourse all the Required Kernel paramteres MUST be set, as well as the requiret patches applied before running Oracle.
Refer to the Release Note:
http://technet.oracle.com/docs/products/oracle8i/pdf/hp-ux_relnotes_817.pdf
http://technet.oracle.com/docs/products/oracle9i/pdf/9i_hp_relnotes.pdf
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2002 08:33 PM
тАО02-20-2002 08:33 PM
Re: Memory Error Fault (coredump)
Hi Harry,
First I thank you. You had asked me for the output of kmtune, here I've attached the file.
Regards
Syed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2002 09:18 PM
тАО02-20-2002 09:18 PM
Re: Memory Error Fault (coredump)
Your kernel parameter values from kmtune seem on the low side. Your maxdsiz is 256M, shmmax is 512M etc etc.
Refer to the OS section in the Oracle installation guide which provides the list of recommended values for memory-related kernel parameters.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2002 09:47 PM
тАО02-20-2002 09:47 PM
Re: Memory Error Fault (coredump)
Hi,
Memory fault fault raises due to incorrect kernel tuning.
to avoid this you need to tune the kernel to oracle specified values.
i.e shammax=4GB(4294967295)
shmmin=1
shmmni=100
shmseg=10
semmns=200
semmni=70
then restart the database.
hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2002 10:02 PM
тАО02-20-2002 10:02 PM
Re: Memory Error Fault (coredump)
Can any one please let me know, how should I change the value for maxdsiz and shared memory and semaphres values.
I understand that it is not like solaris where we can change directly in /etc/system and reboot the server.
Regards
Syed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2002 10:14 PM
тАО02-20-2002 10:14 PM
Re: Memory Error Fault (coredump)
The easiest way is to run sam.
# /usr/sbin/sam
Look under kernel configuration.
Please look into the Oracle installation documentation on recommended values for OS kernel parameters before proceeding.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2002 02:57 AM
тАО02-21-2002 02:57 AM
Re: Memory Error Fault (coredump)
#sam
-->kernel configuration-->tunable parameters--> choose the parameter you need to change(maxsiz/maxdsiz)-->press tab-->action -->modify -->enter the new values-->ok.
system will build the kernel and reboot