<?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: lvextend help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-help/m-p/4385152#M349397</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you have online jfs, after extending lvol with lvextend, do:&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b 204800000 /&lt;MOUNT_POINT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/MOUNT_POINT&gt;</description>
    <pubDate>Sun, 22 Mar 2009 17:47:44 GMT</pubDate>
    <dc:creator>Kenan Erdey</dc:creator>
    <dc:date>2009-03-22T17:47:44Z</dc:date>
    <item>
      <title>lvextend help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-help/m-p/4385150#M349395</link>
      <description>hi&lt;BR /&gt;i have a server with 11.23, need to extend lv 100 gb, current size is also 100gb .this is production server , after that i need to extend file system same.&lt;BR /&gt;&lt;BR /&gt;can you tell me in command mode how i do?? &lt;BR /&gt;&lt;BR /&gt;lv name&lt;BR /&gt;&lt;BR /&gt;/dev/cs04p2l5/archcs03</description>
      <pubDate>Sun, 22 Mar 2009 16:52:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-help/m-p/4385150#M349395</guid>
      <dc:creator>Yogesh Yadav</dc:creator>
      <dc:date>2009-03-22T16:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-help/m-p/4385151#M349396</link>
      <description>hi;&lt;BR /&gt;&lt;BR /&gt;if you dont have onlinejfs than &lt;BR /&gt;&lt;BR /&gt;umount the corresponding filesystem&lt;BR /&gt;lvextend -L 200 /dev/cs04p2l5/archcs03 &lt;BR /&gt;extendfs /dev/cs04p2l5/rarchcs03&lt;BR /&gt;mount the filesystem&lt;BR /&gt;&lt;BR /&gt;Hasan</description>
      <pubDate>Sun, 22 Mar 2009 16:57:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-help/m-p/4385151#M349396</guid>
      <dc:creator>Hasan  Atasoy</dc:creator>
      <dc:date>2009-03-22T16:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-help/m-p/4385152#M349397</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you have online jfs, after extending lvol with lvextend, do:&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b 204800000 /&lt;MOUNT_POINT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/MOUNT_POINT&gt;</description>
      <pubDate>Sun, 22 Mar 2009 17:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-help/m-p/4385152#M349397</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2009-03-22T17:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-help/m-p/4385153#M349398</link>
      <description>Hi Yogesh,&lt;BR /&gt;&lt;BR /&gt;For lvextend follow as follows,&lt;BR /&gt;&lt;BR /&gt;#umount /mountpoint&lt;BR /&gt;# lvextend -L 204800 /dev/cs04p2l5/archcs03&lt;BR /&gt;# extendfs -F vxfs /dev/vg02/rarchcs03&lt;BR /&gt;#mount /dev/cs04p2l5/archcs03 /mountpoint&lt;BR /&gt;&lt;BR /&gt;204800MB=200GB= (currentsize+newsize)&lt;BR /&gt;&lt;BR /&gt;For Example,&lt;BR /&gt;&lt;BR /&gt;#umount /dcs_appl01&lt;BR /&gt;# lvextend -L 25600 /dev/vg02/lvol1&lt;BR /&gt;# extendfs -F vxfs /dev/vg02/rlvol1&lt;BR /&gt;#mount /dev/vg02/lvol1 /dcs_appl01&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur</description>
      <pubDate>Mon, 23 Mar 2009 03:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-help/m-p/4385153#M349398</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-03-23T03:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-help/m-p/4385154#M349399</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;to make sure that you have the OnlineJFS product installed you can have a look as&lt;BR /&gt;&lt;BR /&gt;#swlist -l product | grep -i online&lt;BR /&gt;&lt;BR /&gt;Also that the Product is validly Licensed, use&lt;BR /&gt;&lt;BR /&gt;#vxlicense -p&lt;BR /&gt;&lt;BR /&gt;If these are true then you can go for the extension of the FS as suggested in the earlier posts without getting the FS unmoounted and the applications accessing that FS runing.&lt;BR /&gt;&lt;BR /&gt;If  nit then you have to do that by unmounting, lvextend,extendfs and mount, and with that you shall have to stop the applications/ Databases stopped those are accessing this FS.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Mon, 23 Mar 2009 04:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-help/m-p/4385154#M349399</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-03-23T04:44:06Z</dc:date>
    </item>
  </channel>
</rss>

