<?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: Disk Space in HP UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322088#M877261</link>
    <description>Hai,&lt;BR /&gt;&lt;BR /&gt; We get the filesystems amount of storage with df command as like bdf command. &lt;BR /&gt; du command will give the disk usage on the filesystem now. &lt;BR /&gt; &lt;BR /&gt; machinfo command in latest HP-UX releases will give the memory details.&lt;BR /&gt; &lt;BR /&gt;vgdisplay (volume group ) and lvdisplay (logical volumes ) gives the disk usage of vg's and lv's&lt;BR /&gt;&lt;BR /&gt;vgdisplay details as&lt;BR /&gt;=====================&lt;BR /&gt; vgdisplay&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                      3&lt;BR /&gt;Open LV                     3&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               4328&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            16&lt;BR /&gt;Total PE                    4318&lt;BR /&gt;Alloc PE                    4318&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;VG Name                     /dev/vgscu&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                      8&lt;BR /&gt;Open LV                     8&lt;BR /&gt;Max PV                      1&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               8683&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    8681&lt;BR /&gt;Alloc PE                    8675&lt;BR /&gt;Free PE                     6&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;To get the lvdisplay use the logical volume from bdf or df command.&lt;BR /&gt;&lt;BR /&gt;example&amp;gt;&lt;BR /&gt;lvdisplay /dev/vgscu/lvdest1&lt;BR /&gt;LV Name                     /dev/vgscu/lvdest1&lt;BR /&gt;VG Name                     /dev/vgscu&lt;BR /&gt;LV Permission               read/write&lt;BR /&gt;LV Status                   available/syncd&lt;BR /&gt;Mirror copies               0&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    parallel&lt;BR /&gt;LV Size (Mbytes)            4600&lt;BR /&gt;Current LE                  1150&lt;BR /&gt;Allocated PE                1150&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   on&lt;BR /&gt;Allocation                  strict&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To get all lvdisplay informations from bdf use as like as,&lt;BR /&gt;bdf | grep "^[/]" | awk '{print "lvdisplay "$1}' | sh&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
    <pubDate>Sat, 03 Jul 2004 00:01:16 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-07-03T00:01:16Z</dc:date>
    <item>
      <title>Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322080#M877253</link>
      <description>Hi need to check out with you all how to check the available of disk space? what command to execute? lvdisplay? but i do not knw how to calculate when i do a lvdisplay. &lt;BR /&gt;&lt;BR /&gt;Really new to this, hope you can help. Thanks</description>
      <pubDate>Fri, 02 Jul 2004 20:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322080#M877253</guid>
      <dc:creator>Andy Cole_1</dc:creator>
      <dc:date>2004-07-02T20:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322081#M877254</link>
      <description>i think what you're wanting to look at is the bdf command. it will give you information on file systems</description>
      <pubDate>Fri, 02 Jul 2004 21:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322081#M877254</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2004-07-02T21:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322082#M877255</link>
      <description>to check the size of logical volumes, you'd use the lvdisplay command.  LV size is the size of the logical volume in megabytes&lt;BR /&gt;&lt;BR /&gt;you'd use the vgdisplay command to find out unused disk space in the volume group.  the unused space would be Free PE times the PE size</description>
      <pubDate>Fri, 02 Jul 2004 21:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322082#M877255</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2004-07-02T21:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322083#M877256</link>
      <description>thanks. Can give an example on how to check the disk space? on lvdisplay and vgdisplay? by default there are only one volume group rite? vg00&lt;BR /&gt;&lt;BR /&gt;If there are two hard disk, then it can be two volume group? vg00 and vg01? Or a single hard disk can have two volume group? What is diff between volume group and logical volume? &lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 02 Jul 2004 21:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322083#M877256</guid>
      <dc:creator>Andy Cole_1</dc:creator>
      <dc:date>2004-07-02T21:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322084#M877257</link>
      <description>bdf is a good command, if your concern is with mounted filesystems&lt;BR /&gt;&lt;BR /&gt;The lvdisplay you mention is a good command if your concern is a level lower.&lt;BR /&gt;&lt;BR /&gt;Myself, I use a little perl script I call vginfo.pl to make the vgdisplay info a little more dense. I'll include (wich will hose the proper formatting) and attach it here (for a nice layout). Give it a whirl with 'perl vginfo.pl'&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$cat vginfo.p&lt;BR /&gt;print "Type  Name                          Allocated    Total     Free\n";&lt;BR /&gt;print "----- -----------------------------  -------- -------- --------\n";&lt;BR /&gt;foreach $_ (`/usr/sbin/vgdisplay -v`) {&lt;BR /&gt;  if (/ PVG /) {&lt;BR /&gt;    $pvg = 1;  # Don't know what to do with Private Volume Groups&lt;BR /&gt;    next;&lt;BR /&gt;    }&lt;BR /&gt;  if ($pvg) {&lt;BR /&gt;    next unless (/^$/);&lt;BR /&gt;    $pvg = 0;&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;  if (/^(\s*\w\w) Name\s+(\S+)/) {&lt;BR /&gt;    $type = $1;&lt;BR /&gt;    $name = $2;&lt;BR /&gt;    $name =~ s/\/dev//;&lt;BR /&gt;    if ($type =~ /LV/) {&lt;BR /&gt;      $stripes = 0;&lt;BR /&gt;      foreach $_ (`/usr/sbin/lvdisplay /dev$name`) {&lt;BR /&gt;        $stripes = $1 if (/^Stripes\s+(\d+)/);&lt;BR /&gt;        $ssize = $1 if (/^Stripe S.*\s(\d+)/);&lt;BR /&gt;        }&lt;BR /&gt;      $name .= " $stripes x $ssize" if ($stripes);&lt;BR /&gt;      }&lt;BR /&gt;    }&lt;BR /&gt;  if (/^PE Size \(Mbytes\)\s+(\w+)/) {&lt;BR /&gt;    $pe = $1;&lt;BR /&gt;    $name = sprintf ("%-28s%2d", $name, $pe);&lt;BR /&gt;    }&lt;BR /&gt;  $alloc = int($1) if (/Allo.* PE\s+(\w+)/);&lt;BR /&gt;  $total = int($1) if (/Total PE\s+(\w+)/);&lt;BR /&gt;  $free = int($1) if (/Free PE\s+(\w+)/);&lt;BR /&gt;  if (/^$/) {&lt;BR /&gt;       if ( 0 == $alloc + $total + $blank_line++) {&lt;BR /&gt;            print "\n";&lt;BR /&gt;         } else {&lt;BR /&gt;            printf ("%-6s%-30s%9d%9d%9d\n",&lt;BR /&gt;           $type, $name, $pe * $alloc, $pe * $total, $pe * $free);&lt;BR /&gt;         }&lt;BR /&gt;       $name = $type = " ";&lt;BR /&gt;       $alloc = $total = $free = $blank_line = 0;&lt;BR /&gt;       }&lt;BR /&gt;  }&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ perl vginfo.p&lt;BR /&gt;Type  Name                          Allocated    Total     Free&lt;BR /&gt;----- -----------------------------  -------- -------- --------&lt;BR /&gt;VG    /vg00                       16    15648    69088    53440&lt;BR /&gt;   LV /vg00/lvol1                         304        0        0&lt;BR /&gt;   LV /vg00/lvol2                        4096        0        0&lt;BR /&gt;   LV /vg00/lvol3                         416        0        0&lt;BR /&gt;   &lt;SNIP&gt;&lt;BR /&gt;   :&lt;BR /&gt;   PV /dsk/c0t6d0s2                         0    69088    53440&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;VG    /vg_oltp                    32   614272   614272        0&lt;BR /&gt;   LV /vg_oltp/lv_oltp                 614272        0        0&lt;BR /&gt;&lt;BR /&gt;   PV /dsk/c24t0d1                          0   307136        0&lt;BR /&gt;   PV /dsk/c24t0d2                          0   307136        0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SNIP&gt;</description>
      <pubDate>Fri, 02 Jul 2004 21:27:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322084#M877257</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-07-02T21:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322085#M877258</link>
      <description>Andy,&lt;BR /&gt;&lt;BR /&gt;Welcome to HP-UX land.  A lot of the questions you have can be answered by going through some of the documentation available on &lt;A href="http://docs.hp.com" target="_blank"&gt;http://docs.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the Base HP-UX 11iv1 (11.11) site:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/os/11i/index.html" target="_blank"&gt;http://docs.hp.com/hpux/os/11i/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the "Managing Systems and Workgroups" manual.  For this particular question have a look through the "Administering a System: Managing Disks and Files" section.  &lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/5187-2216/5187-2216.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/5187-2216/5187-2216.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The docs site is absolutely invaluable.  It has almost all the HP-UX docs you could ever want.  I go to it fairly regularly!&lt;BR /&gt;&lt;BR /&gt;Good luck with HP-UX!</description>
      <pubDate>Fri, 02 Jul 2004 21:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322085#M877258</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-07-02T21:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322086#M877259</link>
      <description>any examples of vgdisplay and lvdisplay? &lt;BR /&gt;&lt;BR /&gt;Differences between them? and how to calculate the disk space? by the way, how to check how many disk is available? thanks</description>
      <pubDate>Fri, 02 Jul 2004 22:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322086#M877259</guid>
      <dc:creator>Andy Cole_1</dc:creator>
      <dc:date>2004-07-02T22:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322087#M877260</link>
      <description>Hi,&lt;BR /&gt;For your last Post:&lt;BR /&gt;The command for Number of disk:&lt;BR /&gt;#ioscan -fnC disk &lt;BR /&gt;&lt;BR /&gt;Note: this will also show you cd/dvd but that&lt;BR /&gt;will be written clearly.&lt;BR /&gt;&lt;BR /&gt;pvdisplay = physical volume which is normally refered to a disk in LVM.&lt;BR /&gt;&lt;BR /&gt;lvdisplay = logical volume display ( you can consider this as partitions on the disk).&lt;BR /&gt;&lt;BR /&gt;The disk capacity will be shown by diskinfo command i.e the disk is of what capacity.&lt;BR /&gt;The latest disks shows there capacity in ioscan.&lt;BR /&gt;&lt;BR /&gt;And many of your questions have been answered&lt;BR /&gt;by our friend Patrick.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jul 2004 23:51:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322087#M877260</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-07-02T23:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322088#M877261</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt; We get the filesystems amount of storage with df command as like bdf command. &lt;BR /&gt; du command will give the disk usage on the filesystem now. &lt;BR /&gt; &lt;BR /&gt; machinfo command in latest HP-UX releases will give the memory details.&lt;BR /&gt; &lt;BR /&gt;vgdisplay (volume group ) and lvdisplay (logical volumes ) gives the disk usage of vg's and lv's&lt;BR /&gt;&lt;BR /&gt;vgdisplay details as&lt;BR /&gt;=====================&lt;BR /&gt; vgdisplay&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                      3&lt;BR /&gt;Open LV                     3&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               4328&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            16&lt;BR /&gt;Total PE                    4318&lt;BR /&gt;Alloc PE                    4318&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;VG Name                     /dev/vgscu&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                      8&lt;BR /&gt;Open LV                     8&lt;BR /&gt;Max PV                      1&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               8683&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    8681&lt;BR /&gt;Alloc PE                    8675&lt;BR /&gt;Free PE                     6&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;To get the lvdisplay use the logical volume from bdf or df command.&lt;BR /&gt;&lt;BR /&gt;example&amp;gt;&lt;BR /&gt;lvdisplay /dev/vgscu/lvdest1&lt;BR /&gt;LV Name                     /dev/vgscu/lvdest1&lt;BR /&gt;VG Name                     /dev/vgscu&lt;BR /&gt;LV Permission               read/write&lt;BR /&gt;LV Status                   available/syncd&lt;BR /&gt;Mirror copies               0&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    parallel&lt;BR /&gt;LV Size (Mbytes)            4600&lt;BR /&gt;Current LE                  1150&lt;BR /&gt;Allocated PE                1150&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   on&lt;BR /&gt;Allocation                  strict&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To get all lvdisplay informations from bdf use as like as,&lt;BR /&gt;bdf | grep "^[/]" | awk '{print "lvdisplay "$1}' | sh&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
      <pubDate>Sat, 03 Jul 2004 00:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322088#M877261</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-07-03T00:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322089#M877262</link>
      <description>Quicklook doco.&lt;BR /&gt;&lt;BR /&gt;PV ====== Physical volume, this can be a disk or a lun from a disk array.&lt;BR /&gt;VG ====== Volume Group, a chunk of data made using one or more PV's.&lt;BR /&gt;LV ====== Logical Volume , A slice from the chunk (VG) on which you can create a filesystem.&lt;BR /&gt;&lt;BR /&gt;A PV must be exclusively allocated to only one VG at a time.&lt;BR /&gt;&lt;BR /&gt;So for eg. if u have disk1 and disk 2 of 10 GB each,&lt;BR /&gt;&lt;BR /&gt;Create VG "vgtest" by adding both this PV's (disk1 and disk2)&lt;BR /&gt;Create lv's as per ur requirement , it can be 1*20 GB,2*10 GB,4*5 GB, or 20*1 GB lvs.&lt;BR /&gt;&lt;BR /&gt;Create filesystems on the lv's that u have created or use it as raw (for informix or swap).&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Sat, 03 Jul 2004 00:10:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322089#M877262</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-07-03T00:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322090#M877263</link>
      <description>hi Andy,&lt;BR /&gt;welcome on this GOOD forum.I suggest you read some docs about HP-UX administration from docs.hp.com or better way (if it is possible in your case) is to take System &amp;amp; Network trainig from HP - very very good.&lt;BR /&gt;&lt;BR /&gt;But we will try to help you even on this forum, don't hesitate to post !&lt;BR /&gt;&lt;BR /&gt;free space of mounting file systems/logical volumes you get by bdf command&lt;BR /&gt;&lt;BR /&gt;number if disk you get from &lt;BR /&gt;ioscan -funC disk  :read column description, obviously there are even non-hdd devices (cdrom etc)&lt;BR /&gt;&lt;BR /&gt;or you can see&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v  :all disks are in section  -- Physical volumes -- on bottom of every volume group&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
      <pubDate>Sat, 03 Jul 2004 17:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322090#M877263</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-07-03T17:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322091#M877264</link>
      <description>vgdisplay details as&lt;BR /&gt;=====================&lt;BR /&gt;vgdisplay&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 3&lt;BR /&gt;Open LV 3&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 4328&lt;BR /&gt;VGDA 2&lt;BR /&gt;PE Size (Mbytes) 16&lt;BR /&gt;Total PE 4318&lt;BR /&gt;Alloc PE 4318&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;VG Name /dev/vgscu&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 8&lt;BR /&gt;Open LV 8&lt;BR /&gt;Max PV 1&lt;BR /&gt;Cur PV 1&lt;BR /&gt;Act PV 1&lt;BR /&gt;Max PE per PV 8683&lt;BR /&gt;VGDA 2&lt;BR /&gt;PE Size (Mbytes) 4&lt;BR /&gt;Total PE 8681&lt;BR /&gt;Alloc PE 8675&lt;BR /&gt;Free PE 6&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;Hi for the above example,&lt;BR /&gt;does it means that i have two hard disks? /dev/vg00 and /dev/vgscu&lt;BR /&gt;For the /dev/vg00, there are no available space left and the disk size is 4316 x 16MB?&lt;BR /&gt;And for /dev/vgscu, the space available is 6 x 4MB?&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Jul 2004 11:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322091#M877264</guid>
      <dc:creator>Andy Cole_1</dc:creator>
      <dc:date>2004-07-04T11:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322092#M877265</link>
      <description>The summary of all that is:&lt;BR /&gt;You have two LUNs (disk) one in /dev/vg00 and one in /dev/vgscu&lt;BR /&gt;That's correct there is no space available in /dev/vg00 in which to add to any volumes or create one. /dev/vgscu has a total of 24 Mb available.&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Jul 2004 16:46:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322092#M877265</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-07-04T16:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322093#M877266</link>
      <description>Here's a script:&lt;BR /&gt;&lt;BR /&gt;# vgmbinfo&lt;BR /&gt;Name           Total MB Used MB Available MB&lt;BR /&gt;/dev/vg00       69440   40080   29360&lt;BR /&gt;/dev/vg01       69448   69440   8&lt;BR /&gt;/dev/vg50       1345968 1345968 0&lt;BR /&gt;/dev/vg51       17408   2048    15360&lt;BR /&gt;/dev/vg52       241584  238080  3504&lt;BR /&gt;/dev/vg55       8704    6144    2560&lt;BR /&gt;/dev/vg56       69024   34512   34512&lt;BR /&gt;/dev/vg57       34512   25880   8632&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Jul 2004 19:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322093#M877266</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-04T19:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322094#M877267</link>
      <description>Hi Kapil Raj,&lt;BR /&gt;&lt;BR /&gt;A PV must be exclusively allocated to only one VG at a time.&lt;BR /&gt;&lt;BR /&gt;I think we can have multiple PV for a VG, right? And the maximum is up to 28 PV per a VG, right? Can I say a PV is equal to a physical hard disk?&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Mon, 05 Jul 2004 21:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322094#M877267</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2004-07-05T21:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322095#M877268</link>
      <description>Ngoh Chean Siung... Yes to most, except that '28'.&lt;BR /&gt;The absolute max PV is 255, but the max for a given Volume is set during vgcreate with the default being 16. Just check with 'man vgcreate'.&lt;BR /&gt;&lt;BR /&gt;Andy, &lt;BR /&gt;&lt;BR /&gt;In reading vgdisplay, one of the critical lines is 'PE Size (Mbytes) 4'. This refers to Physical Extent and is the unit of measurement for the rest of the story. In your case 4MB, for others 32MB.&lt;BR /&gt;Did you check my earlier reply and its attached script? YOu may find it a useful way to summarize vgdisplay data (it outputs in MB, not PE-sizes units.)&lt;BR /&gt;&lt;BR /&gt;Hein.</description>
      <pubDate>Mon, 05 Jul 2004 22:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-in-hp-ux/m-p/3322095#M877268</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-07-05T22:28:54Z</dc:date>
    </item>
  </channel>
</rss>

