<?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 is not used at all in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944930#M114451</link>
    <description>hi sudhakar,&lt;BR /&gt;as long as there is enough free memory available, swap will not be used. all programs will use the memory (RAM) and once it is exhausted, will start using the swap. this is how the system is defined and there is no fault.&lt;BR /&gt;&lt;BR /&gt;and it is good that the swap usage is minimal because, if swap is used the system gets slowed down a bit paging data between memory and swap and also because accessing the swap takes more time than accessing data from RAM. (correct me if i am wrong.)&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji</description>
    <pubDate>Mon, 07 Apr 2003 08:58:51 GMT</pubDate>
    <dc:creator>Balaji N</dc:creator>
    <dc:date>2003-04-07T08:58:51Z</dc:date>
    <item>
      <title>swap is not used at all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944926#M114447</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I have a K250 server with HP UX 11.00, in the swap is not getting used at all. what could be the reason.&lt;BR /&gt;&lt;BR /&gt;the swapinfo result is as follows &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        2048       0    2048    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev        2048       0    2048    0%       0       -    1  /dev/vg00/lvol3&lt;BR /&gt;dev        2048       0    2048    0%       0       -    1  /dev/vg00/lvol4&lt;BR /&gt;reserve       -      78     -78&lt;BR /&gt;memory     1507     676     831   45%&lt;BR /&gt;total      7651     754    6897   10%       -       0    -&lt;BR /&gt;&lt;BR /&gt;in kernel the swchunk is set to 2048 and maxswapchunks is set to 16384 (This should use upto 32GB mem right ?) also swap mem is on.&lt;BR /&gt;&lt;BR /&gt;Any guess?? on what could be the problem.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Sudhakar J</description>
      <pubDate>Mon, 07 Apr 2003 08:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944926#M114447</guid>
      <dc:creator>Sudhakar_7</dc:creator>
      <dc:date>2003-04-07T08:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: swap is not used at all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944927#M114448</link>
      <description>You dont want the device swap to be used - if it was used your server would be running very slowly. Having device swap usages at 0% is great! All our production servers run like this, it means you have free memory so no swap is needed, which is ideal.&lt;BR /&gt;&lt;BR /&gt;Now, some swap is reserved for programs running in memory (you can see this usage in glance or gpm) - but it wont show in the swapinfo command unless you run out of memory and programs are actually paged out to disk.</description>
      <pubDate>Mon, 07 Apr 2003 08:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944927#M114448</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-04-07T08:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: swap is not used at all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944928#M114449</link>
      <description>You dont want the device swap to be used - if it was used your server would be running very slowly. Having device swap usage at 0% is great! All our production servers run like this, it means you have free memory so no swap is needed, which is ideal.&lt;BR /&gt;&lt;BR /&gt;Now, some swap is reserved for programs running in memory (you can see this usage in glance or gpm) - but it wont show in the swapinfo command unless you run out of memory and programs are actually paged out to disk.</description>
      <pubDate>Mon, 07 Apr 2003 08:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944928#M114449</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-04-07T08:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: swap is not used at all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944929#M114450</link>
      <description>Hi Sudhakar,&lt;BR /&gt;&lt;BR /&gt;I think you are the first person ever to be concerned the system is not paging! :-)&lt;BR /&gt;&lt;BR /&gt;You will not see an usage of the physical swap space until the free memory in your system hits the "defree" limit. Use vmstat to check the amount of free 4k pages of memory you have. Use the following to check the amount of free 4k pages you would need to exceed before you started paging:&lt;BR /&gt;&lt;BR /&gt;# echo desfree/D|adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;The kernel parameters determine how much swap space you can allocate and the paging strategy. The actual swap space you have have allocated is 6GB device swap and you have enabled psuedo swap too so approx 75% of physical memory is used to increase the counter so another 1.5GB - hence I'd imagine the physical memory in the server is 2GB.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;James.</description>
      <pubDate>Mon, 07 Apr 2003 08:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944929#M114450</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2003-04-07T08:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: swap is not used at all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944930#M114451</link>
      <description>hi sudhakar,&lt;BR /&gt;as long as there is enough free memory available, swap will not be used. all programs will use the memory (RAM) and once it is exhausted, will start using the swap. this is how the system is defined and there is no fault.&lt;BR /&gt;&lt;BR /&gt;and it is good that the swap usage is minimal because, if swap is used the system gets slowed down a bit paging data between memory and swap and also because accessing the swap takes more time than accessing data from RAM. (correct me if i am wrong.)&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji</description>
      <pubDate>Mon, 07 Apr 2003 08:58:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944930#M114451</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-04-07T08:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: swap is not used at all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944931#M114452</link>
      <description>Hi Stefan,&lt;BR /&gt;&lt;BR /&gt;       I agree with you but the problem is users say that they are not able to install oracle and i dont have glance and my servers are test/development servers so i can't expect it to swap all time / dont swap at all ... it will like spikes...&lt;BR /&gt;&lt;BR /&gt;so any ideas..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Sudhakar J</description>
      <pubDate>Mon, 07 Apr 2003 08:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944931#M114452</guid>
      <dc:creator>Sudhakar_7</dc:creator>
      <dc:date>2003-04-07T08:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: swap is not used at all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944932#M114453</link>
      <description>You need to find out what the error is when they try to install oracle and it fails. Its not because of swap or free memory.&lt;BR /&gt;&lt;BR /&gt;From experience it could be a kernel parameter - ones that control how big a process is allowed to be in memory (maxdsiz, maxtsiz, maxssiz). Once you have the oracle error contact oracle, or check oracle metalink on the oracle website and its usually pretty good at telling you what the problem is and how to fix it on your HP server.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Apr 2003 09:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944932#M114453</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-04-07T09:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: swap is not used at all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944933#M114454</link>
      <description>hi sudhakar,&lt;BR /&gt;could u pls tell what is the exact errors faced while installation. could be with some kernel parameters as well.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;balaji</description>
      <pubDate>Mon, 07 Apr 2003 09:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944933#M114454</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-04-07T09:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: swap is not used at all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944934#M114455</link>
      <description>Actually, you have a very small amount of RAM for Oracle so you can expect problems in the future, especially when your DBA needs 1Gb for SGA.&lt;BR /&gt;&lt;BR /&gt;However, Oracle needs an enormous amount of so you need more swap space--temporarily.  Add another 6Gb and see if Oracle installs OK. Once installed, you can reduce the total swap space back to 6Gb like you have now.</description>
      <pubDate>Mon, 07 Apr 2003 10:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944934#M114455</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-04-07T10:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: swap is not used at all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944935#M114456</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Thanks for all your response,&lt;BR /&gt;i will let you know the error later.&lt;BR /&gt;&lt;BR /&gt;Right now i have modified the kernel params as in oracle doc.&lt;BR /&gt;&lt;BR /&gt;I have to install then only i will be able come back with some message.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Sudhakar J</description>
      <pubDate>Mon, 07 Apr 2003 11:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944935#M114456</guid>
      <dc:creator>Sudhakar_7</dc:creator>
      <dc:date>2003-04-07T11:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: swap is not used at all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944936#M114457</link>
      <description>Just a quick Note about TOP usage, I favourly run it for memory purpose: &lt;BR /&gt;Memory: 50764K (31260K) real, 297144K  (212984K) virtual, 8400K free&lt;BR /&gt;&lt;BR /&gt;The last entry "free" is how much free memory one have ? lower values is an indication of memory starvation.&lt;BR /&gt;Cheers &lt;BR /&gt;T??</description>
      <pubDate>Mon, 07 Apr 2003 12:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-is-not-used-at-all/m-p/2944936#M114457</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2003-04-07T12:26:47Z</dc:date>
    </item>
  </channel>
</rss>

