<?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: Increasing partition size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899189#M403795</link>
    <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;If you have online-jfs&lt;BR /&gt;lvextend â  L [n] /dev/[vg]/[lvol]&lt;BR /&gt;fsadm â  F vxfs â  b [x] /[mount_point]&lt;BR /&gt;n = MB&lt;BR /&gt;x = KB&lt;BR /&gt;&lt;BR /&gt;Without online-jfs&lt;BR /&gt;# umount /[mount_point]&lt;BR /&gt;# lvextend -L [n] /dev/[vg]/[lvol]&lt;BR /&gt;# extendfs -F vxfs /dev/[vg]/[rlovl]&lt;BR /&gt;[n] = MB&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;R</description>
    <pubDate>Mon, 02 May 2005 05:20:25 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens_1</dc:creator>
    <dc:date>2005-05-02T05:20:25Z</dc:date>
    <item>
      <title>Increasing partition size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899186#M403792</link>
      <description>Hello Folks,&lt;BR /&gt;&lt;BR /&gt;In my 11.23 box,the bdf command shows &lt;BR /&gt;&lt;BR /&gt;Filesystem           kbytes       used      avail  %used    Mounted on&lt;BR /&gt;/dev/vg00/lvol3      409600     191560     216400    47%    /&lt;BR /&gt;/dev/vg00/lvol1      298928      76352     192680    28%    /stand&lt;BR /&gt;/dev/vg00/lvol8     4718592     443168    4243040     9%    /var&lt;BR /&gt;/dev/vg00/lvol7     2211840    1695056     513784    77%    /usr&lt;BR /&gt;/dev/vg00/lvol4      212992       8544     202920     4%    /tmp&lt;BR /&gt;/dev/vg00/lvol6     2621440    2134240     484768     81%   /opt&lt;BR /&gt;/dev/vg00/lvol5       32768      22592      10104    69%    /home&lt;BR /&gt;&lt;BR /&gt;I need to increase "/home"'s share. Is it possible without reinstalling the system.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help</description>
      <pubDate>Mon, 02 May 2005 05:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899186#M403792</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2005-05-02T05:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing partition size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899187#M403793</link>
      <description>Sure,&lt;BR /&gt;&lt;BR /&gt;unless you have OnlineJFS  you first need to &lt;BR /&gt;umount /home.&lt;BR /&gt;&lt;BR /&gt;Then increase lvol5 and increase the file system /home.&lt;BR /&gt;&lt;BR /&gt;If not experienced with lvextend and extendfs you might use SAM for this&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;</description>
      <pubDate>Mon, 02 May 2005 05:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899187#M403793</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2005-05-02T05:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing partition size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899188#M403794</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;Fortunately, /home is quite easy to extend.    The man page for lvextend gives a good example:&lt;BR /&gt;&lt;BR /&gt;"Increase the size of a file system existing on a logical volume.&lt;BR /&gt;&lt;BR /&gt;First, increase the size of the logical volume.&lt;BR /&gt;&lt;BR /&gt; lvextend -L 400 umount /dev/vg06/lvol3&lt;BR /&gt;&lt;BR /&gt;Unmount the file system.&lt;BR /&gt;&lt;BR /&gt; umount /dev/vg06/lvol3&lt;BR /&gt;&lt;BR /&gt;Extend the file system to occupy the entire (larger) logical volume.&lt;BR /&gt;&lt;BR /&gt; extendfs /dev/vg06/rlvol3&lt;BR /&gt;&lt;BR /&gt;Remount the file system.&lt;BR /&gt;&lt;BR /&gt; mount /dev/vg06/lvol3 /mnt/dev/vg06/lvol3"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;</description>
      <pubDate>Mon, 02 May 2005 05:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899188#M403794</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-05-02T05:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing partition size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899189#M403795</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;If you have online-jfs&lt;BR /&gt;lvextend â  L [n] /dev/[vg]/[lvol]&lt;BR /&gt;fsadm â  F vxfs â  b [x] /[mount_point]&lt;BR /&gt;n = MB&lt;BR /&gt;x = KB&lt;BR /&gt;&lt;BR /&gt;Without online-jfs&lt;BR /&gt;# umount /[mount_point]&lt;BR /&gt;# lvextend -L [n] /dev/[vg]/[lvol]&lt;BR /&gt;# extendfs -F vxfs /dev/[vg]/[rlovl]&lt;BR /&gt;[n] = MB&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;R</description>
      <pubDate>Mon, 02 May 2005 05:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899189#M403795</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-05-02T05:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing partition size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899190#M403796</link>
      <description>edited version.&lt;BR /&gt;&lt;BR /&gt;If you have online-jfs&lt;BR /&gt;# lvextend -L [n] /dev/[vg]/[lvol]&lt;BR /&gt;# fsadm -b [x] /[mount_point]&lt;BR /&gt;n = MB&lt;BR /&gt;x = KB&lt;BR /&gt;&lt;BR /&gt;Without online-jfs&lt;BR /&gt;# umount /[mount_point]&lt;BR /&gt;# lvextend -L [n] /dev/[vg]/[lvol]&lt;BR /&gt;# extendfs -F vxfs /dev/[vg]/[rlovl]&lt;BR /&gt;[n] = MB&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 02 May 2005 05:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899190#M403796</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-05-02T05:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing partition size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899191#M403797</link>
      <description>Folks,&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help..It worked perfectly.</description>
      <pubDate>Mon, 02 May 2005 05:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899191#M403797</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2005-05-02T05:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing partition size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899192#M403798</link>
      <description>closing thread</description>
      <pubDate>Mon, 02 May 2005 05:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-partition-size/m-p/4899192#M403798</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2005-05-02T05:37:54Z</dc:date>
    </item>
  </channel>
</rss>

