<?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: total hard disk space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649849#M45775</link>
    <description>hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Another script&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;find /dev/rdsk|while read line&lt;BR /&gt;do&lt;BR /&gt;echo $line:$(diskinfo $line 2&amp;gt;&amp;amp;1)|grep size&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Or&lt;BR /&gt;find /dev/rdsk|while read line&lt;BR /&gt;do&lt;BR /&gt;echo $line:$(diskinfo $line 2&amp;gt;&amp;amp;1|grep size)&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;                  Steve Steel</description>
    <pubDate>Tue, 22 Jan 2002 12:30:44 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2002-01-22T12:30:44Z</dc:date>
    <item>
      <title>total hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649841#M45767</link>
      <description>Is there any command in HP-UX to find out total disk space available,on HP.&lt;BR /&gt;&lt;BR /&gt;thnks</description>
      <pubDate>Tue, 22 Jan 2002 11:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649841#M45767</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2002-01-22T11:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: total hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649842#M45768</link>
      <description>diskinfo /dev/rdsk/cxtyd0</description>
      <pubDate>Tue, 22 Jan 2002 11:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649842#M45768</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2002-01-22T11:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: total hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649843#M45769</link>
      <description>Hi,&lt;BR /&gt;# cd /dev/rdsk&lt;BR /&gt;#ls gives u the number of physical disks(cxtxdx,...) including CD_drive(which will be last one, usually)&lt;BR /&gt;#diskinfo /dev/rdsk/cxtxdx will show u the disksize in KB</description>
      <pubDate>Tue, 22 Jan 2002 11:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649843#M45769</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-01-22T11:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: total hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649844#M45770</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;df -bk will give you a good guide.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                Steve Steel</description>
      <pubDate>Tue, 22 Jan 2002 11:37:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649844#M45770</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-01-22T11:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: total hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649845#M45771</link>
      <description>Hi,&lt;BR /&gt;I want to get that using single command.&lt;BR /&gt;&lt;BR /&gt;is it possible.&lt;BR /&gt;&lt;BR /&gt;thnks&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2002 11:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649845#M45771</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2002-01-22T11:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: total hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649846#M45772</link>
      <description>#diskinfo /dev/rdsk/c3t6d0|grep size&lt;BR /&gt;               size: 8886762 Kbytes</description>
      <pubDate>Tue, 22 Jan 2002 11:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649846#M45772</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2002-01-22T11:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: total hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649847#M45773</link>
      <description>Hi,&lt;BR /&gt;I want  to know the total diskspace available in the system .using one command.&lt;BR /&gt;as df -bk will give only for the disk whixh has fs created, i want the total raw spacve available in the system.(for all tyhe disks)&lt;BR /&gt;&lt;BR /&gt;thnks</description>
      <pubDate>Tue, 22 Jan 2002 11:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649847#M45773</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2002-01-22T11:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: total hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649848#M45774</link>
      <description>nitin,&lt;BR /&gt;&lt;BR /&gt;The is no single command, but how about this attached script?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2002 12:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649848#M45774</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-01-22T12:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: total hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649849#M45775</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Another script&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;find /dev/rdsk|while read line&lt;BR /&gt;do&lt;BR /&gt;echo $line:$(diskinfo $line 2&amp;gt;&amp;amp;1)|grep size&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Or&lt;BR /&gt;find /dev/rdsk|while read line&lt;BR /&gt;do&lt;BR /&gt;echo $line:$(diskinfo $line 2&amp;gt;&amp;amp;1|grep size)&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;                  Steve Steel</description>
      <pubDate>Tue, 22 Jan 2002 12:30:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-hard-disk-space/m-p/2649849#M45775</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-01-22T12:30:44Z</dc:date>
    </item>
  </channel>
</rss>

