<?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: pvcreate error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/4015867#M299385</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The LUN presented from storage will be visible to different hosts if the SAN zoning is not proper. &lt;BR /&gt;&lt;BR /&gt;If some other OS has put its signature (like Open VMS, Tru64,AIX) then you will see such errors.&lt;BR /&gt;&lt;BR /&gt;Ask your storage team to perform properly and present the LUN only to this host.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;BALAJI M.S</description>
    <pubDate>Sun, 10 Jun 2007 23:19:58 GMT</pubDate>
    <dc:creator>M.S. BALAJI</dc:creator>
    <dc:date>2007-06-10T23:19:58Z</dc:date>
    <item>
      <title>pvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/4015862#M299380</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;My storage team had created 3 luns for me. I hv done ioscan -fnC disk and run insf -C disk.&lt;BR /&gt;After that, while trying to create pv using pvcreate it is giving following error.&lt;BR /&gt;pvcreate: writing LVM record: Device busy&lt;BR /&gt;&lt;BR /&gt;Although I believe it is realted to storage, ur inputs are invaluable.</description>
      <pubDate>Fri, 08 Jun 2007 00:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/4015862#M299380</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2007-06-08T00:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/4015863#M299381</link>
      <description>Hi Arun,&lt;BR /&gt;&lt;BR /&gt;The error occured when writing the LVM resource areas on the physical volume.&lt;BR /&gt;&lt;BR /&gt;This might be due to a hardware failure of the disk.&lt;BR /&gt;&lt;BR /&gt;You can easily perform a read test with dd:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/[suspicious disk] of=/dev/null bs=1024k count=10&lt;BR /&gt;&lt;BR /&gt;This command reads the first 10 Mb from the disk. Usually, the LVM header does not exceed this value. Otherwise, increase the count value.&lt;BR /&gt;&lt;BR /&gt;If no error occurs, there still might be a hardware failure of the disk which has to be verified by writing to the disk.&lt;BR /&gt;&lt;BR /&gt;NOTE: All data will be lost.&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/[other disk] of=/dev/rdsk/[suspicious disk] bs=1024k count=10&lt;BR /&gt;&lt;BR /&gt;If you get an I/O error the disk should be replaced. Please follow the common procedures for replacing defective hard disks&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jun 2007 00:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/4015863#M299381</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2007-06-08T00:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/4015864#M299382</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Might be an idea to try pvcreate -f /dev/rdsk/c?t?d?. May be the lun's have been used on another system in the past, but this does sound more hardware related as you normally get a different error.&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jun 2007 05:45:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/4015864#M299382</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2007-06-08T05:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/4015865#M299383</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;If this is a SAN environment, check if other nodes have locks on these LUNs.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Fri, 08 Jun 2007 06:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/4015865#M299383</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-06-08T06:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/4015866#M299384</link>
      <description>Cross check with your storgae team that LUN was not allocated any where else. Check with them if this was used earlier. This would be sufficient to decide if we can do a force operation. &lt;BR /&gt;&lt;BR /&gt;I deally there should be a centralised information of the USED luns collected through any script by scanning/checking  all servers in the network. We  have the same established.</description>
      <pubDate>Sun, 10 Jun 2007 20:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/4015866#M299384</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-06-10T20:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/4015867#M299385</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The LUN presented from storage will be visible to different hosts if the SAN zoning is not proper. &lt;BR /&gt;&lt;BR /&gt;If some other OS has put its signature (like Open VMS, Tru64,AIX) then you will see such errors.&lt;BR /&gt;&lt;BR /&gt;Ask your storage team to perform properly and present the LUN only to this host.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;BALAJI M.S</description>
      <pubDate>Sun, 10 Jun 2007 23:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/4015867#M299385</guid>
      <dc:creator>M.S. BALAJI</dc:creator>
      <dc:date>2007-06-10T23:19:58Z</dc:date>
    </item>
  </channel>
</rss>

