<?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: file system swap in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919308#M109110</link>
    <description>I would question, however, whether you really need additional swap space.  How much memory do you have?  What type of machine is this?  What is the O/S?  Are you seeing any swapping?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 05 Mar 2003 11:47:08 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-03-05T11:47:08Z</dc:date>
    <item>
      <title>file system swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919301#M109103</link>
      <description>Hi,&lt;BR /&gt;During installation i have configured 8+4GB HDD as following in attachement and device swap as 1gb. And left out some free space and thought of creating File system swap later. Now i want to find out this free space and allocate some free space for file system swap and some for future to extend tmp file system.&lt;BR /&gt;&lt;BR /&gt;Suggestion please to find out the free space and to configure File system swap.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;K.Rajesh&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Mar 2003 06:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919301#M109103</guid>
      <dc:creator>rajeshk</dc:creator>
      <dc:date>2003-03-05T06:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: file system swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919302#M109104</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;why you wants to create slow filesystem swap if you can create secondary device swap.&lt;BR /&gt;&lt;BR /&gt;To create secondary device swap you can use SAM, Disks and Filesystems, create new lvol and configre this as SWAP/DUMP device.&lt;BR /&gt;&lt;BR /&gt;After swapon the system will use this also and in order of the priority. You can give the secondary device swap the same priority like lvol2 (primary device swap).&lt;BR /&gt;&lt;BR /&gt;If you have further questions, let me know.&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
      <pubDate>Wed, 05 Mar 2003 07:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919302#M109104</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-03-05T07:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: file system swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919303#M109105</link>
      <description>hi,&lt;BR /&gt;your attachment doesnt show any details about free physical extents. &lt;BR /&gt;&lt;BR /&gt;do a vgdisplay -v and give us the outputs. and as suggested already, create a secondary swap rather than a file system swap.&lt;BR /&gt;&lt;BR /&gt;an after thought. are u trying to say that in the free space available on one of the logical volumes, you would like to create a file system swap?&lt;BR /&gt;man swapon for more info.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Wed, 05 Mar 2003 07:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919303#M109105</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-03-05T07:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: file system swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919304#M109106</link>
      <description>Hi Balaji,&lt;BR /&gt;&lt;BR /&gt;As you requested the vgdisplay out i am sending the o/p in a text file. Please go through and guide me.</description>
      <pubDate>Wed, 05 Mar 2003 08:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919304#M109106</guid>
      <dc:creator>rajeshk</dc:creator>
      <dc:date>2003-03-05T08:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: file system swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919305#M109107</link>
      <description>You have 131 free physical extents (Free PE) of 4 MB each (PE size), or 524 MB free.  You can use this space for FS expansion or swap (or both), but don't use filesystem swap.  As stated previously, it's inefficient.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 05 Mar 2003 11:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919305#M109107</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-05T11:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: file system swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919306#M109108</link>
      <description>Hi Pete Randall,&lt;BR /&gt;Thanks for your response.&lt;BR /&gt;&lt;BR /&gt;How do i create the Device swap for this free space.&lt;BR /&gt;Can you tell me the steps involved.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;K.Rajesh&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Mar 2003 11:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919306#M109108</guid>
      <dc:creator>rajeshk</dc:creator>
      <dc:date>2003-03-05T11:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: file system swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919307#M109109</link>
      <description>I would do as Armin suggested and use SAM.&lt;BR /&gt;&lt;BR /&gt;Otherwise, it involves manually creating a logical volume and enabling it for swap with the swapon command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 05 Mar 2003 11:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919307#M109109</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-05T11:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: file system swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919308#M109110</link>
      <description>I would question, however, whether you really need additional swap space.  How much memory do you have?  What type of machine is this?  What is the O/S?  Are you seeing any swapping?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 05 Mar 2003 11:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919308#M109110</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-05T11:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: file system swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919309#M109111</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks Guys.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;K.Rajesh</description>
      <pubDate>Wed, 05 Mar 2003 11:51:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919309#M109111</guid>
      <dc:creator>rajeshk</dc:creator>
      <dc:date>2003-03-05T11:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: file system swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919310#M109112</link>
      <description>If you have 512MB space then you can do &lt;BR /&gt;&lt;BR /&gt;#lvcreate -l 128 -n devswap -C y -r n  /dev/vgxx&lt;BR /&gt;Enable swap&lt;BR /&gt;#swapon -p 1 /dev/vgxx/devswap&lt;BR /&gt;(priority 1)&lt;BR /&gt;&lt;BR /&gt;make sure to update the /etc/fstab file to make it active every reboot.&lt;BR /&gt;The easier way would be using SAM--&amp;gt;add device swap&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 05 Mar 2003 11:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919310#M109112</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-05T11:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: file system swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919311#M109113</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It's D270 Server. 11i O/S.&lt;BR /&gt;1GB RAM. 1GB device swap.&lt;BR /&gt;4+8 GB HDD. Now i need to install mq-series, c++, ANSIC,&lt;BR /&gt;Oracle 8.1.7 and our client supplied softwares.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Mar 2003 11:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919311#M109113</guid>
      <dc:creator>rajeshk</dc:creator>
      <dc:date>2003-03-05T11:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: file system swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919312#M109114</link>
      <description>man lvcreate. note that swap volumes are contiguous.&lt;BR /&gt;&lt;BR /&gt;and then add it to fstab. then you can do a reboot or do a swapon to enable it for swaping.&lt;BR /&gt;-balaji</description>
      <pubDate>Wed, 05 Mar 2003 12:35:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919312#M109114</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-03-05T12:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: file system swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919313#M109115</link>
      <description>Rajesh,&lt;BR /&gt;&lt;BR /&gt;You got some really good advice here.  Please take the time to assign a few points to Pete who took time to help you.&lt;BR /&gt;&lt;BR /&gt;I don't need any, I have nothing to add to the post, other than to note you are getting solid advice.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 Mar 2003 14:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919313#M109115</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-05T14:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: file system swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919314#M109116</link>
      <description>Thanks, it works.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 05:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-swap/m-p/2919314#M109116</guid>
      <dc:creator>rajeshk</dc:creator>
      <dc:date>2003-03-06T05:49:31Z</dc:date>
    </item>
  </channel>
</rss>

