<?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: how to check the size of vg00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658795#M620804</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can see the free space allocated to file systems using bdf command.&lt;BR /&gt;&lt;BR /&gt;If you wish to see unallocated space in the vg then Free PE multiplied by PE Size will get that fot you. Allthough here as the free PE is zero, you do not have any space in the VG unallocated.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
    <pubDate>Thu, 27 Oct 2005 04:13:55 GMT</pubDate>
    <dc:creator>Devender Khatana</dc:creator>
    <dc:date>2005-10-27T04:13:55Z</dc:date>
    <item>
      <title>how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658779#M620785</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have vg00 vg i want to check the disk space of this vg,pls tell how to check</description>
      <pubDate>Thu, 27 Oct 2005 01:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658779#M620785</guid>
      <dc:creator>Karthick K S</dc:creator>
      <dc:date>2005-10-27T01:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658780#M620786</link>
      <description>#vgdisplay &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 27 Oct 2005 01:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658780#M620786</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-27T01:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658781#M620787</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;Free space (MB) = free PE x 4 PE size&lt;BR /&gt;&lt;BR /&gt;Check this for each Physical volume&lt;BR /&gt;&lt;BR /&gt;LV size in MB is given for each lvol&lt;BR /&gt;&lt;BR /&gt;If used PV = 2 or greater, then you have a mirrored disk</description>
      <pubDate>Thu, 27 Oct 2005 01:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658781#M620787</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-10-27T01:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658782#M620788</link>
      <description>vgdisplay vg00&lt;BR /&gt;&lt;BR /&gt;look at the output and note these values&lt;BR /&gt;&lt;BR /&gt;PE size&lt;BR /&gt;Total PEs&lt;BR /&gt;&lt;BR /&gt;multiply these two numbers the result is tha total capacity of the vg00 in megabytes.&lt;BR /&gt;&lt;BR /&gt;if you want to calculate free space, instead of Total PEs, use Free PEs.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Thu, 27 Oct 2005 01:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658782#M620788</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-10-27T01:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658783#M620789</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just run the cmd like&lt;BR /&gt;&lt;BR /&gt;# vgdisplay vg00&lt;BR /&gt;--- Volume groups ---&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                      6&lt;BR /&gt;Open LV                     6&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               4350&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            8&lt;BR /&gt;Total PE                    4340&lt;BR /&gt;Alloc PE                    4340&lt;BR /&gt;Free PE                     0&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;In the output observe for Alloc PE (eg:4340), and PE Size (Mbytes).&lt;BR /&gt;Caluclate now&lt;BR /&gt;actual size=Alloc PE * PE Size (Mbytes)&lt;BR /&gt;&lt;BR /&gt;CHeers,&lt;BR /&gt;Rajesh</description>
      <pubDate>Thu, 27 Oct 2005 01:55:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658783#M620789</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-10-27T01:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658784#M620790</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#vgdisplay -v /dev/vg00&lt;BR /&gt;&lt;BR /&gt;will give you all details.&lt;BR /&gt;&lt;BR /&gt;Check &lt;BR /&gt;&lt;BR /&gt;PE Size (Mbytes)            16              &lt;BR /&gt;Total PE                    17496   &lt;BR /&gt;Alloc PE                    14256   &lt;BR /&gt;Free PE                     3240    &lt;BR /&gt;&lt;BR /&gt;Total size of vg00 is &lt;BR /&gt;&lt;BR /&gt;=Total PE * PE Size&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Thu, 27 Oct 2005 01:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658784#M620790</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-10-27T01:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658785#M620791</link>
      <description>Just a correction here.&lt;BR /&gt;Look for Total PE and PE Size (Mbytes)&lt;BR /&gt;&lt;BR /&gt;Actual Size = Total PE * PE Size (Mbytes)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh</description>
      <pubDate>Thu, 27 Oct 2005 01:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658785#M620791</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-10-27T01:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658786#M620792</link>
      <description>vgdisplay vg00 | awk '/PE Size \(Mbytes\)/{s=$4}; /Free PE/{f=$3}; END{print s*f" Mbytes free space available on volume group."}' &lt;BR /&gt;&lt;BR /&gt;vgdisplay vg00 | awk '/PE Size \(Mbytes\)/{s=$4}; /Total PE/{f=$3}; END{print s*f" Mbytes total space on volume group."}' &lt;BR /&gt;&lt;BR /&gt;hth</description>
      <pubDate>Thu, 27 Oct 2005 01:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658786#M620792</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-10-27T01:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658787#M620793</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use 'vgdisplay' command :&lt;BR /&gt;&lt;BR /&gt;# vgdisplay /dev/vg00&lt;BR /&gt;&lt;BR /&gt;--- Volume groups ---&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                      14&lt;BR /&gt;Open LV                     14&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      2&lt;BR /&gt;Act PV                      2&lt;BR /&gt;Max PE per PV               4384&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            32&lt;BR /&gt;Total PE                    8748&lt;BR /&gt;Alloc PE                    1830&lt;BR /&gt;Free PE                     6918&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;From the example above, the size of vg00 is [Alloc PE x Free PE] = 1830 x 32 = 58560 Mbytes.&lt;BR /&gt;&lt;BR /&gt;You need also to check if the vg00 is mirrored or not. Check by using lvdisplay onto the logical volume at vg00. &lt;BR /&gt;&lt;BR /&gt;# lvdisplay /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;If mirrored, you need to devide it by the number of mirror + 1.&lt;BR /&gt;&lt;BR /&gt;Let say if from lvdisplay, you find mirror copies is 1, so the vg00 size above is 58560 / (1+1) = 58560 / 2 = 29280 MBytes.&lt;BR /&gt;&lt;BR /&gt;The condition above if all logical volume in vg00 is mirrored.&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Oct 2005 02:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658787#M620793</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2005-10-27T02:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658788#M620794</link>
      <description>how to check free space</description>
      <pubDate>Thu, 27 Oct 2005 03:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658788#M620794</guid>
      <dc:creator>Karthick K S</dc:creator>
      <dc:date>2005-10-27T03:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658789#M620795</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;adi should have explain how to retrieve free space from the output of vgdisplay:&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vg00&lt;BR /&gt; refer to Free PE where PE is in extents, thus to convert to MB, multiply by PE Size.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90692/vgdisplay.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90692/vgdisplay.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Thu, 27 Oct 2005 03:40:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658789#M620795</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-10-27T03:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658790#M620796</link>
      <description>link:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=763059&amp;amp;admit=-682735245+1130402918678+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=763059&amp;amp;admit=-682735245+1130402918678+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;view attached documents in this thread.&lt;BR /&gt;&lt;BR /&gt;Solution to ur lvm issues&lt;BR /&gt;&lt;BR /&gt;Awadhesh&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Oct 2005 03:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658790#M620796</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2005-10-27T03:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658791#M620797</link>
      <description>but in my server&lt;BR /&gt;&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                      12&lt;BR /&gt;Open LV                     12&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      2&lt;BR /&gt;Act PV                      2&lt;BR /&gt;Max PE per PV               4350&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            8&lt;BR /&gt;Total PE                    8680&lt;BR /&gt;Alloc PE                    8680&lt;BR /&gt;Free PE                     0&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;see Free PE is 0</description>
      <pubDate>Thu, 27 Oct 2005 03:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658791#M620797</guid>
      <dc:creator>Karthick K S</dc:creator>
      <dc:date>2005-10-27T03:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658792#M620798</link>
      <description>See attached doc&lt;BR /&gt;&lt;BR /&gt;Solution to ur lvm issues&lt;BR /&gt;&lt;BR /&gt;Awadhesh&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Oct 2005 03:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658792#M620798</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2005-10-27T03:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658793#M620800</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;this would mean u have allocated all your extents from that volume group, vg00.&lt;BR /&gt;&lt;BR /&gt;use bdf to check the available and used file system, if that is what u want to know.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Thu, 27 Oct 2005 03:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658793#M620800</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-10-27T03:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658794#M620802</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;this would mean u have allocated all your extents from that volume group, vg00.&lt;BR /&gt;&lt;BR /&gt;use "bdf" command to check the available and used file system, if that is what u want to know:&lt;BR /&gt;&lt;BR /&gt;# bdf&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Thu, 27 Oct 2005 03:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658794#M620802</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-10-27T03:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658795#M620804</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can see the free space allocated to file systems using bdf command.&lt;BR /&gt;&lt;BR /&gt;If you wish to see unallocated space in the vg then Free PE multiplied by PE Size will get that fot you. Allthough here as the free PE is zero, you do not have any space in the VG unallocated.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Thu, 27 Oct 2005 04:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658795#M620804</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-10-27T04:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658796#M620806</link>
      <description>use df and du command to check free space, &lt;BR /&gt;man df &lt;BR /&gt;man du&lt;BR /&gt;u can use&lt;BR /&gt;man lvdisplay&lt;BR /&gt;man vgdisplay&lt;BR /&gt;man pvdisplay&lt;BR /&gt;&lt;BR /&gt;Awadhesh&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Oct 2005 05:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658796#M620806</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2005-10-27T05:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658797#M620808</link>
      <description>Your VG status is as,&lt;BR /&gt;&lt;BR /&gt;VG Status available&lt;BR /&gt;&lt;BR /&gt;Total PE 8680&lt;BR /&gt;Alloc PE 8680&lt;BR /&gt;Free PE 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Free PE = Total PE - Alloc PE&lt;BR /&gt;       0       = 8680 - 8680&lt;BR /&gt;&lt;BR /&gt;It is stating correct information.&lt;BR /&gt;&lt;BR /&gt;# bdf will give file system usage statistics.&lt;BR /&gt;&lt;BR /&gt;My VG status is as,&lt;BR /&gt;&lt;BR /&gt;Total PE                    4374&lt;BR /&gt;Alloc PE                    639&lt;BR /&gt;Free PE                     3735&lt;BR /&gt;&lt;BR /&gt;They are calculated as per above calculation.&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
      <pubDate>Thu, 27 Oct 2005 05:34:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658797#M620808</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-27T05:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to check the size of vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658798#M620810</link>
      <description>Use the attached script - which I got from the forums and mod'ed.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Oct 2005 08:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-size-of-vg00/m-p/3658798#M620810</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2005-10-27T08:10:50Z</dc:date>
    </item>
  </channel>
</rss>

