<?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: Reserve Swap Space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reserve-swap-space/m-p/2427304#M1827</link>
    <description>It sounds more like a networking than a memory/swap issue to me.  You say it can not ftp to your production server.  I had a similar problem a couple of years ago on a Sequent system running Dynix PTX.  We had to increase a kernel parameter to allow for the larger files to be ftp'd.  I think the problem was that the larger files were taking longer and hitting some sort of time-out.  I've looked and do not see any comparable kernel parameter in HP-UX.&lt;BR /&gt;Another possibility is with your network.  I've seen firewalls that block large files from being downloaded.  Maybe your network has some sort of limitation configured.&lt;BR /&gt;Has this file recently grown in size?  If the ftp used to work, but, now fails since it is larger, there might be a limit set somewhere.&lt;BR /&gt;</description>
    <pubDate>Fri, 23 Jun 2000 13:50:38 GMT</pubDate>
    <dc:creator>Dave Wherry</dc:creator>
    <dc:date>2000-06-23T13:50:38Z</dc:date>
    <item>
      <title>Reserve Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reserve-swap-space/m-p/2427301#M1824</link>
      <description>I'm currently running my EDI System on hp-ux 10.20. I have a problem that when we receive a translated a file bigger than 20mb, out software we are using doesn't ftp it to the production server. The poeple who support our software suggest I increase the per process reserved swap memory/reserve swap space. Can this be done, and if so, how?&lt;BR /&gt;Is there anything else you can think of that I can do?&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jun 2000 11:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reserve-swap-space/m-p/2427301#M1824</guid>
      <dc:creator>Stephen Hughes</dc:creator>
      <dc:date>2000-06-23T11:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reserve Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reserve-swap-space/m-p/2427302#M1825</link>
      <description>It maybe worth looking at :&lt;BR /&gt;&lt;BR /&gt;Pseudo swap is HP's solution for large memory customers who do not wish to&lt;BR /&gt;purchase a large amount of swap space. The justification for purchasing large&lt;BR /&gt;memory systems is to prevent paging and swapping, therefore, the argument&lt;BR /&gt;becomes "Why purchase a lot of swap space if the system is not expected to page&lt;BR /&gt;or swap?"&lt;BR /&gt;&lt;BR /&gt;Pseudo swap is swap space which the operating systems recognizes, but in&lt;BR /&gt;reality it does not exist. Pseudo swap is make-believe swap space. It does not&lt;BR /&gt;exist in memory, it does not exist on disk, it does not exist anywhere.&lt;BR /&gt;However, the operating system does recognize it, which means more swap space&lt;BR /&gt;can be reserved than physically exists.&lt;BR /&gt;&lt;BR /&gt;The purpose of pseudo swap is to allow more processes to run in memory, than&lt;BR /&gt;could be supported by the swap device(s). Swap devices refer to both device&lt;BR /&gt;swap or filesystem swap. It allows the operating system(specifically the kernel&lt;BR /&gt;variable swap_avail) to recognize more swap space, thereby allowing additional&lt;BR /&gt;processes to start when all of the physical swap has been reserved. By having&lt;BR /&gt;the operating system recognize more swap space than physically exists, large&lt;BR /&gt;memory customers can now operate without having to purchase large amounts of&lt;BR /&gt;swap space which they will most likely never use.&lt;BR /&gt;&lt;BR /&gt;The size of pseudo swap is dependent on the amount of memory in the system.&lt;BR /&gt;Specifically, the size is 75% of physical memory. This means the swap_avail&lt;BR /&gt;variable will have an additional amount(75% of physical memory) added to its&lt;BR /&gt;content. This additional amount allows more processes to start when all of the&lt;BR /&gt;physical swap has been reserved.&lt;BR /&gt;&lt;BR /&gt;Pseudo swap is enabled through the tunable kernel parameter called swapmem_on.&lt;BR /&gt;If the value for swapmem_on is 1, then psuedo swap is turned on or enabled. The&lt;BR /&gt;percentage of physical memory that pseudo swap adds to swap_avail is not a&lt;BR /&gt;tunable kernel parameter and is always 75%. This information is valid for all&lt;BR /&gt;versions of HP-UX 10.X and 11.0</description>
      <pubDate>Fri, 23 Jun 2000 12:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reserve-swap-space/m-p/2427302#M1825</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-06-23T12:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reserve Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reserve-swap-space/m-p/2427303#M1826</link>
      <description>You can not manually increase the reserved swap space which has a negative value. It is the space given to swapon for interleaved paging/swapping.The size indicates the number of file system blocks that are saved for file system use only.&lt;BR /&gt;You can create more swap space on your system and also modufy the kernel parameters as follows:&lt;BR /&gt;allocate_fs_swapmap=0&lt;BR /&gt;swapmem_on=1&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jun 2000 12:02:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reserve-swap-space/m-p/2427303#M1826</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-06-23T12:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reserve Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reserve-swap-space/m-p/2427304#M1827</link>
      <description>It sounds more like a networking than a memory/swap issue to me.  You say it can not ftp to your production server.  I had a similar problem a couple of years ago on a Sequent system running Dynix PTX.  We had to increase a kernel parameter to allow for the larger files to be ftp'd.  I think the problem was that the larger files were taking longer and hitting some sort of time-out.  I've looked and do not see any comparable kernel parameter in HP-UX.&lt;BR /&gt;Another possibility is with your network.  I've seen firewalls that block large files from being downloaded.  Maybe your network has some sort of limitation configured.&lt;BR /&gt;Has this file recently grown in size?  If the ftp used to work, but, now fails since it is larger, there might be a limit set somewhere.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jun 2000 13:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reserve-swap-space/m-p/2427304#M1827</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2000-06-23T13:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reserve Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reserve-swap-space/m-p/2427305#M1828</link>
      <description>I agree.  turning on psuedo-swap will relieve the problem if you are actually running into a swap limit issue.  The symptoms of this are failures to fork or exec for new processes.  This is because the OS wil not start a shell for a process unless it can reserve space to page the process out at need.&lt;BR /&gt;&lt;BR /&gt;Use swapinfo to get a look at your swap space.  If you are not nearing 100% of swap space reserved with no memory swap then you are unlikely to be experiencing a swap issue.</description>
      <pubDate>Fri, 23 Jun 2000 14:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reserve-swap-space/m-p/2427305#M1828</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-06-23T14:00:55Z</dc:date>
    </item>
  </channel>
</rss>

