<?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: udt generates SIGBUS core error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/udt-generates-sigbus-core-error/m-p/3039029#M906598</link>
    <description>Hi Rocky,&lt;BR /&gt;&lt;BR /&gt;I would contact the application vendor (UNIDATA) and ask them to check out the core file.  Get them working on the problem too :-)&lt;BR /&gt;&lt;BR /&gt;Without knowing your environment, so take the suggestions with a grain of salt, I would tune a few things:&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct 20   (any value from 10 to 20).  Don't let buffer cache have too much cuz it never appears to give it back.&lt;BR /&gt;&lt;BR /&gt;maxfiles     appears a little low&lt;BR /&gt;&lt;BR /&gt;maxuprc      appear a little low&lt;BR /&gt;&lt;BR /&gt;nfile looks too high based on your other settings, so perhaps drop it to 8000 (even then I would think it would be too high)&lt;BR /&gt;&lt;BR /&gt;semmni is usually defined as (nproc*2).  Give it a bit more.  Obviously don't go overboard.  Start with 512.  You may need to change other related parameters too, such as semmns.  Don't be afraid to do so.&lt;BR /&gt;&lt;BR /&gt;Remember, if it all goes bad, you can always boot from the previous kernel by interrupting the boot process and interacting with the ISL.  Then type "hpux /stand/vmunix.prev"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 31 Jul 2003 23:29:40 GMT</pubDate>
    <dc:creator>Tim Adamson_1</dc:creator>
    <dc:date>2003-07-31T23:29:40Z</dc:date>
    <item>
      <title>udt generates SIGBUS core error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udt-generates-sigbus-core-error/m-p/3039026#M906595</link>
      <description>Hi,&lt;BR /&gt;I have an HP_UX 11.0 box that is running unidata 5.1. It has been trouble free for over a year. This last week it has started generating core files and throwing users out of the db. file core &amp;gt; core: core file from 'udt' - received SIGBUS. db folks had me increase semmni parmameter to 96 (was 64). Recompiled kernel and rebooted. Still getting the errors.&lt;BR /&gt;Thanks,&lt;BR /&gt;Rocky Lavoie</description>
      <pubDate>Thu, 31 Jul 2003 21:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udt-generates-sigbus-core-error/m-p/3039026#M906595</guid>
      <dc:creator>Rocky Lavoie_1</dc:creator>
      <dc:date>2003-07-31T21:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: udt generates SIGBUS core error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udt-generates-sigbus-core-error/m-p/3039027#M906596</link>
      <description>Hi Rocky,&lt;BR /&gt;&lt;BR /&gt;You may still be hitting some kernel parameter limit.  Can you post your /stand/system file and tell us what sort of server you have and the amount of RAM.  Some folks here might be able to nail it if it is a kernel related problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
      <pubDate>Thu, 31 Jul 2003 21:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udt-generates-sigbus-core-error/m-p/3039027#M906596</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-07-31T21:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: udt generates SIGBUS core error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udt-generates-sigbus-core-error/m-p/3039028#M906597</link>
      <description>Hi,&lt;BR /&gt;I have an HP 9000 L2000 with 2G ram running 11.0 64bit RP5450. /stand/system file attached.</description>
      <pubDate>Thu, 31 Jul 2003 22:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udt-generates-sigbus-core-error/m-p/3039028#M906597</guid>
      <dc:creator>Rocky Lavoie_1</dc:creator>
      <dc:date>2003-07-31T22:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: udt generates SIGBUS core error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udt-generates-sigbus-core-error/m-p/3039029#M906598</link>
      <description>Hi Rocky,&lt;BR /&gt;&lt;BR /&gt;I would contact the application vendor (UNIDATA) and ask them to check out the core file.  Get them working on the problem too :-)&lt;BR /&gt;&lt;BR /&gt;Without knowing your environment, so take the suggestions with a grain of salt, I would tune a few things:&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct 20   (any value from 10 to 20).  Don't let buffer cache have too much cuz it never appears to give it back.&lt;BR /&gt;&lt;BR /&gt;maxfiles     appears a little low&lt;BR /&gt;&lt;BR /&gt;maxuprc      appear a little low&lt;BR /&gt;&lt;BR /&gt;nfile looks too high based on your other settings, so perhaps drop it to 8000 (even then I would think it would be too high)&lt;BR /&gt;&lt;BR /&gt;semmni is usually defined as (nproc*2).  Give it a bit more.  Obviously don't go overboard.  Start with 512.  You may need to change other related parameters too, such as semmns.  Don't be afraid to do so.&lt;BR /&gt;&lt;BR /&gt;Remember, if it all goes bad, you can always boot from the previous kernel by interrupting the boot process and interacting with the ISL.  Then type "hpux /stand/vmunix.prev"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2003 23:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udt-generates-sigbus-core-error/m-p/3039029#M906598</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-07-31T23:29:40Z</dc:date>
    </item>
  </channel>
</rss>

