<?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: Memory &amp;amp; swap space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692297#M383350</link>
    <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;If i may ask , can i reduce " dbc_max_pct 50 Default Immed" to let us sy 15 or 20? And what will be the implication on the banking application and also the oracle database?&lt;BR /&gt;&lt;BR /&gt;I think that would be a good move to make.  Since Oracle has its own buffer cache, caching more of the same in the UNIX buffer cache is wasteful.  You could monitor read-hit ratios with 'sar -b' before and after adjusting the 'dbc_max_pct' if you like.  Empirical measurements will tell you the implication of your change in *your* environment.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
    <pubDate>Wed, 29 Sep 2010 11:32:46 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2010-09-29T11:32:46Z</dc:date>
    <item>
      <title>Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692283#M383336</link>
      <description>Hi Sirs,&lt;BR /&gt;&lt;BR /&gt;We are running T24 banking application. At peak period the memory ultilization is 99% and the swap is 42%. What should i do to reduce the memory ultilization so that my database does not crashed.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.</description>
      <pubDate>Tue, 28 Sep 2010 10:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692283#M383336</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2010-09-28T10:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692284#M383337</link>
      <description>in the first place you have to check which OS you have:&lt;BR /&gt;&lt;BR /&gt;# uname -a&lt;BR /&gt;&lt;BR /&gt;if you have 11iv3, check this info;&lt;BR /&gt;&lt;BR /&gt;# machinfo&lt;BR /&gt;&lt;BR /&gt;in generally speaking, you need to extend memory (RAM) , reduce the number of non-critical application schedule non- busy hours if available.</description>
      <pubDate>Tue, 28 Sep 2010 11:00:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692284#M383337</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-09-28T11:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692285#M383338</link>
      <description>Sirs,&lt;BR /&gt;&lt;BR /&gt;The OS is 11.23 and phisical memory is 16GB.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Kingsley</description>
      <pubDate>Tue, 28 Sep 2010 11:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692285#M383338</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2010-09-28T11:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692286#M383339</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You don't offer any details.  Do you get ENOMEM errors?  What does 'dbc_max_pct' and 'dbc_min_pct' look like?&lt;BR /&gt;&lt;BR /&gt;# kmtune -q dbc_max_pct&lt;BR /&gt;# kmtune -q dbc_min_pct&lt;BR /&gt;&lt;BR /&gt;What does swap configuration and utilization look like?&lt;BR /&gt;&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;Do you see page-out activity (indicating swap pressure)?&lt;BR /&gt;&lt;BR /&gt;# vmstat ...&lt;BR /&gt;&lt;BR /&gt;Do you have a database backend with its own buffer cache (e.g. Oracle)?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 28 Sep 2010 11:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692286#M383339</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-09-28T11:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692287#M383340</link>
      <description>what is the buffer cache status now in the syetem and how much memory it is taking? &lt;BR /&gt;&lt;BR /&gt;also check dbc_max_pct and dbc_min_pct kernel parameter in the system.&lt;BR /&gt;&lt;BR /&gt;closely monitor through glance and check is there any unnecessary process is running on that time?&lt;BR /&gt;&lt;BR /&gt;also let us know process or load has been increased on the server now?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Sep 2010 11:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692287#M383340</guid>
      <dc:creator>sarfaraj ahmad</dc:creator>
      <dc:date>2010-09-28T11:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692288#M383341</link>
      <description>Dear Sirs,&lt;BR /&gt;&lt;BR /&gt;The following are the readings.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Kingsley&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct     50  Default     Immed&lt;BR /&gt;&lt;BR /&gt;dbc_min_pct      5  Default     Immed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev       16384    2972   13412   18%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -    6322   -6322&lt;BR /&gt;memory    16363    4488   11875   27%&lt;BR /&gt;total     32747   13782   18965   42%       -       0    -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vmstat&lt;BR /&gt;         procs           memory                   page&lt;BR /&gt;    faults       cpu&lt;BR /&gt;    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in&lt;BR /&gt;    sy    cs  us sy id&lt;BR /&gt;    1     2     0  1174466   47810  124    2    10   10     1    0    84   5840&lt;BR /&gt; 45456  1522   7  5 88&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Database: oracle 10g</description>
      <pubDate>Tue, 28 Sep 2010 11:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692288#M383341</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2010-09-28T11:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692289#M383342</link>
      <description>Dear Sirs,&lt;BR /&gt;&lt;BR /&gt;Below is the readings.&lt;BR /&gt;&lt;BR /&gt;Thank you  &lt;BR /&gt;&lt;BR /&gt;kingsley&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct     50  Default     Immed&lt;BR /&gt;&lt;BR /&gt;dbc_min_pct      5  Default     Immed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev       16384    2972   13412   18%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -    6322   -6322&lt;BR /&gt;memory    16363    4488   11875   27%&lt;BR /&gt;total     32747   13782   18965   42%       -       0    -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vmstat&lt;BR /&gt;         procs           memory                   page&lt;BR /&gt;    faults       cpu&lt;BR /&gt;    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in&lt;BR /&gt;    sy    cs  us sy id&lt;BR /&gt;    1     2     0  1174466   47810  124    2    10   10     1    0    84   5840&lt;BR /&gt; 45456  1522   7  5 88&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Database: oracle 10g</description>
      <pubDate>Tue, 28 Sep 2010 11:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692289#M383342</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2010-09-28T11:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692290#M383343</link>
      <description>&amp;gt;&amp;gt;dev 16384 2972 13412 18% 0 - 1 /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;Since you are actually using some device swap space, I would add more RAM to your system.  You are using almost 3 GB of device swap, so you need at least that much more RAM.  For sufficient growth, if your system can handle it I would add 8 GB or 16 GB more RAM for a total of 24 or 32 GB.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Sep 2010 11:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692290#M383343</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-09-28T11:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692291#M383344</link>
      <description>&amp;gt;&amp;gt; so that my database does not crashed.&lt;BR /&gt;&lt;BR /&gt;Did it? What errors? ORA-600 ?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;  At peak period the memory ultilization is 99%&lt;BR /&gt;&lt;BR /&gt;It is easy to say, 'just add more memory', and 'turn down the unified buffer cache'. &lt;BR /&gt;And maybe that is the solution. &lt;BR /&gt;But please before you go there take a step back, test and verify. &lt;BR /&gt;What is using the memory?&lt;BR /&gt;- process memory?&lt;BR /&gt;- shared memory? ( check: ipcs -m )&lt;BR /&gt;- ...&lt;BR /&gt;&lt;BR /&gt;That said, here would be my WAG towards what _might_ be a component of the issue.&lt;BR /&gt;&lt;BR /&gt;You mention Oracle database. &lt;BR /&gt;That is likely significant, please tell us more. &lt;BR /&gt;How many instances? How much memory is each allowed to take ? (sga_max_size/sga_target)&lt;BR /&gt;Do they really need all of that (check  SGA Target Advisory in AWR report)&lt;BR /&gt;Do they all need to be there are the same time?&lt;BR /&gt;&lt;BR /&gt;Maybe, just maybe, it is simply over committed memory: 16 GB, 3 Oracle instances of 5 GB don't fit. &lt;BR /&gt;Maybe reducing those footprints to 3 GB each and all it well.&lt;BR /&gt;&lt;BR /&gt;Or maybe you had PROD, DEV and QA all set the same and DEV and QA can be reduced to 1/2 the size of PROD.&lt;BR /&gt;&lt;BR /&gt;Or maybe shutting down one DB during a critical window is the way to reduce the need. &lt;BR /&gt;&lt;BR /&gt;One needs to understand the way the system is used to understand the options.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If the DBA is not forthcoming with help, then you can start understanding this studying the ipcs -m output.&lt;BR /&gt;&lt;BR /&gt;Hope this help some,&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein van den Heuvel&lt;BR /&gt;HvdH Performance Consulting&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Sep 2010 14:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692291#M383344</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-09-28T14:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692292#M383345</link>
      <description>Dear sirs,&lt;BR /&gt;&lt;BR /&gt;This are the details you asked for:&lt;BR /&gt;&lt;BR /&gt;Physical memory: 16GB&lt;BR /&gt;&lt;BR /&gt;instance: 1&lt;BR /&gt;&lt;BR /&gt;instance size: 126GB&lt;BR /&gt;&lt;BR /&gt;sga Maxsize: 6GB&lt;BR /&gt;&lt;BR /&gt;SGA Target: 4GB&lt;BR /&gt;&lt;BR /&gt;#ipcs -m&lt;BR /&gt;IPC status from /dev/kmem as of Tue Sep 28 15:32:16 2010&lt;BR /&gt;T         ID     KEY        MODE        OWNER     GROUP&lt;BR /&gt;Shared Memory:&lt;BR /&gt;m 0 0x411c11ec --rw-rw-rw-  root    root&lt;BR /&gt;m 1 0x4e0c0002 --rw-rw-rw-  root    root&lt;BR /&gt;m 2 0x412016a9 --rw-rw-rw-  root    root&lt;BR /&gt;m 3 0x06347849 --rw-rw-rw-  root    root&lt;BR /&gt;m  262148 0x0c6629c9 --rw-r- root    root&lt;BR /&gt;m  32773 0x4914685c -rw-r--r-- root   root&lt;BR /&gt;m  4718598 0x7d0a116c -rw-rw oracle oinstall&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Sep 2010 14:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692292#M383345</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2010-09-28T14:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692293#M383346</link>
      <description>&amp;gt;#swapinfo -tam&lt;BR /&gt;memory 16363 4488 11875 27%&lt;BR /&gt;total 32747 13782 18965 42%&lt;BR /&gt;&lt;BR /&gt;I don't see that 99% memory usage?  Was that during the peak?</description>
      <pubDate>Tue, 28 Sep 2010 16:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692293#M383346</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-09-28T16:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692294#M383347</link>
      <description>dear Sirs,&lt;BR /&gt;&lt;BR /&gt;I see the 99% when i use glance.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 28 Sep 2010 16:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692294#M383347</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2010-09-28T16:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692295#M383348</link>
      <description>&amp;gt; Physical memory: 16GB&lt;BR /&gt;&amp;gt; instance: 1&lt;BR /&gt;&amp;gt; instance size: 126GB&lt;BR /&gt;&amp;gt; sga Maxsize: 6GB&lt;BR /&gt;&amp;gt; SGA Target: 4GB&lt;BR /&gt;&lt;BR /&gt;Ok, 6GB SGA for 16 GB system feels alright. So that's not directly the image.&lt;BR /&gt;&lt;BR /&gt;We'll have to figure out where the rest of the memory went. With dbc_max_pct @50, it could be sitting in the buffer cache to the tune of 8GB, ready to help or or give back under pressure. With 11.31 the giving back works well. With 11.23 it is my understanding that it is less effecient, and thus you may want to reduce dbc_max_pct to say 10%.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#ipcs -m&lt;BR /&gt;&lt;BR /&gt;Ooops, I should have asked ipcs -ma or -mb&lt;BR /&gt;That will give a size column&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Anyway, I'm not yet convinced there even is a problem. So the memory is in high use, with low free. Great! The system is using the memory that was bought for it. Excellent.&lt;BR /&gt;&lt;BR /&gt;What is the problem? &lt;BR /&gt;Performance issues? How do you tell? Tell us.&lt;BR /&gt;Instability (why is that due to low memory)?&lt;BR /&gt;Is there a high PI or PO rate during regular work?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Sep 2010 18:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692295#M383348</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-09-28T18:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692296#M383349</link>
      <description>Dear Sirs,&lt;BR /&gt;&lt;BR /&gt;Our banking application hangs during peak hours. And the memory ultilisation rises to 99% when monitered with glance.&lt;BR /&gt;&lt;BR /&gt;If i may ask , can i reduce " dbc_max_pct     50  Default     Immed" to let us sy 15 or 20? And what will be the implication on the banking application and also the oracle database?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Kingsley</description>
      <pubDate>Wed, 29 Sep 2010 11:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692296#M383349</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2010-09-29T11:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692297#M383350</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;If i may ask , can i reduce " dbc_max_pct 50 Default Immed" to let us sy 15 or 20? And what will be the implication on the banking application and also the oracle database?&lt;BR /&gt;&lt;BR /&gt;I think that would be a good move to make.  Since Oracle has its own buffer cache, caching more of the same in the UNIX buffer cache is wasteful.  You could monitor read-hit ratios with 'sar -b' before and after adjusting the 'dbc_max_pct' if you like.  Empirical measurements will tell you the implication of your change in *your* environment.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Sep 2010 11:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692297#M383350</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-09-29T11:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692298#M383351</link>
      <description>&amp;gt;&amp;gt; Our banking application hangs during peak hours.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;define 'hang'! We all have our own understanding/expectation for that.&lt;BR /&gt;&lt;BR /&gt;I suspect that here it means that all end user applications became unresponsive.&lt;BR /&gt;&lt;BR /&gt;But what it the system doing at that time besides using memory?&lt;BR /&gt;&lt;BR /&gt;Why do you thing high memory use is relevant at all for the purpose of the hang? Please be specific!&lt;BR /&gt;&lt;BR /&gt;- Is the CPU busy? top?&lt;BR /&gt;- Apparently you can use GLANCE. &lt;BR /&gt;- What else can you use? df? ls -l for Oracle files? df ?...&lt;BR /&gt;- What can you NOT use... (errors, or getting stuck).&lt;BR /&gt;- Are all Networks operational (ping, telnet, ftp, ssh, tnsping, remote non-application table oracle access) &lt;BR /&gt;- What does Oracle (Enterprise Manager) report when/while it hangs?&lt;BR /&gt;- Is Oracle responsive to local SQLplus queries at all? (select * from v$instance)&lt;BR /&gt;- Can local Oracle execute some banking query&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just the fact that you only mentioned 'hang' without specifics other then a potentially irrelevant high memory usage suggest to me that you may want to escalate this issue, and get more external and internal help.&lt;BR /&gt;&lt;BR /&gt;You may want to prepare some answers to the questions above to get the best possible help. For now it is not clear whether yo shoudl engage an Oracle, Network, Storage or HPUX expert. Personally I would engage them in the order I list them. yes, that impleis that I think this is least likely to be an HPUX problem, allthough a good HPUX resource may help yo pinpoint the problem.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Sep 2010 12:39:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692298#M383351</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-09-29T12:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692299#M383352</link>
      <description>Dear Sirs,&lt;BR /&gt;&lt;BR /&gt;One more hint. During peak hours, when the banking application slows, syslog.log reads&lt;BR /&gt;&lt;BR /&gt;"Sep 28 16:12:25 t24dbpro inetd[1057]: chargen/tcp: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;Sep 28 16:12:25 t24dbpro inetd[1057]: discard/tcp: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;Sep 28 16:12:25 t24dbpro inetd[1057]: daytime/tcp: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;Sep 28 16:12:25 t24dbpro inetd[1057]: telnet/tcp: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;Sep 28 16:12:25 t24dbpro sshd[931]: error: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;Sep 28 16:12:25 t24dbpro inetd[1057]: ftp/tcp: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;Sep 28 16:12:26 t24dbpro inetd[1057]: swat/tcp: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;Sep 28 16:12:26 t24dbpro inetd[1057]: dtspc/tcp: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;Sep 28 16:12:26 t24dbpro inetd[1057]: printer/tcp: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;Sep 28 16:12:26 t24dbpro inetd[1057]: auth/tcp: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;Sep 28 16:12:26 t24dbpro inetd[1057]: exec/tcp: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;Sep 28 16:12:26 t24dbpro inetd[1057]: shell/tcp: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;Sep 28 16:12:26 t24dbpro inetd[1057]: login/tcp: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;kingsley&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Sep 2010 13:47:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692299#M383352</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2010-09-29T13:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692300#M383353</link>
      <description>Hmm, &lt;BR /&gt;&lt;BR /&gt;Does that perhaps also suggest that _some_ (new) end users hang, but others can keep working)?&lt;BR /&gt;&lt;BR /&gt;This may be a TCP configrutation issues such as : tcp_conn_request_max&lt;BR /&gt; &lt;BR /&gt;See for example:&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=237561" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=237561&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In there Rick Jones (albeit in 2003) wrote &lt;BR /&gt;"Indeed, 99 times out of ten, this message has nothing to do with availability of memory. It means that by the time the server application got around to calling accept() on the listen socket, the remote client had given-up (for wahtever reason) and aborted the connection. The exact reason why an ENOBUF is returned in this case in HP-UX 11.X is starting to get lost in the mists of time"&lt;BR /&gt;&lt;BR /&gt;also....&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums.sdn.sap.com/thread.jspa?threadID=1477203" target="_blank"&gt;https://forums.sdn.sap.com/thread.jspa?threadID=1477203&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=969702" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=969702&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Sep 2010 14:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692300#M383353</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-09-29T14:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692301#M383354</link>
      <description>Dear Sir,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tcp_conn_request_max=4096&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Kingsley&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Sep 2010 16:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692301#M383354</guid>
      <dc:creator>KINGSLEY_1</dc:creator>
      <dc:date>2010-09-29T16:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Memory &amp; swap space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692302#M383355</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The problem is memory pressure.&lt;BR /&gt;&lt;BR /&gt;Log a case with HP support, get the kmeminfo utility, issue kmeminfo;kmeminfo -user;swapinfo -tam, during a "hang", and this info should give enough indication as to what causes the problem and how to resolve it.&lt;BR /&gt;&lt;BR /&gt;Greetz,&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 29 Sep 2010 18:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-swap-space/m-p/4692302#M383355</guid>
      <dc:creator>chris huys_4</dc:creator>
      <dc:date>2010-09-29T18:41:51Z</dc:date>
    </item>
  </channel>
</rss>

