<?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: Extend filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942970#M114010</link>
    <description>Hi Joseph,&lt;BR /&gt;are the 300 mb what you have left in the volume group? If the logical volume is mirrored, you also have to take that into account. Check:&lt;BR /&gt;# lvdisplay -v &lt;LVOL&gt; | more&lt;BR /&gt;&lt;BR /&gt;Is the line "Mirror copies" 1=mirrored or 0=not mirrored?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;/LVOL&gt;</description>
    <pubDate>Thu, 03 Apr 2003 12:31:48 GMT</pubDate>
    <dc:creator>john korterman</dc:creator>
    <dc:date>2003-04-03T12:31:48Z</dc:date>
    <item>
      <title>Extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942963#M114003</link>
      <description>Hi to all&lt;BR /&gt;&lt;BR /&gt;How to extend a file system using OnlineJFS. Can you post it on step-by-step procedure.&lt;BR /&gt;&lt;BR /&gt;Thank you all in advance</description>
      <pubDate>Thu, 03 Apr 2003 11:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942963#M114003</guid>
      <dc:creator>Joseph Bague</dc:creator>
      <dc:date>2003-04-03T11:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942964#M114004</link>
      <description>1)  extend the logical volume:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/lvextend -L &lt;SIZE&gt;  /dev/vgxx/lvolyy&lt;BR /&gt;&lt;BR /&gt;2)   extend the file system&lt;BR /&gt;&lt;BR /&gt; lvextend -L &lt;SIZE&gt; /dev/vgXX/lvolyy&lt;BR /&gt;&lt;BR /&gt;As you have OnlineJFS no umount of the file system is needed&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;&lt;BR /&gt;&lt;/SIZE&gt;&lt;/SIZE&gt;</description>
      <pubDate>Thu, 03 Apr 2003 11:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942964#M114004</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2003-04-03T11:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942965#M114005</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Next HP doc will help you,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;mode=id&amp;amp;searchCrit=allwords&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=LVMKBRC00005082" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;mode=id&amp;amp;searchCrit=allwords&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=LVMKBRC00005082&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Thu, 03 Apr 2003 11:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942965#M114005</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-04-03T11:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942966#M114006</link>
      <description>Using /home (/dev/vg00/lvol8)on a VXFS filesystem as an example, extending to 800Mb using Online JFS&lt;BR /&gt;&lt;BR /&gt;lvextend -L 800 /dev/vg00/lvol8&lt;BR /&gt;fsadm -F vxfs -b 819200 /home&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Apr 2003 12:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942966#M114006</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2003-04-03T12:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942967#M114007</link>
      <description>Hi say you want to extend /var on /dev/vg00/lvol7 from 1000 to 2000 Gb:&lt;BR /&gt;&lt;BR /&gt;lvextend -L 2000 /dev/vg00/lvol7&lt;BR /&gt;fsadm -F vxfs -b 2048000 /var&lt;BR /&gt;&lt;BR /&gt;The argument for lvextend is Mb; for fsadm it is Kb.&lt;BR /&gt;&lt;BR /&gt;Greetzz&lt;BR /&gt;Donald</description>
      <pubDate>Thu, 03 Apr 2003 12:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942967#M114007</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2003-04-03T12:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942968#M114008</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Something come out I just found that I have only 300MB of free space, How can I reduce the other logical volume.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Joseph</description>
      <pubDate>Thu, 03 Apr 2003 12:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942968#M114008</guid>
      <dc:creator>Joseph Bague</dc:creator>
      <dc:date>2003-04-03T12:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942969#M114009</link>
      <description>Hi Joseph,&lt;BR /&gt;&lt;BR /&gt;The principle is the same but I would make a backup of a filesystem before you reduce the size.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x55c053921f1ad5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x55c053921f1ad5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Thu, 03 Apr 2003 12:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942969#M114009</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-04-03T12:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942970#M114010</link>
      <description>Hi Joseph,&lt;BR /&gt;are the 300 mb what you have left in the volume group? If the logical volume is mirrored, you also have to take that into account. Check:&lt;BR /&gt;# lvdisplay -v &lt;LVOL&gt; | more&lt;BR /&gt;&lt;BR /&gt;Is the line "Mirror copies" 1=mirrored or 0=not mirrored?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;/LVOL&gt;</description>
      <pubDate>Thu, 03 Apr 2003 12:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942970#M114010</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-04-03T12:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942971#M114011</link>
      <description>Thanks Everybody for the fast reply. I am ok with all your solution.</description>
      <pubDate>Thu, 03 Apr 2003 13:14:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/2942971#M114011</guid>
      <dc:creator>Joseph Bague</dc:creator>
      <dc:date>2003-04-03T13:14:54Z</dc:date>
    </item>
  </channel>
</rss>

