<?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 Disk Space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741527#M618583</link>
    <description>Opps .. forgot the attachements.&lt;BR /&gt;&lt;BR /&gt;Here they are one is for LVM another for VxVM (I call the tools vginfo and dginfo respectively).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Mar 2006 10:23:29 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2006-03-01T10:23:29Z</dc:date>
    <item>
      <title>Total Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741521#M618577</link>
      <description>Hi&lt;BR /&gt;How do I check total disk space on HP_UX system.  BDF is showing each mounted file system available space, I want to get total space.  It is available in NCR UNIX_SV.  I am enclosing both out put.&lt;BR /&gt;Thanks and Regards</description>
      <pubDate>Wed, 01 Mar 2006 05:33:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741521#M618577</guid>
      <dc:creator>Mehmood Ansari_2</dc:creator>
      <dc:date>2006-03-01T05:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Total Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741522#M618578</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;Will let you know the allocated and free space in vg00. Samething applies for other LVOLs as well. Apart from this the unused disks can also be seen in &lt;BR /&gt;&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;Compare output with the one in&lt;BR /&gt;#strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 01 Mar 2006 05:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741522#M618578</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-03-01T05:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Total Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741523#M618579</link>
      <description>VERY dirty, you can elaborate :)&lt;BR /&gt;&lt;BR /&gt;bdf | grep -v kbytes | awk '{ sum += $2; } END { print sum; }'</description>
      <pubDate>Wed, 01 Mar 2006 05:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741523#M618579</guid>
      <dc:creator>Tiziano Contorno _</dc:creator>
      <dc:date>2006-03-01T05:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Total Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741524#M618580</link>
      <description>Hi Mehmood,&lt;BR /&gt;&lt;BR /&gt;       The query has been intiated by many in ITRC forum from time to time. The answer is "depends"..&lt;BR /&gt;&lt;BR /&gt;       We need to identify what are all disks in HPUX box is used for..&lt;BR /&gt;&lt;BR /&gt;       1) LVM disks is easier to track, say by /etc/lvmtab file.&lt;BR /&gt;&lt;BR /&gt;       2) VXVM disks are also quite easier to track ,say by vxdisk and vxprint commands.&lt;BR /&gt;&lt;BR /&gt;       But the real issue is , there is no way to track, whether a app or OS is using a set of disk in the raw device format. If you are a system admin for a Unix box, and u are sure, how the Disk is used as far as raw device utility goes,.. then you can calculate the total disk space available from calculating from LVM and VXVM subsystems. As such a script cannot be written to fetch the data, as the "raw device usage" part might render the output of the script inaccurate.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Wed, 01 Mar 2006 05:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741524#M618580</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-01T05:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Total Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741525#M618581</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;You can do #vgdisplay -v for all VGs and get the info.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Wed, 01 Mar 2006 06:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741525#M618581</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-03-01T06:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Total Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741526#M618582</link>
      <description>Mehmood,&lt;BR /&gt;&lt;BR /&gt;Peace!&lt;BR /&gt;&lt;BR /&gt;Please find attached 2 scripts I've adapted and developed.&lt;BR /&gt;&lt;BR /&gt;Hope it suits your needs. Or you can modify it to further suit your needs.&lt;BR /&gt;&lt;BR /&gt;Enjoy.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 10:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741526#M618582</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-03-01T10:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Total Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741527#M618583</link>
      <description>Opps .. forgot the attachements.&lt;BR /&gt;&lt;BR /&gt;Here they are one is for LVM another for VxVM (I call the tools vginfo and dginfo respectively).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 10:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741527#M618583</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-03-01T10:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Total Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741528#M618584</link>
      <description>Here's the other one:</description>
      <pubDate>Wed, 01 Mar 2006 10:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741528#M618584</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-03-01T10:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Total Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741529#M618585</link>
      <description>They're pretty curedely written.. so just improve on 'em.</description>
      <pubDate>Wed, 01 Mar 2006 10:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741529#M618585</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-03-01T10:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Total Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741530#M618586</link>
      <description>Hi Mehmood,&lt;BR /&gt;&lt;BR /&gt;I would do two things:&lt;BR /&gt;&lt;BR /&gt;1) Get the total disk size:&lt;BR /&gt;diskinfo /dev/rdsk/cXtYdZ&lt;BR /&gt;repeat for all disks in the VG&lt;BR /&gt;Add them all up&lt;BR /&gt;Divide by 2 IF the VG is mirrored&lt;BR /&gt;This will be the absolute max disk space available.&lt;BR /&gt;&lt;BR /&gt;2) Then get the free space:&lt;BR /&gt;vgdisplay /dev/vg_name&lt;BR /&gt;And multiply PE Size x Free PE&lt;BR /&gt;Divide by 2 IF the VG is mirrored.&lt;BR /&gt;This will be the unallocated space that *could* be added to the VG&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 01 Mar 2006 10:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741530#M618586</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-03-01T10:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Total Disk Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741531#M618587</link>
      <description>Thanks Nelson</description>
      <pubDate>Sun, 05 Mar 2006 14:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-disk-space/m-p/3741531#M618587</guid>
      <dc:creator>Mehmood Ansari_2</dc:creator>
      <dc:date>2006-03-05T14:28:18Z</dc:date>
    </item>
  </channel>
</rss>

