<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5714939#M480877</link>
    <description>&lt;P&gt;Not -C&amp;nbsp;in swapon.&amp;nbsp; -C is for the&amp;nbsp;Contiguous option&amp;nbsp;in lvcreate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lvcreate -L 850 -n swap -C y -r n /dev/vg02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And contiguous as in&amp;nbsp;, "...the first three lvols of vg00 must be contiguous for the OS to load including lvol2 / primary swap...."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, this is 2ndary swap that's been added in because lvol2 wasn't big enough and ignite is flagging it.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jul 2012 22:00:06 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2012-07-06T22:00:06Z</dc:date>
    <item>
      <title>SWAP question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5714601#M480872</link>
      <description>&lt;P&gt;I have two boxes with Ignite warnings about unknown file system type and both are for 2ndary swap.&amp;nbsp; They were created without the -C option and are not contiguous.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are the ramafications?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I remove and recreate?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2012 14:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5714601#M480872</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2012-07-06T14:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5714755#M480874</link>
      <description>&lt;P&gt;Is the swap volume a raw lvol or filesystem swap? Filesystem swap is really deprecated for today's systems. A raw lvol marked as swap has no filesystem at all, but Ignite should not syntax that (normal) condition. Not sure what -C is referring to. swapon has no -C option. Is your Ignite at least C.7 version?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2012 17:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5714755#M480874</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2012-07-06T17:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5714939#M480877</link>
      <description>&lt;P&gt;Not -C&amp;nbsp;in swapon.&amp;nbsp; -C is for the&amp;nbsp;Contiguous option&amp;nbsp;in lvcreate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lvcreate -L 850 -n swap -C y -r n /dev/vg02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And contiguous as in&amp;nbsp;, "...the first three lvols of vg00 must be contiguous for the OS to load including lvol2 / primary swap...."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, this is 2ndary swap that's been added in because lvol2 wasn't big enough and ignite is flagging it.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2012 22:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5714939#M480877</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2012-07-06T22:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5715731#M480881</link>
      <description>&lt;P&gt;OK. This is fine but -C is not required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lvcreate -L 850 -n swap -C y -r n /dev/vg02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The contiguous requirement is only for the first 3 lvols in vg00. Secondary swap can be located anywhere, even in a different VG. There are no restrictions where extra swap can be located. This is because the kernel does not need the extra swap during bootup where there are limited addressing methods available. I assume that you have the extra swap listed in /etc/fstab (required in order to be activated at reboot).&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jul 2012 16:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5715731#M480881</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2012-07-08T16:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5716775#M480904</link>
      <description>&lt;P&gt;How do you write in /etc/fstab. I mean do you replace vxfs with swap?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2012 13:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5716775#M480904</guid>
      <dc:creator>Foolqiu</dc:creator>
      <dc:date>2012-07-09T13:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5718979#M480929</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt; How do you write in /etc/fstab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The man page for fstab is quite useful.&lt;/P&gt;&lt;P&gt;Here is an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/dev/vg05/myswap3&amp;nbsp;&amp;nbsp; __swap3__&amp;nbsp;&amp;nbsp; swap&amp;nbsp; defaults&amp;nbsp; 0 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where: myswap3 is the lvol, __swap3__ is just a placeholder (not a mountpoint), and swap is the type of data on this lvol.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2012 20:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5718979#M480929</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2012-07-10T20:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5719103#M480933</link>
      <description>&lt;P&gt;Bill, Bill, Bill.&amp;nbsp; How the mighty have fallen.&amp;nbsp; How can you argue with JR Ferg?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://community.hpe.com/t5/System-Administration/swap/m-p/5346707/highlight/true#M476002"&gt;http://h30499.www3.hp.com/t5/System-Administration/swap/m-p/5346707/highlight/true#M476002&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've always made 2ndary swap contigous so this was a surprise for me to see it here.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2012 22:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5719103#M480933</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2012-07-10T22:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5719193#M480936</link>
      <description>&lt;P&gt;It may be that only Ignite is syntaxing this since I've created a lot of multiple swap areas on lots of systems without -C. On the other hand, I have never checked to see that the extents were not contiguous -- they may have always been contiguous by accident. As mentioned, the primary swap area must be contiguous to be properly handle during bootup. Dump is a different story. The code for dumping is by necessity quite simple and isolated in order to function without OS assistance...&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2012 01:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-question/m-p/5719193#M480936</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2012-07-11T01:31:50Z</dc:date>
    </item>
  </channel>
</rss>

