<?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/2933697#M634673</link>
    <description>3Q!</description>
    <pubDate>Mon, 24 Mar 2003 06:06:53 GMT</pubDate>
    <dc:creator>milaren</dc:creator>
    <dc:date>2003-03-24T06:06:53Z</dc:date>
    <item>
      <title>/swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933695#M634671</link>
      <description>/dev/vg00/lvol1            /stand         200   hfs  &lt;BR /&gt;    /dev/vg00/lvol2            swap           1024       &lt;BR /&gt;    /dev/vg00/lvol3            /              800   vxfs &lt;BR /&gt;    /dev/vg00/lvol4            /home          800   vxfs &lt;BR /&gt;    /dev/vg00/lvol5            /opt           10000 vxfs &lt;BR /&gt;can anyone tell me what type of swap,hfs or vxfs? &lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2003 05:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933695#M634671</guid>
      <dc:creator>milaren</dc:creator>
      <dc:date>2003-03-24T05:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: /swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933696#M634672</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;swap is neither hfs nor vxfs, it's different kind of file system which contiguous</description>
      <pubDate>Mon, 24 Mar 2003 05:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933696#M634672</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-03-24T05:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: /swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933697#M634673</link>
      <description>3Q!</description>
      <pubDate>Mon, 24 Mar 2003 06:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933697#M634673</guid>
      <dc:creator>milaren</dc:creator>
      <dc:date>2003-03-24T06:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: /swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933698#M634674</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm just putting my $0.02 Cents in here:&lt;BR /&gt;&lt;BR /&gt;If you have Secondary swap space, then it is a file system. But if you have only the primary swap, then it's a device file. Do this to find out:&lt;BR /&gt;&lt;BR /&gt;#swapinfo -ta&lt;BR /&gt;&lt;BR /&gt;It'll tell you if you have Primary or Primary and secondary swap configured in your system.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 24 Mar 2003 06:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933698#M634674</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-03-24T06:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: /swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933699#M634675</link>
      <description>As stated, swap is neither hfs or vxfs, these are acronyms for filesystems. Swap is not a filesystem. It is an indepenendant logical volume. You can view your swap partitions using 'swapinfo -ta' or you can use 'glance' if you have it. You can also see the priority of your swap partitions by viewing the /etc/fstab file. You will find that your primary swap partition (/dev/vg00/lvol2) is not listed.</description>
      <pubDate>Mon, 24 Mar 2003 07:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933699#M634675</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-03-24T07:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: /swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933700#M634676</link>
      <description>Just to add to the explanations already given. Primary swap is always "device swap". Additional swap can be "device swap" or "filesystem swap".&lt;BR /&gt;Primary swap should not appear in fstab (if it does you get a error message about it at boottime). Secondary swap usually goes in fstab (so it will be enabled at boottime).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Mon, 24 Mar 2003 08:19:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933700#M634676</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2003-03-24T08:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: /swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933701#M634677</link>
      <description>A short addition to Trond's comment about swap volumes not being in fstab.  Yes it will generate errors.  &lt;BR /&gt;I usually do put an entry in fstab for my swap volumes.  Those entries are just comments though.  Put a # at the beginning of the line.  I've also done it with raw volumes just for documentation purposes.  If swapinfo or LVM commands were not working for some reason, I can at least go to fstab for volume information.  Of course I have to manually keep it up so it's only as accurate as I make it.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Mar 2003 15:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933701#M634677</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2003-03-25T15:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: /swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933702#M634678</link>
      <description>Hi !&lt;BR /&gt;The swap is different type of file system which is used when you run out of physical memory . hfs is High throughput file system , the /stand file system is always hfs file system. vxfs is veritas file system , you can check the contents of the file /etc/defauls/fs , which will be your default file system .&lt;BR /&gt;whenever you create a file system with newfs &amp;amp; without -F option it always refers to /etc/defaul/fs entry.</description>
      <pubDate>Tue, 25 Mar 2003 15:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2933702#M634678</guid>
      <dc:creator>CCIL</dc:creator>
      <dc:date>2003-03-25T15:33:37Z</dc:date>
    </item>
  </channel>
</rss>

