<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: core dump info in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481090#M213375</link>
    <description>Easiest way on a 10.20 server is looking in sam -&amp;gt; kernel Configuration -&amp;gt; configurable parameters.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Feb 2005 09:01:56 GMT</pubDate>
    <dc:creator>Dave Hutton</dc:creator>
    <dc:date>2005-02-09T09:01:56Z</dc:date>
    <item>
      <title>core dump info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481083#M213368</link>
      <description>I have a application which loads the flat table data to one oracle table . We have only exe right now . Right now it is failed giving the core dump . We get the core dump info (file attched) Can any body tell me whats wrong in the application As i caould not able to debug this core dump info .</description>
      <pubDate>Tue, 08 Feb 2005 09:59:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481083#M213368</guid>
      <dc:creator>subrata  Sur</dc:creator>
      <dc:date>2005-02-08T09:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: core dump info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481084#M213369</link>
      <description>Looking at the attachment, you are 10.20&lt;BR /&gt;It has certain limitations on how much, stack, data and text.&lt;BR /&gt;&lt;BR /&gt;What does "file core" returns??&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 08 Feb 2005 10:04:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481084#M213369</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-02-08T10:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: core dump info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481085#M213370</link>
      <description>To have info, you can use "file" command on your system against this core file :&lt;BR /&gt;file core&lt;BR /&gt;Post the output here.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 10:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481085#M213370</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2005-02-08T10:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: core dump info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481086#M213371</link>
      <description>File core ruturns this info &lt;BR /&gt;&lt;BR /&gt;uamtv007 $ file core &lt;BR /&gt;core:           core file from 'fred' - received SIGSEGV&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 10:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481086#M213371</guid>
      <dc:creator>subrata  Sur</dc:creator>
      <dc:date>2005-02-08T10:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: core dump info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481087#M213372</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The command file on the binary that causes the fault could also be helpfull.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Also running (strongly not recommended!)&lt;BR /&gt;&lt;BR /&gt;#strings core &amp;gt; core_readable_output.log&lt;BR /&gt;&lt;BR /&gt;and then view the log file...&lt;BR /&gt;might give you a clue. Might...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bob</description>
      <pubDate>Tue, 08 Feb 2005 10:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481087#M213372</guid>
      <dc:creator>B. Hulst</dc:creator>
      <dc:date>2005-02-08T10:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: core dump info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481088#M213373</link>
      <description>SIGSEGV is a segmentation violation. What are your values for maxssiz, maxtsiz, maxdsiz and shmmax??&lt;BR /&gt;&lt;BR /&gt;Also you can get a tool shmmax and run it before and after starting the program. You might be hitting one of those limits.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 08 Feb 2005 10:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481088#M213373</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-02-08T10:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: core dump info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481089#M213374</link>
      <description>Thanx for the suggestion..&lt;BR /&gt;&lt;BR /&gt;Can u tell me how to check that maxssiz, maxtsiz, maxdsiz and shmmax.&lt;BR /&gt;&lt;BR /&gt;And also tell me how to set this this tool to check shmmax...&lt;BR /&gt;&lt;BR /&gt;Also i m sending the core dump readable info ...</description>
      <pubDate>Wed, 09 Feb 2005 08:47:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481089#M213374</guid>
      <dc:creator>subrata  Sur</dc:creator>
      <dc:date>2005-02-09T08:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: core dump info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481090#M213375</link>
      <description>Easiest way on a 10.20 server is looking in sam -&amp;gt; kernel Configuration -&amp;gt; configurable parameters.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Feb 2005 09:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481090#M213375</guid>
      <dc:creator>Dave Hutton</dc:creator>
      <dc:date>2005-02-09T09:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: core dump info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481091#M213376</link>
      <description>Get shminfo from here.&lt;BR /&gt;&lt;BR /&gt;ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/programs/shminfo/shminfo &lt;BR /&gt;&lt;BR /&gt;Start SAM and goto kernel configuration. There you will see configurable kernel parameters.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 09 Feb 2005 11:12:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481091#M213376</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-02-09T11:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: core dump info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481092#M213377</link>
      <description>We are providing the kernel info for checking</description>
      <pubDate>Fri, 11 Feb 2005 16:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481092#M213377</guid>
      <dc:creator>subrata  Sur</dc:creator>
      <dc:date>2005-02-11T16:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: core dump info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481093#M213378</link>
      <description>It appears that all your tunables are at the default values.&lt;BR /&gt;I would set max_dbc_pct to ~ 10.&lt;BR /&gt;maxssiz to ~ 64MB.&lt;BR /&gt;maxdsiz to ~ 512MB.&lt;BR /&gt;maxtsiz to ~ 256MB.&lt;BR /&gt;shmmax to 1GB.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;DO YOUR HOMEWORK when you install Oracle.</description>
      <pubDate>Fri, 11 Feb 2005 16:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481093#M213378</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-02-11T16:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: core dump info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481094#M213379</link>
      <description>Your values, maxssiz, maxtsiz, maxdsiz and shmmax are too low. Set maxtsiz,maxdsiz and shmmax to 200 mb. Set maxssiz to 100mb&lt;BR /&gt;&lt;BR /&gt;And check.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 11 Feb 2005 16:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-info/m-p/3481094#M213379</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-02-11T16:26:20Z</dc:date>
    </item>
  </channel>
</rss>

