<?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: Need to find total disk space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492811#M363902</link>
    <description>there is a good script under header "A script tells total Disk size on the server; "  at address:&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1369505" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1369505&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Sep 2009 08:54:48 GMT</pubDate>
    <dc:creator>Hakki Aydin Ucar</dc:creator>
    <dc:date>2009-09-07T08:54:48Z</dc:date>
    <item>
      <title>Need to find total disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492805#M363896</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I need a command to find the total and used file system size of the disk . And also the command to find the total and used DB space.&lt;BR /&gt;&lt;BR /&gt;Can anyone guide me with commands ?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance !!!&lt;BR /&gt;&lt;BR /&gt;Thanks ,&lt;BR /&gt;Karthi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2009 08:18:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492805#M363896</guid>
      <dc:creator>Karthika_2</dc:creator>
      <dc:date>2009-09-07T08:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find total disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492806#M363897</link>
      <description>Karthi,&lt;BR /&gt;&lt;BR /&gt;bdf /&lt;MOUNTPOINT&gt; will provide useage details for a single mount point.&lt;BR /&gt;&lt;BR /&gt;vgdisplay will provide you with free space info within a volume group, see Total PE and Free PE.&lt;BR /&gt;&lt;BR /&gt;Is this what you were after ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Berd&lt;/MOUNTPOINT&gt;</description>
      <pubDate>Mon, 07 Sep 2009 08:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492806#M363897</guid>
      <dc:creator>Berd</dc:creator>
      <dc:date>2009-09-07T08:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find total disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492807#M363898</link>
      <description>Hi,&lt;BR /&gt;You could use the bdfmegs script &lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1326767" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1326767&lt;/A&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 07 Sep 2009 08:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492807#M363898</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-09-07T08:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find total disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492808#M363899</link>
      <description>Hi Karthi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; I complement the answer of Bernd with other command. &lt;BR /&gt; You can use "du -k" command to see the size of your directories.&lt;BR /&gt;&lt;BR /&gt; Regards, Jorge</description>
      <pubDate>Mon, 07 Sep 2009 08:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492808#M363899</guid>
      <dc:creator>Jorge Pons</dc:creator>
      <dc:date>2009-09-07T08:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find total disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492809#M363900</link>
      <description>Dear Karti&lt;BR /&gt;&lt;BR /&gt;Use bdf you will get all the required data from all the file systems, also for disk usage use du -sk.Please Go through the man pages of both.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 07 Sep 2009 08:35:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492809#M363900</guid>
      <dc:creator>Jestin John Chacko</dc:creator>
      <dc:date>2009-09-07T08:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find total disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492810#M363901</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt; Also you can use "diskinfo /dev/rdsk/cxtydz" to see the size of your physical disk.&lt;BR /&gt;&lt;BR /&gt; Regards, Jorge</description>
      <pubDate>Mon, 07 Sep 2009 08:45:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492810#M363901</guid>
      <dc:creator>Jorge Pons</dc:creator>
      <dc:date>2009-09-07T08:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find total disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492811#M363902</link>
      <description>there is a good script under header "A script tells total Disk size on the server; "  at address:&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1369505" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1369505&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2009 08:54:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-find-total-disk-space/m-p/4492811#M363902</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-09-07T08:54:48Z</dc:date>
    </item>
  </channel>
</rss>

