<?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: unallocated disk space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599011#M647933</link>
    <description>You state 'unallocated' disks.  Now if these disks are attached to a vg than the vgdisplay will tell you what has not been extended out....BUT....&lt;BR /&gt;Since I'm not sure what kind of disk array you have...I'm not 100% sure what command to state.&lt;BR /&gt;If you have an EMC disk array you might want to use the 'inq' utility.  But bear in mind that will not report any disks that are being used as raw devices.&lt;BR /&gt;Or you may want to use the 'arraydsp' command.&lt;BR /&gt;If you have some different kind of disk array you may want to check to see what utilities they offer....&lt;BR /&gt;&lt;BR /&gt;Well, hope this helps get you started at least,&lt;BR /&gt;&lt;BR /&gt;Rit</description>
    <pubDate>Mon, 22 Oct 2001 17:26:34 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2001-10-22T17:26:34Z</dc:date>
    <item>
      <title>unallocated disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599006#M647928</link>
      <description>Not sure if this is the right forum or not, but it looks like the closest fit.&lt;BR /&gt;&lt;BR /&gt;Would someone be so kind as to share with me a command to return unallocated disk space?  I can get it using SAM, but I can't seem to find the right command to return this vaule.  Any thoughts?&lt;BR /&gt;&lt;BR /&gt;I am running 10.20.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Grant&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Oct 2001 17:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599006#M647928</guid>
      <dc:creator>Grant Wenstrand_1</dc:creator>
      <dc:date>2001-10-22T17:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: unallocated disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599007#M647929</link>
      <description>vgdisplay -v vgnamehere&lt;BR /&gt;&lt;BR /&gt;Then look for Free PE, where a PE is usually 4MB.</description>
      <pubDate>Mon, 22 Oct 2001 17:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599007#M647929</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-22T17:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: unallocated disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599008#M647930</link>
      <description>you can use the vgdisplay -v command to see the free extents on each VG.   Typically an extent is 4MB, so take the free extents and multiply by the PE size, i.e. 4MB to determine in MB the amount of free space on each VG.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Mon, 22 Oct 2001 17:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599008#M647930</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-22T17:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: unallocated disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599009#M647931</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you want unused disk space on a volume group that you should go with the command Harry gave you. If you want free space in a file system you can use the bdf command.&lt;BR /&gt;if you want free space of unused disks you can try finding it with sam.</description>
      <pubDate>Mon, 22 Oct 2001 17:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599009#M647931</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2001-10-22T17:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: unallocated disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599010#M647932</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# vgdisplay /dev/vgXX&lt;BR /&gt;&lt;BR /&gt;...will return the PE size in MB along with the amount allocated and unallocated.  Remember, 1MB=1024 KB.&lt;BR /&gt; &lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 22 Oct 2001 17:24:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599010#M647932</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-22T17:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: unallocated disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599011#M647933</link>
      <description>You state 'unallocated' disks.  Now if these disks are attached to a vg than the vgdisplay will tell you what has not been extended out....BUT....&lt;BR /&gt;Since I'm not sure what kind of disk array you have...I'm not 100% sure what command to state.&lt;BR /&gt;If you have an EMC disk array you might want to use the 'inq' utility.  But bear in mind that will not report any disks that are being used as raw devices.&lt;BR /&gt;Or you may want to use the 'arraydsp' command.&lt;BR /&gt;If you have some different kind of disk array you may want to check to see what utilities they offer....&lt;BR /&gt;&lt;BR /&gt;Well, hope this helps get you started at least,&lt;BR /&gt;&lt;BR /&gt;Rit</description>
      <pubDate>Mon, 22 Oct 2001 17:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599011#M647933</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-10-22T17:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: unallocated disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599012#M647934</link>
      <description>To get the unallocated disk space, you can do the following. &lt;BR /&gt;&lt;BR /&gt;1. Get the volume groups&lt;BR /&gt;&lt;BR /&gt;$/usr/sbin/vgdisplay -v |grep "VG Name" |awk '{print $3}'&lt;BR /&gt;(You will get a list here say vg00,vg01,vg02 etc.,)&lt;BR /&gt;$/usr/sbin/vgdisplay vgxx |grep "Free PE" |awk '{print $3}'      ---&amp;gt; A &lt;BR /&gt;(You will get the number of PEs free on this volume group.)&lt;BR /&gt;$/usr/sbin/vgdisplay vgxx |grep "PE Size" |awk {print $4}'           -----&amp;gt; B&lt;BR /&gt;(You will get the PE size here)&lt;BR /&gt;The total space available in this volume group is "Number of Free PE x PE Size" = AxB&lt;BR /&gt;&lt;BR /&gt;Repeat the above for all the volume groups listed in step 1.&lt;BR /&gt;&lt;BR /&gt;You will get free space in each volume group.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 22 Oct 2001 17:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599012#M647934</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-22T17:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: unallocated disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599013#M647935</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Vgdisplay -v can certainly be used to indicate unused LVM space; however, if you want to know much more about disk space and possibly unused physical volumes then the best is an old standby written by Peter Van Giel - lvmcollect.&lt;BR /&gt;&lt;BR /&gt;You can use it as is or modify it to your heart's content.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Mon, 22 Oct 2001 17:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599013#M647935</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-22T17:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: unallocated disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599014#M647936</link>
      <description>Hi (again) Grant:&lt;BR /&gt;&lt;BR /&gt;Rita's point is well taken.  I presume(d) that you are looking at a volume group.  To look at a physical disk (maybe just one of several in a vg), do:&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;...or to look merely at the capacity, regardless of whether the physical disk is configured with LVM or not, do:&lt;BR /&gt;&lt;BR /&gt;# diskinfo /dev/rdsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;...and note the use of the (r)aw device file in the 'diskinfo' syntax.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 22 Oct 2001 17:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599014#M647936</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-22T17:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: unallocated disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599015#M647937</link>
      <description>Thank you everyone for your replies.  Everyone was so generous with their answers.&lt;BR /&gt;&lt;BR /&gt;Sridhar Bhaskarla, your answer was right on for what I was attempting to accomplish.&lt;BR /&gt;&lt;BR /&gt;Sorry for making all you guys DIG to figure out what I meant.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Grant&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Oct 2001 19:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unallocated-disk-space/m-p/2599015#M647937</guid>
      <dc:creator>Grant Wenstrand_1</dc:creator>
      <dc:date>2001-10-22T19:11:07Z</dc:date>
    </item>
  </channel>
</rss>

