<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251448#M706307</link>
    <description>I forgot to add - there would be multiple swap partitions on other disk devices.&lt;BR /&gt;&lt;BR /&gt;I'm assuming only primary swap is necessary to boot?</description>
    <pubDate>Sun, 18 Apr 2004 17:03:27 GMT</pubDate>
    <dc:creator>JJ_23</dc:creator>
    <dc:date>2004-04-18T17:03:27Z</dc:date>
    <item>
      <title>SWAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251446#M706305</link>
      <description>&lt;BR /&gt;If you don't mirror swap and you lose the disk - what is the effect ?</description>
      <pubDate>Sun, 18 Apr 2004 16:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251446#M706305</guid>
      <dc:creator>JJ_23</dc:creator>
      <dc:date>2004-04-18T16:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251447#M706306</link>
      <description>I am fairly sure your system won't boot.</description>
      <pubDate>Sun, 18 Apr 2004 16:48:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251447#M706306</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-04-18T16:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251448#M706307</link>
      <description>I forgot to add - there would be multiple swap partitions on other disk devices.&lt;BR /&gt;&lt;BR /&gt;I'm assuming only primary swap is necessary to boot?</description>
      <pubDate>Sun, 18 Apr 2004 17:03:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251448#M706307</guid>
      <dc:creator>JJ_23</dc:creator>
      <dc:date>2004-04-18T17:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251449#M706308</link>
      <description>Your machine will NOT be able to start any more processes and it could very well crash.&lt;BR /&gt;&lt;BR /&gt;You absolutely MUST mirror your swap.</description>
      <pubDate>Sun, 18 Apr 2004 17:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251449#M706308</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-04-18T17:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251450#M706309</link>
      <description>You must have a swap partition in your /dev/vg00 volume group. Your system will not start any processes without this being available, even in single-user mode.</description>
      <pubDate>Sun, 18 Apr 2004 17:08:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251450#M706309</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-04-18T17:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251451#M706310</link>
      <description>You must remember how HP-UX works.  When a process starts, enough swap space is reserved JUST IN CASE the process needs to be paged out.  This is why you must have the equivalent amount of swap space as RAM (or enable the swapmem_on kernel parameter).  Now if a swap area has not been mirrored and the disk goes bad, at the minimum you may not be able to start any more processes because there is no longer space to reserve from.&lt;BR /&gt;&lt;BR /&gt;Now if a swap area that has had space reserved goes away then there is the potential that your machine will go belly up depending on how HP-UX reacts to not having that reserved area available any more.&lt;BR /&gt;&lt;BR /&gt;Yes you MUST have some primary swap in order to boot the system.  If you other swap space is not in a RAID-5 LUN or is not mirrored you are still not completely protected and could have serious problems down the road.</description>
      <pubDate>Sun, 18 Apr 2004 17:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251451#M706310</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-04-18T17:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251452#M706311</link>
      <description>A bad spot in the primary swap area will crash the system when that swap area is accessed. If you lose the disk, the primary swap area is part of the HP-UX opsystem so you loose everything. If a secondary swap area on another disk goes bad (while running), the system will also crash since the swap area was OK at boot time and swap is equivalent to RAM. If RAM goes away (virtual memory in the case of swap), the system cannot continue.&lt;BR /&gt; &lt;BR /&gt;So there are two scenarios: loss of the disk (the disk does not respond at all) will lose access to everything on the disk (swap and data if applicable), and athen  bad spot in the swap area. The bad spot (in swap) will crash the system but only when that area is accessed.</description>
      <pubDate>Sun, 18 Apr 2004 17:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/3251452#M706311</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-04-18T17:16:33Z</dc:date>
    </item>
  </channel>
</rss>

