<?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: How to get disksize? in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471981#M11971</link>
    <description>Note that using disklabel may return stale information. Modern disk sub systems allow the size of a LUN to be changed dynamically. This change is not reflected in the disklabel.&lt;BR /&gt;&lt;BR /&gt;Therefore I suggest to use the 2nd command suggested by Johan.&lt;BR /&gt;&lt;BR /&gt;If you are really desparate to get the latest information from the storage device, then you can use the "show capacity" command in "scu". This will query the device.&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Jan 2005 06:20:39 GMT</pubDate>
    <dc:creator>Han Pilmeyer</dc:creator>
    <dc:date>2005-01-27T06:20:39Z</dc:date>
    <item>
      <title>How to get disksize?</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471975#M11965</link>
      <description>Hi to all:&lt;BR /&gt;&lt;BR /&gt;I want to know who can see the size disks there are installed in my Tru64 box.&lt;BR /&gt;&lt;BR /&gt;Thank you !!!&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2005 17:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471975#M11965</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2005-01-26T17:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get disksize?</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471976#M11966</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;"sysconfig" can give you the entire system information. another way is by using "diskconfig",Looking into each disk will show you the disk size&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 00:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471976#M11966</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2005-01-27T00:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get disksize?</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471977#M11967</link>
      <description>On my system, I see that disklabel, diskconfig and sysconfig are executable by user "bin" and group "bin". So, I guess anyone belonging to this group would be able to see the disk size.</description>
      <pubDate>Thu, 27 Jan 2005 01:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471977#M11967</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2005-01-27T01:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get disksize?</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471978#M11968</link>
      <description>You can find out which diskdevices that are configurated in the system by "hwmgr -show scsi"&lt;BR /&gt;Then, by using "disklabel -r dsk(the-disk-device-number-from-above-command) will show you the size of the disks as well as the partitions. (i.e. "disklabel -r dsk5")&lt;BR /&gt;&lt;BR /&gt;  /JB</description>
      <pubDate>Thu, 27 Jan 2005 03:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471978#M11968</guid>
      <dc:creator>Joakim Brosten</dc:creator>
      <dc:date>2005-01-27T03:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get disksize?</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471979#M11969</link>
      <description>disklabel -r/df is the right command if you will get only the size. A "partition" can also consist of virtuell parititions so physical device information is irrelevant in this case.&lt;BR /&gt;&lt;BR /&gt;If you need the hardware (disktype etc.)information etc. use the other commands given in previous postings. Btw. if a san or disk array is used the information must be got on the storage controller itself.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 03:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471979#M11969</guid>
      <dc:creator>Ralf Puchner</dc:creator>
      <dc:date>2005-01-27T03:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get disksize?</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471980#M11970</link>
      <description>&lt;BR /&gt;If the disk is already partioned with disklabel, then try:&lt;BR /&gt;&lt;BR /&gt;disklabel dsk99 | grep " c:" | awk 'print $2/2048}'&lt;BR /&gt;&lt;BR /&gt;It gives you the size in megabytes.&lt;BR /&gt;&lt;BR /&gt;If the disk is not yet partitioned, then use:&lt;BR /&gt;&lt;BR /&gt;hwmgr get attrib -id 123 | grep capacity | awk '{print $3/2048}'&lt;BR /&gt;&lt;BR /&gt;__ Johan ;-)&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 05:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471980#M11970</guid>
      <dc:creator>Johan Brusche</dc:creator>
      <dc:date>2005-01-27T05:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get disksize?</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471981#M11971</link>
      <description>Note that using disklabel may return stale information. Modern disk sub systems allow the size of a LUN to be changed dynamically. This change is not reflected in the disklabel.&lt;BR /&gt;&lt;BR /&gt;Therefore I suggest to use the 2nd command suggested by Johan.&lt;BR /&gt;&lt;BR /&gt;If you are really desparate to get the latest information from the storage device, then you can use the "show capacity" command in "scu". This will query the device.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 06:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-get-disksize/m-p/3471981#M11971</guid>
      <dc:creator>Han Pilmeyer</dc:creator>
      <dc:date>2005-01-27T06:20:39Z</dc:date>
    </item>
  </channel>
</rss>

