<?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 Vgextend in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248667#M551306</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;   One of my Server filesystem,which is in vg00 need to be extended as it is 80% full.&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol15   10485760 8298527 2051877   80% /usr/sap/DBI&lt;BR /&gt;&lt;BR /&gt;And the vgdisplay vg00 output is the following--&lt;BR /&gt;VG Name                     /dev/vg00&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                      16&lt;BR /&gt;Open LV                     16&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               4465&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            64&lt;BR /&gt;Total PE                    4455&lt;BR /&gt;Alloc PE                    3146&lt;BR /&gt;Free PE                     1309&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;Can anyone please share what all steps need to be done for ths to achieve.As root VG is having free PEs,I think I can directly go for an lvextend.Pls help..</description>
    <pubDate>Thu, 22 Jul 2010 07:04:57 GMT</pubDate>
    <dc:creator>kunjuttan</dc:creator>
    <dc:date>2010-07-22T07:04:57Z</dc:date>
    <item>
      <title>Vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248667#M551306</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;   One of my Server filesystem,which is in vg00 need to be extended as it is 80% full.&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol15   10485760 8298527 2051877   80% /usr/sap/DBI&lt;BR /&gt;&lt;BR /&gt;And the vgdisplay vg00 output is the following--&lt;BR /&gt;VG Name                     /dev/vg00&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                      16&lt;BR /&gt;Open LV                     16&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               4465&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            64&lt;BR /&gt;Total PE                    4455&lt;BR /&gt;Alloc PE                    3146&lt;BR /&gt;Free PE                     1309&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;Can anyone please share what all steps need to be done for ths to achieve.As root VG is having free PEs,I think I can directly go for an lvextend.Pls help..</description>
      <pubDate>Thu, 22 Jul 2010 07:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248667#M551306</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2010-07-22T07:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248668#M551307</link>
      <description>lvextend -L &lt;CURRENT_SIZE&gt; /dev/vg00/lvolX&lt;BR /&gt;&lt;BR /&gt;Do you have Online - JFS .? if not &lt;BR /&gt;&lt;BR /&gt;need to go to single user mode do&lt;BR /&gt;&lt;BR /&gt;extendfs -F vxfs /dev/vg00/rlvolx (pelase the Filesystem type )&lt;BR /&gt;&lt;BR /&gt;if u have on-line JFS..then go for fsadm....ie,&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b &lt;CURRENT_SIZE&gt; ..&lt;OR&gt;.. -o largefiles &lt;MOUNT point=""&gt; ..(If ur file is more than 2 GB then we  must go for it..)&lt;BR /&gt;The -o option cannot be used with the -b option.&lt;BR /&gt;hope this helps..&lt;BR /&gt;Thanks&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;/MOUNT&gt;&lt;/OR&gt;&lt;/CURRENT_SIZE&gt;&lt;/CURRENT_SIZE&gt;</description>
      <pubDate>Thu, 22 Jul 2010 09:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248668#M551307</guid>
      <dc:creator>Deepankar Panda</dc:creator>
      <dc:date>2010-07-22T09:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248669#M551308</link>
      <description>You can not add anymore disk, because the vg was created with the default limit of 16.&lt;BR /&gt;Why you have 16 disks in vg00, and what looks like maybe some application loaded in there - IMHO not a good setup.&lt;BR /&gt;&lt;BR /&gt;But, your question is lvextend.  &lt;BR /&gt;You have a little space left (1309)&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol5 |more&lt;BR /&gt;&lt;BR /&gt;I'm going to use the -l option here..and I'm going to say your going from 1000 pe to 1500 pe.&lt;BR /&gt;Find your lvol15 and how many physical extents used (pe).&lt;BR /&gt;Now if you don't want to specific which disk to use then:&lt;BR /&gt;lvextend -l 1500 /dev/vg00/lvol15&lt;BR /&gt;&lt;BR /&gt;To do it specifying disk:&lt;BR /&gt;lvextend -l 1500 /dev/vg00/lvol15 /dev/dsk/c1t2d3&lt;BR /&gt;&lt;BR /&gt;If you have online JFS than:&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol15 | more&lt;BR /&gt;Get the Mb total of lvol15&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b &lt;SIZEINMB&gt;m /usr/sap/DBI&lt;BR /&gt;&lt;BR /&gt;...and yes that is a small "m" right after the sizeinMB - no space.....&lt;BR /&gt;&lt;BR /&gt;If you have On-lineJFS then you do have umount the file system.  Since it looks like maybe it's an appl mountpoint, you might not have to go into single user.  However, if it's more /usr, than just /usr/sap...(some application) then you will have to go into single user to extend the old way.&lt;BR /&gt;&lt;BR /&gt;Rita&lt;/SIZEINMB&gt;</description>
      <pubDate>Thu, 22 Jul 2010 10:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248669#M551308</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2010-07-22T10:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248670#M551309</link>
      <description>oops typo...&lt;BR /&gt;&lt;BR /&gt;If you have OnLineJFS than you don't have to umount the file system.....</description>
      <pubDate>Thu, 22 Jul 2010 10:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248670#M551309</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2010-07-22T10:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248671#M551310</link>
      <description>Hi RCW,&lt;BR /&gt;&lt;BR /&gt;Current number of physical volumes in the volume group VG00 is one in vgdispaly output, then why he can't add anymore disk as maximim PV is set for 16.&lt;BR /&gt;&lt;BR /&gt;Hi Kunjuttan,&lt;BR /&gt;&lt;BR /&gt;I think you can go for extending the VG size by adding more PV, if u need. And you can extend your filesystem /usr/sap/DBI size as your VG has currently 1309*64MB size free.&lt;BR /&gt;&lt;BR /&gt;If you dont ahve online JFS:&lt;BR /&gt;First, increase the size of the logical volume.&lt;BR /&gt;#lvextend -L desired LV size in MB /dev/vg00/lvol15 &lt;BR /&gt;&lt;BR /&gt;Unmount the file system.&lt;BR /&gt;#umount /dev/vg00/lvol15 &lt;BR /&gt;&lt;BR /&gt;Extend the file system to occupy the entire LV size you extended.&lt;BR /&gt;#extendfs -F vxfs /dev/vg00/rlvol15 &lt;BR /&gt;&lt;BR /&gt;Remount the file system.&lt;BR /&gt;#mount /dev/vg00/lvol15 /usr/sap/DBI..&lt;BR /&gt;&lt;BR /&gt;If you have onlie JFS:&lt;BR /&gt;First, increase the size of the logical volume.&lt;BR /&gt;#lvextend -L desired LV size in MB /dev/vg00/lvol15&lt;BR /&gt;&lt;BR /&gt;Extend the file system to occupy the entire LV size you extended.&lt;BR /&gt;#fsadm -F vxfs -b &lt;DESIRES size="" in="" mb=""&gt;m /usr/sap/DBI....&lt;BR /&gt;&lt;BR /&gt;All the best...&lt;/DESIRES&gt;</description>
      <pubDate>Fri, 23 Jul 2010 02:59:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248671#M551310</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2010-07-23T02:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248672#M551311</link>
      <description>Kunjutta.....&lt;BR /&gt;&lt;BR /&gt;your PE size is 64 and your Free PE is 1309 that means you are having a free space of around 83776 Mb of space.if you requirement will suite inside this space then go for an lvextend&lt;BR /&gt;&lt;BR /&gt;otherwise you need to add an extra disk as your maximum no of pv is 16 and you had used only 1 in that you can add another disk to extend the vg &lt;BR /&gt;&lt;BR /&gt;pls go through this doc&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://staff.ustc.edu.cn/~lywang/handbook/HP_Unix/%C2%DF%BC%AD%BE%ED%B9%DC%C0%ED/swrc16.pdf" target="_blank"&gt;http://staff.ustc.edu.cn/~lywang/handbook/HP_Unix/%C2%DF%BC%AD%BE%ED%B9%DC%C0%ED/swrc16.pdf&lt;/A&gt; go through</description>
      <pubDate>Fri, 23 Jul 2010 04:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248672#M551311</guid>
      <dc:creator>Jestin John Chacko</dc:creator>
      <dc:date>2010-07-23T04:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248673#M551312</link>
      <description>Hi kunjuttan,&lt;BR /&gt;&lt;BR /&gt;- Stop app SAP/DBI&lt;BR /&gt;&lt;BR /&gt;# umount /dev/vg00/lvol15&lt;BR /&gt;&lt;BR /&gt;# lvextend -l total_extends_for_fs /dev/vg00/lvol15&lt;BR /&gt;&lt;BR /&gt;# extendfs /dev/vg00/rlvol15&lt;BR /&gt;&lt;BR /&gt;# mount /dev/vg00/lvol15  /usr/sap/DBI&lt;BR /&gt;&lt;BR /&gt;# bdf  /usr/sap/DBI&lt;BR /&gt;&lt;BR /&gt;- Start application&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jul 2010 07:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248673#M551312</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2010-07-23T07:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248674#M551313</link>
      <description>Thanx GURUS....Done..</description>
      <pubDate>Wed, 28 Jul 2010 04:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5248674#M551313</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2010-07-28T04:17:49Z</dc:date>
    </item>
  </channel>
</rss>

