<?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 sizes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195536#M165564</link>
    <description>ioscan -C disk&lt;BR /&gt;will show something like:&lt;BR /&gt;1/2/0/0.3.0  disk  HP 36.4GMAN3367MC&lt;BR /&gt;&lt;BR /&gt;This is 36.4 G disk</description>
    <pubDate>Wed, 18 Feb 2004 10:05:56 GMT</pubDate>
    <dc:creator>Tomek Gryszkiewicz</dc:creator>
    <dc:date>2004-02-18T10:05:56Z</dc:date>
    <item>
      <title>Disk sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195534#M165562</link>
      <description>How can I find out the internal disk sizes from a command line.  I need this info for a script I am writing.</description>
      <pubDate>Wed, 18 Feb 2004 10:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195534#M165562</guid>
      <dc:creator>Midrange Systems Unix</dc:creator>
      <dc:date>2004-02-18T10:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disk sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195535#M165563</link>
      <description>its all here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=219723" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=219723&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Wed, 18 Feb 2004 10:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195535#M165563</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2004-02-18T10:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Disk sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195536#M165564</link>
      <description>ioscan -C disk&lt;BR /&gt;will show something like:&lt;BR /&gt;1/2/0/0.3.0  disk  HP 36.4GMAN3367MC&lt;BR /&gt;&lt;BR /&gt;This is 36.4 G disk</description>
      <pubDate>Wed, 18 Feb 2004 10:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195536#M165564</guid>
      <dc:creator>Tomek Gryszkiewicz</dc:creator>
      <dc:date>2004-02-18T10:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disk sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195537#M165565</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use the diskinfo command&lt;BR /&gt;&lt;BR /&gt;# diskinfo -v /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 18 Feb 2004 10:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195537#M165565</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-02-18T10:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Disk sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195538#M165566</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;# diskinfo /dev/rdsk/cXtXdX&lt;BR /&gt;and see the size row.&lt;BR /&gt;&lt;BR /&gt;man diskinfo&lt;BR /&gt;What you see is what you want!&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Wed, 18 Feb 2004 10:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195538#M165566</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-02-18T10:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Disk sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195539#M165567</link>
      <description>Yet another way:&lt;BR /&gt;&lt;BR /&gt;As long as the disk is part of a VG you can use the pvdisplay command.&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/c0t6d0&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c3t6d0&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;PV Status                   available                &lt;BR /&gt;Allocatable                 yes          &lt;BR /&gt;VGDA                        2   &lt;BR /&gt;Cur LV                      9      &lt;BR /&gt;PE Size (Mbytes)            16              &lt;BR /&gt;Total PE                    1093    &lt;BR /&gt;Free PE                     133     &lt;BR /&gt;Allocated PE                960         &lt;BR /&gt;Stale PE                    0       &lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;To find the size take the "PE Size" x "Total PE".  In this case 16 x 1093 = 17488 MB&lt;BR /&gt;&lt;BR /&gt;This is the size usable by LVM.  The information from diskinfo is the size reported by the disk, which may not all be usable.</description>
      <pubDate>Wed, 18 Feb 2004 10:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195539#M165567</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-02-18T10:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Disk sizes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195540#M165568</link>
      <description>As others have said, iocan -fnC disk and diskinfo /dev/rdsk/cXtXdX&lt;BR /&gt;&lt;BR /&gt;Also, if you are SAN attached, then you may have some other tools to look at:&lt;BR /&gt;&lt;BR /&gt;For example, if using EMC, check out the syminq command.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 18 Feb 2004 11:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-sizes/m-p/3195540#M165568</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-02-18T11:06:57Z</dc:date>
    </item>
  </channel>
</rss>

