<?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: extend LV in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028153#M430163</link>
    <description>extendfs always works. It makes filesystems larger BUT the filesystem cannot be mounted. Online JFS adds the capability to extend the filesystem without un-mounting.</description>
    <pubDate>Tue, 13 Feb 2007 09:22:43 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2007-02-13T09:22:43Z</dc:date>
    <item>
      <title>extend LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028147#M430157</link>
      <description>Dear Gurus,&lt;BR /&gt;         I want to extend LV before that some &lt;BR /&gt;questionsin my mind.&lt;BR /&gt;1) how to check online JFS is installed or not?&lt;BR /&gt;2) If online jfs is installed and I use command&lt;BR /&gt;  extendfs (after lvectend command) instade of fsadm command what will happen&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 13 Feb 2007 08:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028147#M430157</guid>
      <dc:creator>prash_1</dc:creator>
      <dc:date>2007-02-13T08:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: extend LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028148#M430158</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;for fisrst question, do&lt;BR /&gt;&lt;BR /&gt;swlist -l product |grep -i online&lt;BR /&gt;&lt;BR /&gt;if jfs online is installed , use fsadm&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b sizeM /dev/vgxx/lvolxx&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;L-DERLYN</description>
      <pubDate>Tue, 13 Feb 2007 08:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028148#M430158</guid>
      <dc:creator>Ludovic Derlyn</dc:creator>
      <dc:date>2007-02-13T08:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: extend LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028149#M430159</link>
      <description># swlist |grep -i online&lt;BR /&gt;  B3929CA                               B.11.11        HP OnLineJFS&lt;BR /&gt;&lt;BR /&gt;If you use extendfs, you will need to unmount the file system first, thus negating the advantage of OnlineJFS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 13 Feb 2007 08:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028149#M430159</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-02-13T08:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: extend LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028150#M430160</link>
      <description>The most obvious check if OnlineJFS is installed would actually be trying to extend the mounted filesystem after you have lvextended.&lt;BR /&gt;It would most likely moan that this isn't possible if it weren't installed.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;# lvextend -l $((no_curr_LEs + no_add_LEs) /dev/vg??/lvol?&lt;BR /&gt;&lt;BR /&gt;# lvdisplay /dev/vg??/lvol? | grep LV\ Size&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -b lv_sizeM /mount/of/lvol?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Feb 2007 08:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028150#M430160</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-02-13T08:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: extend LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028151#M430161</link>
      <description>Hi Prash,&lt;BR /&gt;&lt;BR /&gt;1) $ swlist -l product |grep JFS&lt;BR /&gt;The above command will return the product and version if it is installed&lt;BR /&gt;&lt;BR /&gt;2)  If it is installed, do the following to extend your filesystem:&lt;BR /&gt;1. Extend logical volume,&lt;BR /&gt;#lvextend -L 2000 /dev/vgxx/lvolxx&lt;BR /&gt;&lt;BR /&gt;2. Extend filesystem &lt;BR /&gt;#fsadm -b 2000m /filesystem&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Feb 2007 08:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028151#M430161</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2007-02-13T08:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: extend LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028152#M430162</link>
      <description>Hi;&lt;BR /&gt;&lt;BR /&gt;#swlist -l product |grep -i online&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;check if online JFS in installed.&lt;BR /&gt;&lt;BR /&gt;if not,&lt;BR /&gt;&lt;BR /&gt;u need to unmount the filesystem and run extendfs to increase the LV size.&lt;BR /&gt;&lt;BR /&gt;Cheers;&lt;BR /&gt;Indrajit Roy&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Feb 2007 09:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028152#M430162</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2007-02-13T09:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: extend LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028153#M430163</link>
      <description>extendfs always works. It makes filesystems larger BUT the filesystem cannot be mounted. Online JFS adds the capability to extend the filesystem without un-mounting.</description>
      <pubDate>Tue, 13 Feb 2007 09:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028153#M430163</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-02-13T09:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: extend LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028154#M430164</link>
      <description>thanks for your replies yesterday I extend lv</description>
      <pubDate>Wed, 21 Feb 2007 06:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-lv/m-p/5028154#M430164</guid>
      <dc:creator>prash_1</dc:creator>
      <dc:date>2007-02-21T06:25:33Z</dc:date>
    </item>
  </channel>
</rss>

