<?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: Finding the unallocated-disks/Free-disks. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267211#M333695</link>
    <description>Hi Sudha,&lt;BR /&gt;&lt;BR /&gt;/etc/lvmtab contains the all vgs and its pv respectively. so if its not a part of vg means its not part of lv.see if u r using  raw FS for oracle but that raw FS is nothing but the lv. and lv will be the part of vg. its ebntry will be in /etc/lvmtab. so that disk will not be a member of raw FS &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prashant</description>
    <pubDate>Thu, 11 Sep 2008 06:33:09 GMT</pubDate>
    <dc:creator>Prashanth Waugh</dc:creator>
    <dc:date>2008-09-11T06:33:09Z</dc:date>
    <item>
      <title>Finding the unallocated-disks/Free-disks.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267207#M333691</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;How to find the unallocated-disks/Free-disks in hpux.&lt;BR /&gt;&lt;BR /&gt;That disk should be part of LVM/VERITAS/ORACLE RAW FILESYSTEM.&lt;BR /&gt;&lt;BR /&gt;Please suggest.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sudhakaran.K</description>
      <pubDate>Thu, 11 Sep 2008 05:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267207#M333691</guid>
      <dc:creator>sudhapage</dc:creator>
      <dc:date>2008-09-11T05:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the unallocated-disks/Free-disks.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267208#M333692</link>
      <description>run "ioscan -funCdisk"   to find disks available in machine&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If the disk is not yet used in LVM then u get following output&lt;BR /&gt;&lt;BR /&gt;suxde034 # pvdisplay /dev/dsk/c17t1d0&lt;BR /&gt;pvdisplay: Couldn't find the volume group to which&lt;BR /&gt;physical volume "/dev/dsk/c17t1d0" belongs.&lt;BR /&gt;&lt;BR /&gt;If the disk is/was part of LVM use&lt;BR /&gt;&lt;BR /&gt;suxde900 # pvdisplay /dev/dsk/c3t1d0&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c3t1d0&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;PV Status                   available&lt;BR /&gt;Allocatable                 yes&lt;BR /&gt;VGDA                        2&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    2169&lt;BR /&gt;Free PE                     1418&lt;BR /&gt;Allocated PE                751&lt;BR /&gt;Stale PE                    0&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here u can look for &lt;BR /&gt;&lt;BR /&gt;Total PE                    2169&lt;BR /&gt;Free PE                     1418&lt;BR /&gt;Allocated PE                751&lt;BR /&gt;If "total PE" and "Free PE" are same means though disk is part of LVM it is free&lt;BR /&gt;&lt;BR /&gt;another way is vgdisplay -v vgname&lt;BR /&gt;at the end u get disks the VG is having and its PE statistics&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for ex:&lt;BR /&gt;   PV Name                     /dev/dsk/c3t1d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    2169&lt;BR /&gt;   Free PE                     1418&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;here "Total PE" and "free PE" are not matching means disk is used.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IS this what u expected?</description>
      <pubDate>Thu, 11 Sep 2008 06:04:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267208#M333692</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-09-11T06:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the unallocated-disks/Free-disks.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267209#M333693</link>
      <description>Hi Sudha,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#strings /etc/lvmtab | grep "cntndn"&lt;BR /&gt;&lt;BR /&gt;If its not a part of lvmtab means this disk is free on server. it is not used anywhere.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prashant</description>
      <pubDate>Thu, 11 Sep 2008 06:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267209#M333693</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-09-11T06:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the unallocated-disks/Free-disks.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267210#M333694</link>
      <description>Hi Sandeep/Prasanth,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;In my server, there are 400 disks are there in ioscan output. So I can't verify manually. Is there any script to verify the disks are free.&lt;BR /&gt;&lt;BR /&gt;That disks should not be in LVM/Veritas/Oracle RAW format disk,etc..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sudhakaran.K</description>
      <pubDate>Thu, 11 Sep 2008 06:13:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267210#M333694</guid>
      <dc:creator>sudhapage</dc:creator>
      <dc:date>2008-09-11T06:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the unallocated-disks/Free-disks.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267211#M333695</link>
      <description>Hi Sudha,&lt;BR /&gt;&lt;BR /&gt;/etc/lvmtab contains the all vgs and its pv respectively. so if its not a part of vg means its not part of lv.see if u r using  raw FS for oracle but that raw FS is nothing but the lv. and lv will be the part of vg. its ebntry will be in /etc/lvmtab. so that disk will not be a member of raw FS &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prashant</description>
      <pubDate>Thu, 11 Sep 2008 06:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267211#M333695</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-09-11T06:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the unallocated-disks/Free-disks.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267212#M333696</link>
      <description>Is there any script to list freedisks in the servers.&lt;BR /&gt;&lt;BR /&gt;In our server, there 400 EMC disks are there, so I can't verify individually.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sudhakaran.K</description>
      <pubDate>Thu, 11 Sep 2008 08:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267212#M333696</guid>
      <dc:creator>sudhapage</dc:creator>
      <dc:date>2008-09-11T08:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the unallocated-disks/Free-disks.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267213#M333697</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have VxVM initialized on your system then,&lt;BR /&gt;&lt;BR /&gt;vxdisk list&lt;BR /&gt;&lt;BR /&gt;should show you at least VxVM and LVM disks - I'm not sure whether it can identify raw Oracle disks, Oracle ASM disks or Oracle Clusterware registry/voting disks&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 11 Sep 2008 09:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267213#M333697</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-09-11T09:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the unallocated-disks/Free-disks.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267214#M333698</link>
      <description>vgdisplay -v|grep "PV Name"|awk '{print $NF}'&amp;gt;/tmp/lvmdisk&lt;BR /&gt;ioscan -funCdisk|awk '{print $NF}'|grep dev&amp;gt;/tmp/ioscandisk&lt;BR /&gt;&lt;BR /&gt;and compare two files</description>
      <pubDate>Thu, 11 Sep 2008 09:15:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267214#M333698</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-09-11T09:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the unallocated-disks/Free-disks.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267215#M333699</link>
      <description>Prashant wrote:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; if u r using raw FS for oracle but that raw FS is nothing but the lv.&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;It is not always true. For example Oracle 10g is capable of using disks even without sitting top of LVM.&lt;BR /&gt;&lt;BR /&gt;But as suggested, getting comparison from ioscan and lvmtab will be helpful here.&lt;BR /&gt;&lt;BR /&gt;If it is a prod box, go through the configuration doc if any. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2008 11:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-unallocated-disks-free-disks/m-p/4267215#M333699</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-09-11T11:56:16Z</dc:date>
    </item>
  </channel>
</rss>

