<?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: swap problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509756#M22005</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You have to identify the programs/processes that are reserving so much paging area. This will aid in resolving your problem.&lt;BR /&gt;&lt;BR /&gt;To workaround this problem, I believe you just have to configure more device swap. That reserving error message will not appear if you have sufficient device swap.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
    <pubDate>Tue, 27 Mar 2001 09:05:16 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2001-03-27T09:05:16Z</dc:date>
    <item>
      <title>swap problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509751#M22000</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;My HP system is low in memory usage. I am wondering why there is no use of the swap device even though it is memory low in this case and it show the following error with the dmesg command&lt;BR /&gt;&lt;BR /&gt;Deferred swap reservation failure pid: 9437&lt;BR /&gt;Deferred swap reservation failure pid: 9437&lt;BR /&gt;&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     1048576       0 1048576    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       - 1048576 -1048576&lt;BR /&gt;memory  1566544 1497364   69180   96%&lt;BR /&gt;total   2615120 2545940   69180   97%&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Tue, 27 Mar 2001 03:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509751#M22000</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2001-03-27T03:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: swap problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509752#M22001</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your reserve has almost completely used up your device swap. The error message appears because you can no longer reserve more paging space from your device swap.&lt;BR /&gt;&lt;BR /&gt;Extracted from the man page of swapinfo for your convenience:&lt;BR /&gt;&lt;BR /&gt;The reserve (as reflected in swapinfo) is the amount of paging space that could be needed by processes that are currently running, but that has not yet been allocated from one of the above paging areas. When a process is created, or requests additional space, space is reserved for it by increasing the space shown on the reserve line. When paging activity actually occurs, space is used in one of the paging areas (the one with the lowest priority number that has free space available, already allocated), and that space will be shown as used in that area.&lt;BR /&gt;&lt;BR /&gt;As such, you will need to either identify the processes that are requesting for huge paging areas or you can simply add more device swaps.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Tue, 27 Mar 2001 03:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509752#M22001</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-03-27T03:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: swap problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509753#M22002</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;But why it show 0 in the percentage use of the dev swap ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Tue, 27 Mar 2001 04:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509753#M22002</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2001-03-27T04:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: swap problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509754#M22003</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The paging space is reserved before being actually used. When the space is fully reserved, no other process(es) can reserve that space. The device swap is not yet being used, just reserved, thus the device swap is 0% utilised.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Tue, 27 Mar 2001 05:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509754#M22003</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-03-27T05:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: swap problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509755#M22004</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you tell me how to modify the swap device so that it can be used ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Patrick</description>
      <pubDate>Tue, 27 Mar 2001 08:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509755#M22004</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2001-03-27T08:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: swap problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509756#M22005</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You have to identify the programs/processes that are reserving so much paging area. This will aid in resolving your problem.&lt;BR /&gt;&lt;BR /&gt;To workaround this problem, I believe you just have to configure more device swap. That reserving error message will not appear if you have sufficient device swap.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Tue, 27 Mar 2001 09:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509756#M22005</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-03-27T09:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: swap problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509757#M22006</link>
      <description>I have the same problem. Mine started when I upgraded from 10.2 to 11. HP has some patches to fix memory leaks. If you don't have any applications running but all of swap is in reserve you may have same problem. The quick and temporary fix is to reboot. For more info&lt;BR /&gt;see my post on 3-26-01 "out of memory"</description>
      <pubDate>Tue, 27 Mar 2001 16:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509757#M22006</guid>
      <dc:creator>Dale Corrington</dc:creator>
      <dc:date>2001-03-27T16:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: swap problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509758#M22007</link>
      <description>You do not want to have any swapping going on if possible. But you must make sure you have enough free swap space for additional programs to start up, ie Reserverd swap area. One thing you need to watch out for is that HP changed the default kernel parm, "dbc_max_pct" from 10 to 50% when they went to HP-UX 11.x  Check this and change it back to 10%.</description>
      <pubDate>Wed, 28 Mar 2001 16:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509758#M22007</guid>
      <dc:creator>Henry Weldon</dc:creator>
      <dc:date>2001-03-28T16:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: swap problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509759#M22008</link>
      <description>Hi Friends,&lt;BR /&gt;&lt;BR /&gt;Right now we r in the process of rebooting the system. But at the same time could anyone of you pl let me know what are the patches we have for hpux11.00[hp9000/A500] os to fix the memory leak problem?</description>
      <pubDate>Fri, 28 Dec 2001 09:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2509759#M22008</guid>
      <dc:creator>SSP_1</dc:creator>
      <dc:date>2001-12-28T09:47:45Z</dc:date>
    </item>
  </channel>
</rss>

