<?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 Disk space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851515#M825907</link>
    <description>Is there a report or command that will show how much disk space is on the Machine?  How much is being used? And how much is unallocated?</description>
    <pubDate>Mon, 25 Nov 2002 17:10:45 GMT</pubDate>
    <dc:creator>Jeff Hagstrom</dc:creator>
    <dc:date>2002-11-25T17:10:45Z</dc:date>
    <item>
      <title>Disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851515#M825907</link>
      <description>Is there a report or command that will show how much disk space is on the Machine?  How much is being used? And how much is unallocated?</description>
      <pubDate>Mon, 25 Nov 2002 17:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851515#M825907</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2002-11-25T17:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851516#M825908</link>
      <description>bdf or you can use showfree</description>
      <pubDate>Mon, 25 Nov 2002 17:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851516#M825908</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2002-11-25T17:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851517#M825909</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;bdf is the command you need.&lt;BR /&gt;&lt;BR /&gt;Regards, Vicente.</description>
      <pubDate>Mon, 25 Nov 2002 17:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851517#M825909</guid>
      <dc:creator>Vicente Sanchez_3</dc:creator>
      <dc:date>2002-11-25T17:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851518#M825910</link>
      <description>Hi Jeff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;how much sapce and how much is unallocated ,&lt;BR /&gt;&lt;BR /&gt;sam--&amp;gt;disks and file systems--&amp;gt;Volume Groups.&lt;BR /&gt; or you can run something like &lt;BR /&gt;&lt;BR /&gt;vgdisplay | grep PE | grep -v PV | grep -v Mb&lt;BR /&gt;&lt;BR /&gt;to know Total PE, Alloc PE and Free PE  volume grouop wise.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;there are some scripts which i collected from these forms only which u can use to get eh information  too .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Nov 2002 17:25:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851518#M825910</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-11-25T17:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851519#M825911</link>
      <description>Hi Jeff:&lt;BR /&gt;&lt;BR /&gt;Depending on what exactly you are looking for some combination of one or more of the following commands suffice:&lt;BR /&gt;&lt;BR /&gt;# ioscan&lt;BR /&gt;# diskinfo&lt;BR /&gt;# pvdisplay&lt;BR /&gt;# vgdisplay&lt;BR /&gt;# lvdisplay&lt;BR /&gt;# bdf&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 25 Nov 2002 17:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851519#M825911</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-11-25T17:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851520#M825912</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Yes, bdf will take care of filesystem space, but, if you have raw logical volume space (like database space for example), you need to also look at vgdisplay -v.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 25 Nov 2002 17:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851520#M825912</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-25T17:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851521#M825913</link>
      <description>Use ..&lt;BR /&gt;# bdf -l&lt;BR /&gt;to see the utilization of a configured and mounted filesystem space. It does not represent all available disk space.&lt;BR /&gt;Other commands and combination of commands are needed to determine the "unconfigured" disk space. For example ..&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;==&amp;gt; Take not of all disk paths.&lt;BR /&gt;# /etc/diskinfo /dev/rdsk/cXtXdX&lt;BR /&gt;==&amp;gt; Find out the capacity of a disk.&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;==&amp;gt; Find out which disks are configured with LVM.&lt;BR /&gt;.. and so on ..</description>
      <pubDate>Mon, 25 Nov 2002 17:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space/m-p/2851521#M825913</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-11-25T17:30:59Z</dc:date>
    </item>
  </channel>
</rss>

