<?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/3348882#M192083</link>
    <description>Hi all&lt;BR /&gt;Thanks for your responses, I have tried everything you guys suggested. this the outcome :&lt;BR /&gt;&lt;BR /&gt;Franky, I tried the steps but whae I getto the part where I have to remove the LV I fail, the delete of vg as well fails and the pvremove. I am still stuck&lt;BR /&gt;&lt;BR /&gt;Steve and Ravi&lt;BR /&gt;I did dd and the output was: &lt;BR /&gt;dd if=/dev/rdsk/c13t2d7 of=/dev/null bs=1024k &lt;BR /&gt;209+0 records in&lt;BR /&gt;209+0 records out&lt;BR /&gt;&lt;BR /&gt;So I'm still stuck  &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Aug 2004 05:23:44 GMT</pubDate>
    <dc:creator>Bakang Moatlhodi</dc:creator>
    <dc:date>2004-08-04T05:23:44Z</dc:date>
    <item>
      <title>pvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/3348877#M192078</link>
      <description>&lt;BR /&gt;Wehn I run pvcreate on a disk it comes with an error : pvcreate -f /dev/rdsk/c13t2d7&lt;BR /&gt;pvcreate: writing LVM record: I/O error&lt;BR /&gt;&lt;BR /&gt;When i run the dd on the disk the output is okay. &lt;BR /&gt;&lt;BR /&gt;Then ran vgreduce but it failed, then i went and deleted the vg but the disk is not released. It still recognised it as attached to vg. &lt;BR /&gt;what should I do?&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2004 03:30:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/3348877#M192078</guid>
      <dc:creator>Bakang Moatlhodi</dc:creator>
      <dc:date>2004-08-04T03:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/3348878#M192079</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i think i was facing a similar problem some time ago. My solution was the following :&lt;BR /&gt;create a new vg&lt;BR /&gt;import the disk in the new vg&lt;BR /&gt;delete all the lv's&lt;BR /&gt;delete the vg&lt;BR /&gt;remove the disk from lvm (pvremove)&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Wed, 04 Aug 2004 03:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/3348878#M192079</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-08-04T03:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/3348879#M192080</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;dd reading is ok but there still could be a disk hardware failure which can be checked by attempting 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/c13t2d7 bs=64k count=160&lt;BR /&gt;&lt;BR /&gt;Should you get  I/O error replace the disk .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               Steve Steel</description>
      <pubDate>Wed, 04 Aug 2004 03:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/3348879#M192080</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-08-04T03:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/3348880#M192081</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Look like disk problem&lt;BR /&gt;&lt;BR /&gt;#dd if=/dev/rdsk/c13t2d7 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;check for any I/O errors &lt;BR /&gt;&lt;BR /&gt;post the o/p&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2004 03:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/3348880#M192081</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-08-04T03:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/3348881#M192082</link>
      <description>I use to say "an i/o error is an i/o error is an i/o error". :-) Please verify using tusc if indeed a write(2) to the rdsk device fails. Writing to the same area using dd(1) should show the same problem then.&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Wed, 04 Aug 2004 05:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/3348881#M192082</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-08-04T05:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/3348882#M192083</link>
      <description>Hi all&lt;BR /&gt;Thanks for your responses, I have tried everything you guys suggested. this the outcome :&lt;BR /&gt;&lt;BR /&gt;Franky, I tried the steps but whae I getto the part where I have to remove the LV I fail, the delete of vg as well fails and the pvremove. I am still stuck&lt;BR /&gt;&lt;BR /&gt;Steve and Ravi&lt;BR /&gt;I did dd and the output was: &lt;BR /&gt;dd if=/dev/rdsk/c13t2d7 of=/dev/null bs=1024k &lt;BR /&gt;209+0 records in&lt;BR /&gt;209+0 records out&lt;BR /&gt;&lt;BR /&gt;So I'm still stuck  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2004 05:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/3348882#M192083</guid>
      <dc:creator>Bakang Moatlhodi</dc:creator>
      <dc:date>2004-08-04T05:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/3348883#M192084</link>
      <description>Bakang,&lt;BR /&gt;It looks like disk problem.Initial sectors of the disk might have problem.&lt;BR /&gt;Replacement of disk should be soultion.</description>
      <pubDate>Thu, 12 Aug 2004 04:28:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-error/m-p/3348883#M192084</guid>
      <dc:creator>Thirumalaimurugan.V</dc:creator>
      <dc:date>2004-08-12T04:28:19Z</dc:date>
    </item>
  </channel>
</rss>

