<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098131#M600069</link>
    <description>What u did till the below command seems to be good.&lt;BR /&gt;&lt;BR /&gt;lvextend -L 81920 /dev/vg00/lvol9 &lt;BR /&gt;&lt;BR /&gt;You just need to unmount the fs now and do extendfs now and remount it. Thats all you need to do now. (This is incase of online JFS not there at your system)&lt;BR /&gt;#extendfs -F &lt;FSTYPE&gt; /dev/vg00/rlvol9&lt;BR /&gt;         -----------------------&lt;BR /&gt;The steps you performed just extended the logical volume but not the fs. Just to be clear here. Keep on further updates if I miss any.&lt;BR /&gt;&lt;BR /&gt;Thanks -ajeshvv&lt;BR /&gt;&lt;BR /&gt;&lt;/FSTYPE&gt;</description>
    <pubDate>Mon, 24 Mar 2008 08:58:40 GMT</pubDate>
    <dc:creator>AVV</dc:creator>
    <dc:date>2008-03-24T08:58:40Z</dc:date>
    <item>
      <title>lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098120#M600058</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am in process of extending an LV. I did,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#umount /applbsc&lt;BR /&gt;#lvextend -L 81920 /dev/vg00/lvol9 &lt;BR /&gt;#mount /dev/vg00/lvol9 /applbsc&lt;BR /&gt;&lt;BR /&gt;I was able to successfully extend it and got the message.&lt;BR /&gt;&lt;BR /&gt;But, the bdf was still showing it is 50 GB.&lt;BR /&gt;&lt;BR /&gt;When i checked with SAM, it was showing 80 GB, i tried rebooting the server. Still the bdf output was same. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now i have a huge tar file of 31 GB which i want to restore in this directory.&lt;BR /&gt;&lt;BR /&gt;What is the exact size of this lvol right now??&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance!&lt;BR /&gt;Sridhar</description>
      <pubDate>Sun, 16 Mar 2008 04:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098120#M600058</guid>
      <dc:creator>Sridhar R</dc:creator>
      <dc:date>2008-03-16T04:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098121#M600059</link>
      <description>Lvol is of 80 GB but the filesystem is of 50GB since you never extended the filesystem.&lt;BR /&gt;&lt;BR /&gt;You have to extend the filesystem after extending the lvol using extendfs after unmounting the filesystem.&lt;BR /&gt;&lt;BR /&gt;If you have online jfs then it could be done online using fsadm command.&lt;BR /&gt;&lt;BR /&gt;Once filesystem is extended then after mount you will see full 80GB space.</description>
      <pubDate>Sun, 16 Mar 2008 06:11:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098121#M600059</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2008-03-16T06:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098122#M600060</link>
      <description>now you need to extened your file system using the command if you have online JFS installed&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -b &lt;SIZE you="" wanna="" extened=""&gt;M /applbsc&lt;/SIZE&gt;</description>
      <pubDate>Sun, 16 Mar 2008 06:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098122#M600060</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-03-16T06:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098123#M600061</link>
      <description>Thanks for the reply!&lt;BR /&gt;&lt;BR /&gt;I hope i don't have online JFS. How to determine an online JFS is exixting or not??&lt;BR /&gt;&lt;BR /&gt;In case if i dont have it, how to extend??&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Mar 2008 07:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098123#M600061</guid>
      <dc:creator>Sridhar R</dc:creator>
      <dc:date>2008-03-16T07:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098124#M600062</link>
      <description>if u have online JFS installed in your machine, you can verify it with&lt;BR /&gt;&lt;BR /&gt;#swlist -l product|grep JFS&lt;BR /&gt;&lt;BR /&gt;and license in 11iv1 is&lt;BR /&gt;&lt;BR /&gt;#vxlicense -p&lt;BR /&gt;&lt;BR /&gt;and 11iv2 is&lt;BR /&gt;&lt;BR /&gt;#vxlicrep</description>
      <pubDate>Sun, 16 Mar 2008 07:54:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098124#M600062</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-03-16T07:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098125#M600063</link>
      <description>You can use "extendfs" to extend the filesystem offline.</description>
      <pubDate>Sun, 16 Mar 2008 08:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098125#M600063</guid>
      <dc:creator>Heiner E. Lennackers</dc:creator>
      <dc:date>2008-03-16T08:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098126#M600064</link>
      <description>use /usr/sbin/swlist -l product |grep -i JFS to check online jfs.&lt;BR /&gt;&lt;BR /&gt;Else unmount the filesystem as suggested above and use extendfs.</description>
      <pubDate>Sun, 16 Mar 2008 08:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098126#M600064</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2008-03-16T08:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098127#M600065</link>
      <description>Hi Sidhar,&lt;BR /&gt;&lt;BR /&gt;As you are not having online JFS Complete process should be:&lt;BR /&gt;&lt;BR /&gt;#umount /applbsc&lt;BR /&gt;#lvextend -L 81920 /dev/vg00/lvol9&lt;BR /&gt;#extendfs -F vxfs /dev/vg00/rlvol9&lt;BR /&gt;#mount /dev/vg00/lvol9 /applbsc&lt;BR /&gt;&lt;BR /&gt;Assuming your lvol9 FS is vxfs. &lt;BR /&gt;&lt;BR /&gt;-=ShRi=-</description>
      <pubDate>Sun, 16 Mar 2008 16:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098127#M600065</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2008-03-16T16:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098128#M600066</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Dear Sridhar&lt;BR /&gt;&lt;BR /&gt;first u have to clear online jfs is installed or not&lt;BR /&gt;swlist -l product | grep -i jfs&lt;BR /&gt;&lt;BR /&gt;once it is installed u can extend the file systm by usning fsadm without unmount&lt;BR /&gt;if u are extending logical volume u extending logical volume only not  file system&lt;BR /&gt;if u want to extend file system u have to use fsadm command.&lt;BR /&gt;&lt;BR /&gt;for example if u are extending &lt;BR /&gt;a logical volume 5 gb from 2 gb&lt;BR /&gt;u logical volume is extende upto 5 gb&lt;BR /&gt;but u file system is still 2 gb&lt;BR /&gt;this is concept behind it&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Mar 2008 08:10:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098128#M600066</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-03-22T08:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098129#M600067</link>
      <description>Dear Sudhir,&lt;BR /&gt;    I have exect steps, just follow it, if you don't have Online JFS.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Piyush Mathiya&lt;BR /&gt;&lt;BR /&gt;# umount /applbsc&lt;BR /&gt;# lvextend -L 81920 /dev/vg00/lvol9&lt;BR /&gt;# extendfs -F vxfs /dev/vg00/rlvol9&lt;BR /&gt;# mount /dev/vg00/lvol9 /applbsc&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Mar 2008 13:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098129#M600067</guid>
      <dc:creator>piyush mathiya</dc:creator>
      <dc:date>2008-03-22T13:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098130#M600068</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please do the following steps.&lt;BR /&gt;As you have already extended LV. You need to extend file systems also.&lt;BR /&gt;&lt;BR /&gt;# umount /applbsc&lt;BR /&gt;# extendfs -F vxfs /dev/vg00/rlvol9&lt;BR /&gt;# mount /dev/vg00/lvol9 /applbsc&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Kumar</description>
      <pubDate>Mon, 24 Mar 2008 08:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098130#M600068</guid>
      <dc:creator>B V B Kumar</dc:creator>
      <dc:date>2008-03-24T08:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098131#M600069</link>
      <description>What u did till the below command seems to be good.&lt;BR /&gt;&lt;BR /&gt;lvextend -L 81920 /dev/vg00/lvol9 &lt;BR /&gt;&lt;BR /&gt;You just need to unmount the fs now and do extendfs now and remount it. Thats all you need to do now. (This is incase of online JFS not there at your system)&lt;BR /&gt;#extendfs -F &lt;FSTYPE&gt; /dev/vg00/rlvol9&lt;BR /&gt;         -----------------------&lt;BR /&gt;The steps you performed just extended the logical volume but not the fs. Just to be clear here. Keep on further updates if I miss any.&lt;BR /&gt;&lt;BR /&gt;Thanks -ajeshvv&lt;BR /&gt;&lt;BR /&gt;&lt;/FSTYPE&gt;</description>
      <pubDate>Mon, 24 Mar 2008 08:58:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098131#M600069</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2008-03-24T08:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098132#M600070</link>
      <description>Thanks!</description>
      <pubDate>Tue, 25 Mar 2008 07:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098132#M600070</guid>
      <dc:creator>Sridhar R</dc:creator>
      <dc:date>2008-03-25T07:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098133#M600071</link>
      <description>Hi , &lt;BR /&gt;&lt;BR /&gt;Uhave to Extend trhe file system befor mount it &lt;BR /&gt;&lt;BR /&gt;use the following command&lt;BR /&gt;&lt;BR /&gt;#extendfs /dev/vg00/lvol9&lt;BR /&gt;&lt;BR /&gt;then run fsck on the rew file system &lt;BR /&gt;#fsck -F fstype /dev/vg00/rlvol9&lt;BR /&gt;month the file system &lt;BR /&gt;&lt;BR /&gt;# mount /dev/vg00/lvol9 /applbsc &lt;BR /&gt;&lt;BR /&gt;now check the file system using &lt;BR /&gt;&lt;BR /&gt;#bdf | grep /applbsc&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Apr 2008 22:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/5098133#M600071</guid>
      <dc:creator>Ajju</dc:creator>
      <dc:date>2008-04-02T22:30:27Z</dc:date>
    </item>
  </channel>
</rss>

