<?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: extendfs !!!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884920#M401249</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, you need to add 10GB to existing 35GB to make it 45GB file system&lt;BR /&gt;&lt;BR /&gt;#lvextend -L 46080 /dev/vgxx/lvolx&lt;BR /&gt;would make the file syetm of size 45GB</description>
    <pubDate>Thu, 10 Feb 2005 01:15:45 GMT</pubDate>
    <dc:creator>Ravi_8</dc:creator>
    <dc:date>2005-02-10T01:15:45Z</dc:date>
    <item>
      <title>extendfs !!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884915#M401244</link>
      <description>I need to extend one of my logical vol (lvol12).  Together with lvextend should I use 'extendfs' also.  Or 'lvextend' is sufficient.   Is 'extendfs' post-requirement of 'lvextend' ?</description>
      <pubDate>Wed, 09 Feb 2005 23:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884915#M401244</guid>
      <dc:creator>Deepu Chakravarty</dc:creator>
      <dc:date>2005-02-09T23:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs !!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884916#M401245</link>
      <description>After doing lvextend (which expands the size of the LV) you must do either extendfs (if you don't have Online JFS) or fsadm (if you DO have Online JFS) to expand the filesystem size.&lt;BR /&gt;&lt;BR /&gt;If you do not have Online JFS you will have to umount the filesystem, run extendfs, and remount the filesystem.&lt;BR /&gt;&lt;BR /&gt;If you do have Online JFS you can just run 'fsadm -b new_size_in_blocks' to resize the filesystem.  No unmount required.&lt;BR /&gt;&lt;BR /&gt;man extendfs&lt;BR /&gt;&lt;BR /&gt;man fsadm &lt;BR /&gt;&lt;BR /&gt;for more details.</description>
      <pubDate>Wed, 09 Feb 2005 23:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884916#M401245</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-02-09T23:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs !!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884917#M401246</link>
      <description>Hi &lt;BR /&gt;If you want to extend your Logical volume, you need to use both lvextend and extendfs as follows:&lt;BR /&gt;&lt;BR /&gt;# lvextend -L &lt;NEW size="" in="" mb=""&gt; /dev/vgxx/lvolxx&lt;BR /&gt;&lt;BR /&gt;Then extend the filesystem using &lt;BR /&gt;# extendfs /dev/vgxx/lvolxx&lt;BR /&gt;&lt;BR /&gt;OR if you have online JFS use&lt;BR /&gt;# fsadm -F vxfs -b &lt;NEW size=""&gt;M &lt;/NEW&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;/NEW&gt;</description>
      <pubDate>Wed, 09 Feb 2005 23:16:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884917#M401246</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2005-02-09T23:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs !!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884918#M401247</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;first ensure that lvol12 is a filesystem.if it a raw volume you don't have to use extendfs&lt;BR /&gt;&lt;BR /&gt;(assuming lvol12 is in vg00)&lt;BR /&gt;&lt;BR /&gt;#fstyp /dev/vg00/lvol12&lt;BR /&gt;&lt;BR /&gt;a small change to  Con O'Kelly's answer &lt;BR /&gt;you should use rlvol instead of lvol when using extendfs.&lt;BR /&gt;&lt;BR /&gt;# lvextend -L &lt;NEW size="" in="" mb=""&gt; /dev/vg00/lvol12&lt;BR /&gt;&lt;BR /&gt;# extendfs -F vxfs /dev/vg00/rlvol12&lt;BR /&gt;(if your filesystem is vxfs)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;&lt;BR /&gt;&lt;/NEW&gt;</description>
      <pubDate>Wed, 09 Feb 2005 23:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884918#M401247</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2005-02-09T23:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs !!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884919#M401248</link>
      <description>Hi,&lt;BR /&gt;Thanks for the responses.&lt;BR /&gt;&lt;BR /&gt;I intend to extend sixe upto another 10GB (current allocated size is 35GB) to one lvol.&lt;BR /&gt;&lt;BR /&gt;when I give command 'lvextend -L 10240 /dev/vg00/lvolx, it is giving following message :&lt;BR /&gt;&lt;BR /&gt;lvextend: "LogicalExtentsNumber" is not bigger than current setting.&lt;BR /&gt;&lt;BR /&gt;Should I add 10GB to 35GB and then give this extended value ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 01:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884919#M401248</guid>
      <dc:creator>Deepu Chakravarty</dc:creator>
      <dc:date>2005-02-10T01:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs !!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884920#M401249</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, you need to add 10GB to existing 35GB to make it 45GB file system&lt;BR /&gt;&lt;BR /&gt;#lvextend -L 46080 /dev/vgxx/lvolx&lt;BR /&gt;would make the file syetm of size 45GB</description>
      <pubDate>Thu, 10 Feb 2005 01:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884920#M401249</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2005-02-10T01:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs !!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884921#M401250</link>
      <description>I got the desired replies.</description>
      <pubDate>Thu, 10 Feb 2005 04:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/4884921#M401250</guid>
      <dc:creator>Deepu Chakravarty</dc:creator>
      <dc:date>2005-02-10T04:44:08Z</dc:date>
    </item>
  </channel>
</rss>

