<?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 File System in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858054#M937063</link>
    <description>Hi Sylvie,&lt;BR /&gt;&lt;BR /&gt;be careful as you need at least a little free space on a filesystem before you can successfully extend it! One MB seems to be fine...&lt;BR /&gt;So your commands would look like (/dev/vg01/lvol2 mounted on /mnt2 to be increased to 2GB):&lt;BR /&gt;&lt;BR /&gt;lvextend -L 2048 /dev/vg01/lvol2&lt;BR /&gt;fsadm -F vxfs -b 2048M /mnt2&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
    <pubDate>Thu, 05 Dec 2002 10:33:01 GMT</pubDate>
    <dc:creator>Wodisch</dc:creator>
    <dc:date>2002-12-05T10:33:01Z</dc:date>
    <item>
      <title>Extend File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858049#M937058</link>
      <description>I increased one Volume Group and one Logical Volume.  Now I have to extend File System related to these VG and LV.  This File System is under Service Guard (DLVM).  What is command to extend this File System without using Sam.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2002 03:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858049#M937058</guid>
      <dc:creator>Sylvie Vezina</dc:creator>
      <dc:date>2002-12-05T03:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Extend File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858050#M937059</link>
      <description>If you have On-Line JFS installed, use fsadm. That will allow you to increase the FS w/o unmounting it. Else, unmount the filesystem, and use extendfs command &amp;amp; remount the FS.&lt;BR /&gt;&lt;BR /&gt;...Manjeet</description>
      <pubDate>Thu, 05 Dec 2002 03:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858050#M937059</guid>
      <dc:creator>Kellogg Unix Team</dc:creator>
      <dc:date>2002-12-05T03:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extend File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858051#M937060</link>
      <description>Could you give me the exact command to perform fsadm command.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 05 Dec 2002 04:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858051#M937060</guid>
      <dc:creator>Sylvie Vezina</dc:creator>
      <dc:date>2002-12-05T04:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extend File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858052#M937061</link>
      <description>check this doc&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062967363" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062967363&lt;/A&gt;</description>
      <pubDate>Thu, 05 Dec 2002 04:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858052#M937061</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-05T04:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extend File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858053#M937062</link>
      <description>Assuming its vxfs FS, the syntax would be -&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b &lt;NEW size="" in="" mb=""&gt;&lt;BR /&gt;&lt;BR /&gt;do "man fsadm" for more details/options.&lt;BR /&gt;&lt;BR /&gt;...Manjeet&lt;/NEW&gt;</description>
      <pubDate>Thu, 05 Dec 2002 05:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858053#M937062</guid>
      <dc:creator>Kellogg Unix Team</dc:creator>
      <dc:date>2002-12-05T05:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extend File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858054#M937063</link>
      <description>Hi Sylvie,&lt;BR /&gt;&lt;BR /&gt;be careful as you need at least a little free space on a filesystem before you can successfully extend it! One MB seems to be fine...&lt;BR /&gt;So your commands would look like (/dev/vg01/lvol2 mounted on /mnt2 to be increased to 2GB):&lt;BR /&gt;&lt;BR /&gt;lvextend -L 2048 /dev/vg01/lvol2&lt;BR /&gt;fsadm -F vxfs -b 2048M /mnt2&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2002 10:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858054#M937063</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-12-05T10:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extend File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858055#M937064</link>
      <description>Before doing any of the above commands you should first check which type of filesystem you actually have mounted on your logical volume, it might not be a good idea to just assume that it is vxfs.&lt;BR /&gt;&lt;BR /&gt;In order to do this you should issue the command:&lt;BR /&gt;mkfs -m /dev/vg{xx}/lvol{y}&lt;BR /&gt;For instance:&lt;BR /&gt;mkfs -m /dev/vg00/lvol1&lt;BR /&gt;mkfs -F hfs -L /dev/vg00/lvol1 69632 22 7 8192 1024 16 10 60 6228&lt;BR /&gt;This indicates that the logical volume, in this case /stand was created as hfs.&lt;BR /&gt;&lt;BR /&gt;mkfs -m /dev/vg00/lvol3&lt;BR /&gt;mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=3,inosize=256,logsize=1024,nolargefiles /dev/vg00/lvol3 86016&lt;BR /&gt;Whereas the root logical volume shown above is created with vxfs.&lt;BR /&gt;&lt;BR /&gt;Therefore depending on the results of this command you should substitute the correct term into the -F option of either fsadm or extendfs, depepending as mentioned by other posters as to whether you are performing the operation online or not.&lt;BR /&gt;&lt;BR /&gt;Hope this helps a bit,&lt;BR /&gt;&lt;BR /&gt;Robert Thorneycroft</description>
      <pubDate>Thu, 05 Dec 2002 10:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-file-system/m-p/2858055#M937064</guid>
      <dc:creator>Robert Thorneycroft</dc:creator>
      <dc:date>2002-12-05T10:52:39Z</dc:date>
    </item>
  </channel>
</rss>

