<?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: increase/extend a filesystem using vxfs.? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148643#M565746</link>
    <description>SKR and Denis,&lt;BR /&gt;&lt;BR /&gt;Are you sure that fsadm supports a flag like M ? As far as I known fsadm works only in sector, not in Mo, no more in Ko. But because sector size is usually 1024 octets, new size is usually assumed as Ko.&lt;BR /&gt;&lt;BR /&gt;==&amp;gt; fsadm -F vxfs -b $((10 * 1024 * 1024)) mountpoint&lt;BR /&gt;&lt;BR /&gt;Eric</description>
    <pubDate>Tue, 06 Jan 2009 11:39:47 GMT</pubDate>
    <dc:creator>Eric SAUBIGNAC</dc:creator>
    <dc:date>2009-01-06T11:39:47Z</dc:date>
    <item>
      <title>increase/extend a filesystem using vxfs.?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148635#M565738</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;How do you calculate the free space available , to increase/extend a filesystem using vxfs.?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Viney</description>
      <pubDate>Sun, 04 Jan 2009 07:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148635#M565738</guid>
      <dc:creator>Viney Kumar</dc:creator>
      <dc:date>2009-01-04T07:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: increase/extend a filesystem using vxfs.?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148636#M565739</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Your request lack details. For example,&lt;BR /&gt;which version of HP-UX do you use,&lt;BR /&gt;and do you have OnlineJFS, or do you&lt;BR /&gt;maybe use full version of Veritas Volume&lt;BR /&gt;Manager instead of Logical Volume Manager&lt;BR /&gt;(LVM)?&lt;BR /&gt;&lt;BR /&gt;Here are the basic details for LVM.&lt;BR /&gt;&lt;BR /&gt;a) Two simple ways to check if you have free&lt;BR /&gt;extents in a given volume group:&lt;BR /&gt;&lt;BR /&gt;# print_manifest&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# vgdisplay &lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;b) Once you confirm you have free space,&lt;BR /&gt;and assuming you have OnlineJFS:&lt;BR /&gt;&lt;BR /&gt;Run command lvexend(1m) to increase logical volume size.&lt;BR /&gt;&lt;BR /&gt;Then, run command fsadm(1m) to increase the&lt;BR /&gt;file system.&lt;BR /&gt;&lt;BR /&gt;c) If you DO NOT have OnlineJFS, then:&lt;BR /&gt;&lt;BR /&gt;Run command lvexend(1m) to increase the&lt;BR /&gt;logical volume size.&lt;BR /&gt;&lt;BR /&gt;Unmount the file system in question.&lt;BR /&gt;&lt;BR /&gt;Then, run command extendfs(1m) to increase&lt;BR /&gt;the file system.&lt;BR /&gt;&lt;BR /&gt;If you need more details on the syntax of the above commands, just check many threads&lt;BR /&gt;in this Forum, or use on-line manuals.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT&lt;BR /&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Sun, 04 Jan 2009 09:21:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148636#M565739</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2009-01-04T09:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: increase/extend a filesystem using vxfs.?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148637#M565740</link>
      <description>Hi Vinay,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suppose  u can see from the bdf O/p that /dev/vg02/lvol1 is mounted at /relay and /dev/vg02/lvol2 is mounted on /cucc2 and are of 80 GB and 600 GB respectively.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;U want to increase /relay to 130 GB and /cucc2 to 800 GB and that u have enough free PE available in the VG /dev/vg02.&lt;BR /&gt;&lt;BR /&gt;Whether enough Free PE are available in the VG vg02 are available or not u can check by following&lt;BR /&gt;&lt;BR /&gt;#vgdisplay â  v vg02&lt;BR /&gt;&lt;BR /&gt;Note the PE Size that is in MB and no of Free PEs and multiply them this gives u the Available Size in the VG /dev/vg02 in MB. Now depending on the Available size u can plan the extension.&lt;BR /&gt;&lt;BR /&gt;If enough Free PE are  not available in the VG then u will have to add more PVs that is Disks to te VG using the pvcreate and vgextend command like this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suppose u get a new disk /dev/dsk/c10t0d5.&lt;BR /&gt;&lt;BR /&gt;Then to add this disk to the VG u  need to do as &lt;BR /&gt;&lt;BR /&gt;#pvcreate /dev/rdsk/c10t0d5&lt;BR /&gt;#vgextend /dev/vg02 /dev/dsk/c10t0d5&lt;BR /&gt;&lt;BR /&gt;This shall add the PV to the VG and u can see an increase in the PEs in the VG by the amount of PEs that the disk has.&lt;BR /&gt;&lt;BR /&gt;Then do as following &lt;BR /&gt;&lt;BR /&gt;#lvextend -L 819200 /dev/vg02/lvol1                     This extends the lvol1 to 800 GB &lt;BR /&gt;#lvextend -L 133120 /dev/vg02/lvol2                     This extends lvol2 to 130 GB &lt;BR /&gt;&lt;BR /&gt;If u donâ  t have Online JFS &lt;BR /&gt;#umount /relay &lt;BR /&gt;#umount /cucc2 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Extend the Filesystems: &lt;BR /&gt;#extendfs -F vxfs /dev/vg02/rlvol1 &lt;BR /&gt;#extendfs -F vxfs /dev/vg02/rlvol2 &lt;BR /&gt;&lt;BR /&gt;#mount /dev/vg02/lvol2 /cucc2 &lt;BR /&gt;#mount /dev/vg02/lvol1 /relay&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Even if u dont have OnlineJFS lvextend, umount and extendfs shall take only minutes to get the things done.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Its will be good that u have OnlineJFS installed on ur system which helps u doing without disruption in work.&lt;BR /&gt;Following are the sample steps to the same task if u have OnlineJFS installed in ur system that u can check using #swlist â  l product â  l bundle | grep â  i Online JFS&lt;BR /&gt;Then follow the steps:&lt;BR /&gt;#lvextend -L &lt;TARGET_SIZE_OF_THELV_IN_MB&gt; &lt;LV_NAME&gt;                                 and do a subsequent &lt;BR /&gt;#fsadm -b &lt;TARGET_SIZE_OF_FILESYSTEM_IN_KILOBYTES&gt; /mount_point_of_the_FS&amp;gt;&lt;BR /&gt;&lt;BR /&gt;That is &lt;BR /&gt;&lt;BR /&gt;#lvextend -L 819200 /dev/vg02/lvol1                    this extends the lvol1 to 800 GB &lt;BR /&gt;# lvextend -L 133120 /dev/vg02/lvol2                   This extends lvol2 to 130 GB &lt;BR /&gt;&lt;BR /&gt;#fsadm â  F vxfs â  b 838860800 /cucc2&lt;BR /&gt;#fsadm â  F vxfs â  b 136314880 /relay&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;U need not do an unmounting of the filesystem or stopping the application if u have OnlineJFS installed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Sujit&lt;/TARGET_SIZE_OF_FILESYSTEM_IN_KILOBYTES&gt;&lt;/LV_NAME&gt;&lt;/TARGET_SIZE_OF_THELV_IN_MB&gt;</description>
      <pubDate>Sun, 04 Jan 2009 09:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148637#M565740</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-04T09:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: increase/extend a filesystem using vxfs.?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148638#M565741</link>
      <description>Hi Vinay,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;there is a minor correction in the beginning of the lines&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;"&lt;BR /&gt;Suppose u can see from the bdf O/p that /dev/vg02/lvol1 is mounted at /relay and /dev/vg02/lvol2 is mounted on /cucc2 and are of 80 GB and 600 GB respectively.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;U want to increase /relay to 130 GB and /cucc2 to 800 GB and that u have enough free PE available in the VG /dev/vg02."&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this should i n compliance to the remaining of the exersice stands as &lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Suppose u can see from the bdf O/p that /dev/vg02/lvol1 of 600 GB is mounted at /cucc2 and /dev/vg02/lvol2  of 80 GB is mounted on /relay and &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;U want to increase /cucc2 to 800 GB and /relay to 130 GB and that u have enough free PE available in the VG /dev/vg02.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards Sujit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Jan 2009 10:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148638#M565741</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-04T10:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: increase/extend a filesystem using vxfs.?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148639#M565742</link>
      <description>Example&lt;BR /&gt;&lt;BR /&gt;vgdisplay /dev/eva8k-01&lt;BR /&gt;&lt;BR /&gt;VG Name                     /dev/eva8k-01&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      4&lt;BR /&gt;Open LV                     4&lt;BR /&gt;Max PV                      255&lt;BR /&gt;Cur PV                      2&lt;BR /&gt;Act PV                      2&lt;BR /&gt;Max PE per PV               1599&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            64&lt;BR /&gt;Total PE                    3198&lt;BR /&gt;Alloc PE                    1760&lt;BR /&gt;Free PE                     1438&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;calculate free space&lt;BR /&gt;&lt;BR /&gt;Free PE * PE Size (Mbytes)= 1438 * 64&lt;BR /&gt;&lt;BR /&gt;Do&lt;BR /&gt;lvextend -L newsize(MB) lvolname&lt;BR /&gt;fsdam -F vxfs -b newsize(MB) mount_point&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jan 2009 07:06:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148639#M565742</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2009-01-05T07:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: increase/extend a filesystem using vxfs.?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148640#M565743</link>
      <description>Bonjour,&lt;BR /&gt;&lt;BR /&gt;Sorry SKR, but there is a mistake in your answer. If Viney does like this he will reduce the FS ...&lt;BR /&gt;&lt;BR /&gt;So in place of &lt;BR /&gt;&lt;BR /&gt;"fsdam -F vxfs -b newsize(MB) mount_point"&lt;BR /&gt;&lt;BR /&gt;You should read &lt;BR /&gt;&lt;BR /&gt;"fsdam -F vxfs -b newsize(KO) mount_point"&lt;BR /&gt;&lt;BR /&gt;Size of FS must be given in kilobytes&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Mon, 05 Jan 2009 16:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148640#M565743</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2009-01-05T16:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: increase/extend a filesystem using vxfs.?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148641#M565744</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Sorry, a little mistake from me. Actually i was telling to give capital M when you are specifying the size in MB. For Example ( for making 10 GB )&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b 10240M mountpoint&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Tue, 06 Jan 2009 10:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148641#M565744</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2009-01-06T10:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: increase/extend a filesystem using vxfs.?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148642#M565745</link>
      <description>&amp;gt;SKR: fsadm -F vxfs -b 10240M mountpoint&lt;BR /&gt;&lt;BR /&gt;You can also have the shell do the work for you:&lt;BR /&gt;fsadm -F vxfs -b $((10 * 1024))M mountpoint</description>
      <pubDate>Tue, 06 Jan 2009 10:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148642#M565745</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-06T10:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: increase/extend a filesystem using vxfs.?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148643#M565746</link>
      <description>SKR and Denis,&lt;BR /&gt;&lt;BR /&gt;Are you sure that fsadm supports a flag like M ? As far as I known fsadm works only in sector, not in Mo, no more in Ko. But because sector size is usually 1024 octets, new size is usually assumed as Ko.&lt;BR /&gt;&lt;BR /&gt;==&amp;gt; fsadm -F vxfs -b $((10 * 1024 * 1024)) mountpoint&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Tue, 06 Jan 2009 11:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148643#M565746</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2009-01-06T11:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: increase/extend a filesystem using vxfs.?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148644#M565747</link>
      <description>Check the volume group consists of your logical volume that want to be extended.&lt;BR /&gt;# vgdisplay vg_name&lt;BR /&gt;&lt;BR /&gt;check "Free PE" and "PE Size (Mbytes)", calculate Free PE x PE Size, for example:&lt;BR /&gt;Free PE                     1200&lt;BR /&gt;PE Size (Mbytes)            32&lt;BR /&gt;&lt;BR /&gt;free space available= 1200 x 32 = 38400 Mbytes &lt;BR /&gt;to increase filesystem, for ex: lvol1:&lt;BR /&gt;# lvextend -L new_size /dev/vg_name/lvol1&lt;BR /&gt;# umount /mount_point_name&lt;BR /&gt;# extendfs -F vxfs -o largefiles /dev/vg_name/rlvol1&lt;BR /&gt;# mount /mount_point_name&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jan 2009 06:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148644#M565747</guid>
      <dc:creator>yulianto piyut</dc:creator>
      <dc:date>2009-01-07T06:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: increase/extend a filesystem using vxfs.?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148645#M565748</link>
      <description>Thanks to all</description>
      <pubDate>Thu, 15 Jan 2009 00:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-extend-a-filesystem-using-vxfs/m-p/5148645#M565748</guid>
      <dc:creator>Viney Kumar</dc:creator>
      <dc:date>2009-01-15T00:13:31Z</dc:date>
    </item>
  </channel>
</rss>

