<?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 FIND FREE DISK SPACE in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730450#M65246</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do a "string /etc/lvmtab" to look for the disks already configured into VG's. Then do a ioscan to find out all the disks on your system. Do a diskinfo -v /dev/rdsk/cxtydz for the unused disk to know their sizes. You can then decide on the no of the disks and then sizes you want to include in the VG.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Thu, 23 May 2002 15:13:31 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2002-05-23T15:13:31Z</dc:date>
    <item>
      <title>HOW TO FIND FREE DISK SPACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730449#M65245</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  I've a HP-UX-B.10.10 server connected to an EMC Disk array. I got my volume groups configured to use the disks in EMC. How do i know how much free disks are available in the EMC for creating one more volume group?&lt;BR /&gt;&lt;BR /&gt;Any help will be highly appreciated</description>
      <pubDate>Thu, 23 May 2002 15:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730449#M65245</guid>
      <dc:creator>ramesh_6</dc:creator>
      <dc:date>2002-05-23T15:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND FREE DISK SPACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730450#M65246</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do a "string /etc/lvmtab" to look for the disks already configured into VG's. Then do a ioscan to find out all the disks on your system. Do a diskinfo -v /dev/rdsk/cxtydz for the unused disk to know their sizes. You can then decide on the no of the disks and then sizes you want to include in the VG.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 23 May 2002 15:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730450#M65246</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-23T15:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND FREE DISK SPACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730451#M65247</link>
      <description>ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;Find the disk/LUN that is configured for the current volume group&lt;BR /&gt;&lt;BR /&gt;pvdisplay -v /dev/vg?? | more&lt;BR /&gt;look for PE Size and Free PE</description>
      <pubDate>Thu, 23 May 2002 15:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730451#M65247</guid>
      <dc:creator>Ron Cornwell</dc:creator>
      <dc:date>2002-05-23T15:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND FREE DISK SPACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730452#M65248</link>
      <description>I would use&lt;BR /&gt;&lt;BR /&gt;for i in `ls /dev/vg*`&lt;BR /&gt;do&lt;BR /&gt;vgdisplay -v $i | grep -i "free pe"&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;This of course assumes that your vg names follow a standard naming format.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Thu, 23 May 2002 15:18:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730452#M65248</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-05-23T15:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND FREE DISK SPACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730453#M65249</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;There should have been EMC software installed on your server.  run the command /usr/emc/ECC/bin/symmConsole for the gui interface.  There it should tell you what is allocated and free.  also you can do the traditional ioscan and strings lvmtab to determine this.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 23 May 2002 15:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730453#M65249</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-05-23T15:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND FREE DISK SPACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730454#M65250</link>
      <description>Hi ramesh,&lt;BR /&gt;&lt;BR /&gt;vgdisplay /dev/vg_name&lt;BR /&gt;&lt;BR /&gt;will give a Free PE value &amp;amp; a PE Size.&lt;BR /&gt;Multiply the two &amp;amp; that's the free space.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 23 May 2002 15:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730454#M65250</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-05-23T15:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND FREE DISK SPACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730455#M65251</link>
      <description>Hi Ramesh:&lt;BR /&gt;&lt;BR /&gt;Try these things:&lt;BR /&gt;&lt;BR /&gt;1) SAM - disk and file systems - disk devices (this will list you all "unused" disks)&lt;BR /&gt;2) Check with pvdisplay:&lt;BR /&gt;# pvdisplay -v device_path&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 23 May 2002 15:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730455#M65251</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-23T15:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND FREE DISK SPACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730456#M65252</link>
      <description>First ..&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;==&amp;gt; from the device files you can run ..&lt;BR /&gt;# diskinfo /dev/rdsk/cXtXdX&lt;BR /&gt;==&amp;gt; gives you the available size&lt;BR /&gt;&lt;BR /&gt;You would want to cross reference with what's already configured in you VG.&lt;BR /&gt;# vgdisplay -v | grep dsk&lt;BR /&gt;==&amp;gt; shows you just the disk device already configured in all of your VGs, so you do not want to use these to create a new VG.&lt;BR /&gt;&lt;BR /&gt;Also take note of alternate path because you do not want to include that in your calculation. Devices that appears in "ioscan" and not found in "vgdisplay" can be used for your new VG creation.</description>
      <pubDate>Thu, 23 May 2002 15:26:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730456#M65252</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-23T15:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND FREE DISK SPACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730457#M65253</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I think Sanjay has answered your principal question.  Note that you will find a collection of small-sized disks using 'diskinfo' to discover their sizes.  The small disks (~ 2-7MB or so) are called "gatekeepers" and are generally not used.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 23 May 2002 15:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730457#M65253</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-05-23T15:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND FREE DISK SPACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730458#M65254</link>
      <description>Hi ramesh,&lt;BR /&gt;&lt;BR /&gt; Sorry I didn't read your post thoroughly i.e. you wanted total EMC free space.&lt;BR /&gt;Depending on what EMC Control Center version you have you may/may not have access to a GUI.&lt;BR /&gt;But almost all versions have the inquiry command usually it's &lt;BR /&gt;/usr/emc/symcli/bin/syminq&lt;BR /&gt;&lt;BR /&gt;Insure that the EMC man pages (usually /usr/emc/symcli/man) are in your MANPATH &amp;amp; you can do a man on syminq&lt;BR /&gt;&lt;BR /&gt;A normal command would be &lt;BR /&gt;syminq /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;But you can just do a syminq &amp;amp; it'll display all EMC devices available to the host. This can then be matched against what /etc/lvmtab has to determine what's used/unused.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 23 May 2002 15:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730458#M65254</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-05-23T15:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND FREE DISK SPACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730459#M65255</link>
      <description>Thank you for all your help&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 May 2002 16:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730459#M65255</guid>
      <dc:creator>ramesh_6</dc:creator>
      <dc:date>2002-05-23T16:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND FREE DISK SPACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730460#M65256</link>
      <description>Hi (again) ramesh,&lt;BR /&gt;&lt;BR /&gt; One final note - which may actually be a warning.&lt;BR /&gt;IF there a multiple hosts connected to this EMC array AND this is an older array with older EMC SW that has not implemented zoning, it's entirely possible that you'll see devices that appear unused but are in fact in use by another host.&lt;BR /&gt;IF you pvcreate a device in use by another host, you'll essentially destroy the other host's data.&lt;BR /&gt;So unless you know for a fact that this is the ONLY host connected to this array, assume that unused devices are unused ONLY by this host &amp;amp; check for other host connections &amp;amp; if found the other hosts usage.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 23 May 2002 17:54:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730460#M65256</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-05-23T17:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND FREE DISK SPACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730461#M65257</link>
      <description>Hi Ramesh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There is a inq software which cretes a good o/p interms of all teh disk and there assignemts incase you are intersted i can send you that .&lt;BR /&gt;&lt;BR /&gt;I have attached a typical o/p which can be taken in a html format and seen through explorer.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Thu, 23 May 2002 18:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-free-disk-space/m-p/2730461#M65257</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-23T18:03:22Z</dc:date>
    </item>
  </channel>
</rss>

