<?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: Kernel changes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695430#M56544</link>
    <description>Yes, your understanding is correct. If this is 32-bit 11.x OR your application is a 32-bit application then you can only address 3.75 GB (The .25GB remaining is for kernel I/O address mapping). If this is a 32-bit application running on 64-bit 11.x then you can enable memory windows so that each application can get its own 3.75GB address space but there are some restrictions especially in the use of shared memory.&lt;BR /&gt;&lt;BR /&gt;Since you indicated that this is Java-based, the very first thing you should do is search the Patch Database for any Java-related patches. There have been a number of them that plug memory leaks and prevent Java from hogging the CPU.&lt;BR /&gt;</description>
    <pubDate>Tue, 02 Apr 2002 16:41:49 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-04-02T16:41:49Z</dc:date>
    <item>
      <title>Kernel changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695421#M56535</link>
      <description>Our vendor wants us to change npty, maxssiz, and maxtsiz in our 11.0 OS.  We found when we change parameters we get&lt;BR /&gt;Semaphore and shared memory failed?  Are these parameters the ones we should be looking at or is this another attempt for the vendor to guess at the correct kernel parameters?&lt;BR /&gt;&lt;BR /&gt;Please advise?&lt;BR /&gt;&lt;BR /&gt;Vito</description>
      <pubDate>Tue, 02 Apr 2002 14:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695421#M56535</guid>
      <dc:creator>Vito Sarducci</dc:creator>
      <dc:date>2002-04-02T14:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695422#M56536</link>
      <description>"Are these parameters the ones we should be looking at or is this another attempt for the vendor to guess at the correct kernel parameters? "&lt;BR /&gt;&lt;BR /&gt;Well, that depends.  What kind of problem are you trying to solve by changing these kernel parameters?  are you having performance problems? shared memory problems? not enough tty's for everyone to login?&lt;BR /&gt;&lt;BR /&gt;What application are you running?  What did you change the kernel parameters to? &lt;BR /&gt;&lt;BR /&gt;We really need a WHOLE LOT more information befre we can even attempt to make an educated guess about what is going on.&lt;BR /&gt;&lt;BR /&gt;Just for information purposes here is a web site with all of the HP-UX configurable kernel parameters:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html&lt;/A&gt;</description>
      <pubDate>Tue, 02 Apr 2002 15:06:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695422#M56536</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-04-02T15:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695423#M56537</link>
      <description>Patrick's point is right on. I would think the vendor (if they understand their application very well plus they understand hpux architecture) should know what are the desirable kernel parameter value for their application. Would you mind sharing more information (what application ? , etc )</description>
      <pubDate>Tue, 02 Apr 2002 15:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695423#M56537</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-02T15:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695424#M56538</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;There is no way to answer this with the amount of data supplied. This is what probably happened. Your application was probably hitting memory fences and connection limits; when these were resolved, your application simply hit the next set of limits which in this case happened to be semaphores.&lt;BR /&gt;&lt;BR /&gt;This is very typical in geting an application&lt;BR /&gt;up and running and is a normal part of the growing process. Remember, your vendor doesn't know what else is on your system or all the various hardware configurations. This is why SA's get paid the big bucks - so do your part of the job.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Apr 2002 15:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695424#M56538</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-04-02T15:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695425#M56539</link>
      <description>The application is called Cloverleaf and it is a messaging transport application for hospital environments.  It sends HL7 data between servers applications.  It is a heavy Java application. &lt;BR /&gt;&lt;BR /&gt;It uses all our physical memory on the server.  I have over 4GB on this server running 11.0&lt;BR /&gt;&lt;BR /&gt;Were trying to configure this server to handle this application without it puking all the time.  &lt;BR /&gt;&lt;BR /&gt;I hope this helps.  If not what else do you need, i can provide.&lt;BR /&gt;&lt;BR /&gt;Vito</description>
      <pubDate>Tue, 02 Apr 2002 15:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695425#M56539</guid>
      <dc:creator>Vito Sarducci</dc:creator>
      <dc:date>2002-04-02T15:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695426#M56540</link>
      <description>It sounds like one thing you need to do is add more memory to this machine.  4GB is not that much memory anymore.  From what you describe, you are short on memory.  I would probably try to at least double the amount of memory you have to start with.  &lt;BR /&gt;&lt;BR /&gt;If the app is using all physical memory, definitely check whether or not you paging out.  If you are paging out, you definitely need more memory.</description>
      <pubDate>Tue, 02 Apr 2002 15:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695426#M56540</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-04-02T15:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695427#M56541</link>
      <description>Page Faults are high, but i dont see page out as being high.&lt;BR /&gt;&lt;BR /&gt;I only have 3.75GB physical on this server. Its a K570 running 11.0</description>
      <pubDate>Tue, 02 Apr 2002 16:12:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695427#M56541</guid>
      <dc:creator>Vito Sarducci</dc:creator>
      <dc:date>2002-04-02T16:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695428#M56542</link>
      <description>I have another question, would running 32bit vs 64bit have any issue with the amount of memory?  I have been told that 32bit 11.0 does not use more then 3.75GB of memory no matter how you configure it?&lt;BR /&gt;&lt;BR /&gt;Is this true?&lt;BR /&gt;&lt;BR /&gt;Please advise?&lt;BR /&gt;&lt;BR /&gt;Vito</description>
      <pubDate>Tue, 02 Apr 2002 16:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695428#M56542</guid>
      <dc:creator>Vito Sarducci</dc:creator>
      <dc:date>2002-04-02T16:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695429#M56543</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;  Since you mentioned semaphore and sharedmemory :  Run  &lt;BR /&gt;#ipcs -am &lt;BR /&gt;  and add the 10 th column (SEGSZ) to see how much of shared memory is allocated.&lt;BR /&gt; Also look at NATTCH column for zero's.&lt;BR /&gt;&lt;BR /&gt;#ipcs -as&lt;BR /&gt;  and add NSEMS column  to check the number of semaphores consumption.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;run glance -&amp;gt; t (tables) to see general kernel parms usage.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj</description>
      <pubDate>Tue, 02 Apr 2002 16:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695429#M56543</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-04-02T16:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695430#M56544</link>
      <description>Yes, your understanding is correct. If this is 32-bit 11.x OR your application is a 32-bit application then you can only address 3.75 GB (The .25GB remaining is for kernel I/O address mapping). If this is a 32-bit application running on 64-bit 11.x then you can enable memory windows so that each application can get its own 3.75GB address space but there are some restrictions especially in the use of shared memory.&lt;BR /&gt;&lt;BR /&gt;Since you indicated that this is Java-based, the very first thing you should do is search the Patch Database for any Java-related patches. There have been a number of them that plug memory leaks and prevent Java from hogging the CPU.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Apr 2002 16:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes/m-p/2695430#M56544</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-04-02T16:41:49Z</dc:date>
    </item>
  </channel>
</rss>

