<?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: lvm extend problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902204#M283183</link>
    <description>Here are the steps BTW for extending it when you don't have onlineJFS:&lt;BR /&gt;&lt;BR /&gt;Unmount the file system.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;#umount /dev/vg01/lvol1 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Increase the size of the logical volume.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;#/usr/sbin/lvextend -L 1200 /dev/vg01/lvol1 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Note that the -L 1200 represents the new logical volume size in MB, not the increment in size.&lt;BR /&gt;&lt;BR /&gt;Increase the file system capacity to the same size as the logical volume. Notice the use of the character device file name.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;#extendfs /dev/vg01/rlvol1 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Re-mount the file system.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;#mount /dev/vg01/lvol1 /project &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Run bdf to confirm that the file system capacity has been increased.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Nov 2006 15:15:00 GMT</pubDate>
    <dc:creator>Coolmar</dc:creator>
    <dc:date>2006-11-21T15:15:00Z</dc:date>
    <item>
      <title>lvm extend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902197#M283176</link>
      <description>Hello ,&lt;BR /&gt;I would like to how can i extend teh file system .the box is having the online JFS.&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 21 Nov 2006 14:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902197#M283176</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2006-11-21T14:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: lvm extend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902198#M283177</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You do a&lt;BR /&gt;lvextend -L (size) lvol_name (/dev/vg00/lvolx&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;fsadm -b (size with a M for Mb) (mount_point)&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Tue, 21 Nov 2006 14:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902198#M283177</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2006-11-21T14:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: lvm extend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902199#M283178</link>
      <description># lvextend -L /dev/vgXX/lvolX</description>
      <pubDate>Tue, 21 Nov 2006 15:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902199#M283178</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-11-21T15:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: lvm extend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902200#M283179</link>
      <description>hello ,&lt;BR /&gt;i could not use fsadm ..what should be the procedure to extend the file system normaly with out online JFS.please help</description>
      <pubDate>Tue, 21 Nov 2006 15:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902200#M283179</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2006-11-21T15:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: lvm extend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902201#M283180</link>
      <description>I don't recall using fsadm, I only used lvextend -L size in mb /dev/vgXX/lvolX&lt;BR /&gt;&lt;BR /&gt;That should do it for you.  So say /dev/vg02/lvol1 is at 2000MB right now and you want to increase it to 3GB...type&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 3000 /dev/vg02/lvol1&lt;BR /&gt;&lt;BR /&gt;Then do a bdf and see if that worked.</description>
      <pubDate>Tue, 21 Nov 2006 15:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902201#M283180</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-11-21T15:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: lvm extend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902202#M283181</link>
      <description>Sorry, I was wrong.  You DO need fsadm.  Why is yours not working?  Do you get an error message?  If so, what does it say?</description>
      <pubDate>Tue, 21 Nov 2006 15:11:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902202#M283181</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-11-21T15:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: lvm extend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902203#M283182</link>
      <description>lvextend &lt;BR /&gt;followed by&lt;BR /&gt;extendfs /dev/vgXX/rlvolXX&lt;BR /&gt;fsck</description>
      <pubDate>Tue, 21 Nov 2006 15:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902203#M283182</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-11-21T15:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: lvm extend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902204#M283183</link>
      <description>Here are the steps BTW for extending it when you don't have onlineJFS:&lt;BR /&gt;&lt;BR /&gt;Unmount the file system.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;#umount /dev/vg01/lvol1 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Increase the size of the logical volume.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;#/usr/sbin/lvextend -L 1200 /dev/vg01/lvol1 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Note that the -L 1200 represents the new logical volume size in MB, not the increment in size.&lt;BR /&gt;&lt;BR /&gt;Increase the file system capacity to the same size as the logical volume. Notice the use of the character device file name.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;#extendfs /dev/vg01/rlvol1 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Re-mount the file system.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;#mount /dev/vg01/lvol1 /project &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Run bdf to confirm that the file system capacity has been increased.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Nov 2006 15:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902204#M283183</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-11-21T15:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: lvm extend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902205#M283184</link>
      <description>thanks. i was getting an error the volume group is not activated.</description>
      <pubDate>Tue, 21 Nov 2006 15:27:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902205#M283184</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2006-11-21T15:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: lvm extend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902206#M283185</link>
      <description>Did you activate it?&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vgXX</description>
      <pubDate>Tue, 21 Nov 2006 15:31:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902206#M283185</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-11-21T15:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: lvm extend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902207#M283186</link>
      <description>did you run vgchange -a y /dev/vg##?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Yang</description>
      <pubDate>Tue, 21 Nov 2006 15:32:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-problem/m-p/3902207#M283186</guid>
      <dc:creator>Yang Qin_1</dc:creator>
      <dc:date>2006-11-21T15:32:31Z</dc:date>
    </item>
  </channel>
</rss>

