<?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 size of LV in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647424#M45181</link>
    <description>Hi Denton,&lt;BR /&gt;&lt;BR /&gt;This is the usual process for extending a logical volume.&lt;BR /&gt;&lt;BR /&gt;1. Unmount the file system.&lt;BR /&gt;#umount /filesystem&lt;BR /&gt;2. Extend the logical volume&lt;BR /&gt;#lvextend -L new_size /dev/vg??/lvol?&lt;BR /&gt;3. Extend the file system on the lvol&lt;BR /&gt;#extendfs /dev/vg??/lvol?&lt;BR /&gt;4. mount the lvol back&lt;BR /&gt;#mount /dev/vg??/lvol? /filesystem&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Thu, 17 Jan 2002 16:21:08 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2002-01-17T16:21:08Z</dc:date>
    <item>
      <title>Increasing size of LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647422#M45179</link>
      <description>Hi All,&lt;BR /&gt;I am having problems increasing the size of a logical volume and it is giving me the error:&lt;BR /&gt;&lt;BR /&gt;LV cannot be extended until the file system is able to umount.&lt;BR /&gt;&lt;BR /&gt;Any help in getting this done will be very helpful.&lt;BR /&gt;&lt;BR /&gt;Dee.</description>
      <pubDate>Thu, 17 Jan 2002 16:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647422#M45179</guid>
      <dc:creator>Denton Williams</dc:creator>
      <dc:date>2002-01-17T16:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647423#M45180</link>
      <description>&lt;BR /&gt;Unless you have a purchaseable product from HP called OnlineJFS you cannot extend an Lvol unless you unmount it, eg. /opt or ./var. If its an lvol in VG00 you will need to reboot in single user mode to do this. If its in another VG then you can try to umount it first, then lvextend it, then extendfs it, and remount it and youre done.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jan 2002 16:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647423#M45180</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-01-17T16:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647424#M45181</link>
      <description>Hi Denton,&lt;BR /&gt;&lt;BR /&gt;This is the usual process for extending a logical volume.&lt;BR /&gt;&lt;BR /&gt;1. Unmount the file system.&lt;BR /&gt;#umount /filesystem&lt;BR /&gt;2. Extend the logical volume&lt;BR /&gt;#lvextend -L new_size /dev/vg??/lvol?&lt;BR /&gt;3. Extend the file system on the lvol&lt;BR /&gt;#extendfs /dev/vg??/lvol?&lt;BR /&gt;4. mount the lvol back&lt;BR /&gt;#mount /dev/vg??/lvol? /filesystem&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 17 Jan 2002 16:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647424#M45181</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-01-17T16:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647425#M45182</link>
      <description>Hi Denton:&lt;BR /&gt;&lt;BR /&gt;Unless you have Online JFS, then you *do* need to unmount a filesystem to increase its size.&lt;BR /&gt;&lt;BR /&gt;You can verify that you have Online JFS by doing:&lt;BR /&gt;&lt;BR /&gt;# swlist|grep -i onlinejfs&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 17 Jan 2002 16:22:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647425#M45182</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-17T16:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647426#M45183</link>
      <description>Denton,&lt;BR /&gt;Do you have OnlineJFS, I am assuming not.&lt;BR /&gt;&lt;BR /&gt;Here is the process (this was in the doc I attached to your earlier post)&lt;BR /&gt;&lt;BR /&gt;IV) How to increase the size of a logical volume without online JFS&lt;BR /&gt;    (advanced JFS).&lt;BR /&gt;      Note: the following example is using the volume group vg01 and the&lt;BR /&gt;      logical volume lvhome &lt;BR /&gt;&lt;BR /&gt;      Note: Increasing the root filesystem (/) is not feasible&lt;BR /&gt;&lt;BR /&gt;      1) lvextend -L 240 /dev/vg01/lvhome&lt;BR /&gt;         The new total size will be 240M.&lt;BR /&gt;      2) umount /home&lt;BR /&gt;         Note: If the filesystem is in use, it is impossible to unmount it.&lt;BR /&gt;         Therefore stop all the processes (applications) that use the&lt;BR /&gt;         filesystem then unmount it.&lt;BR /&gt;         Processes that use /usr and /var cannot be all stopped,&lt;BR /&gt;         the only solution is to reboot in single user mode.&lt;BR /&gt;      3) extendfs -F vxfs /dev/vg01/rlvhome&lt;BR /&gt;      4) mount /dev/vg01/lvhome /home&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is the process with onlineJFS&lt;BR /&gt;&lt;BR /&gt;Extending a logical volume&lt;BR /&gt;lvextend ???L 770 /dev/vg00/lvol7&lt;BR /&gt;fsadm ???F vxfs ???b 770M /usr&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Thu, 17 Jan 2002 16:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647426#M45183</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-01-17T16:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647427#M45184</link>
      <description>you will need to unmount the filesystem the LV is mounted to.  Then extend the LV, don't forget to extend the filesystem also&lt;BR /&gt;&lt;BR /&gt;extendfd /filesystem&lt;BR /&gt;&lt;BR /&gt;then you can re-mount it</description>
      <pubDate>Thu, 17 Jan 2002 16:23:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647427#M45184</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2002-01-17T16:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647428#M45185</link>
      <description>Denton:&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;1)umount the file system&lt;BR /&gt;2)lvextend -L new size (in MB) lvname&lt;BR /&gt;3)newfs -F filesystem_type rlvname&lt;BR /&gt;4)mount file system&lt;BR /&gt;&lt;BR /&gt;You need to unmount the file system before you extend it.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 17 Jan 2002 16:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647428#M45185</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-17T16:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647429#M45186</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Since you don't have onlineJFS follow these steps to extend LV&lt;BR /&gt;&lt;BR /&gt;1. Verify there is sufficient space in the volume group&lt;BR /&gt;vgdisplay -v /dev/vgxx look for Free PE (4Mb physical extents).&lt;BR /&gt;&lt;BR /&gt;If the lvol is not in vg00:&lt;BR /&gt;&lt;BR /&gt;2 umount /dev/vgxx/lvolx&lt;BR /&gt;3. lvextend -L size_Mb /dev/vgxx/lvolx&lt;BR /&gt;&lt;BR /&gt;4. extendfs /dev/vgxx/rlvolx&lt;BR /&gt;&lt;BR /&gt;5. mount /dev/vgxx/lvolx&lt;BR /&gt;&lt;BR /&gt;USA...</description>
      <pubDate>Thu, 17 Jan 2002 16:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647429#M45186</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-01-17T16:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing size of LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647430#M45187</link>
      <description>Thanks for your help guy's, this is a little too complicated so I will find a way around it for now and address this issue at later date.&lt;BR /&gt;&lt;BR /&gt;Dee.</description>
      <pubDate>Thu, 17 Jan 2002 16:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-size-of-lv/m-p/2647430#M45187</guid>
      <dc:creator>Denton Williams</dc:creator>
      <dc:date>2002-01-17T16:48:54Z</dc:date>
    </item>
  </channel>
</rss>

