<?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: Mirror Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-problem/m-p/4049588#M304205</link>
    <description>While your test of /dev/rdsk/cXtYdZ is a very good indication that the physical disks are ok, that says nothing about logical i/o with respect to LVM. For example, some of the LVM meta-data might be corrupt so that you are trying to write to block 1 zillion + 3 --- which is an invalid address. I would first do an lvdisplay -v /dev/vg00/rlvol1 and see if all LE's report sync'ed on the "good" disk. If so, you can probably fix this by starting the mirror process over. I assume that you did do a pvcreate -B when you started on this. The -B is essential for any disk that may be a boot disk.</description>
    <pubDate>Fri, 03 Aug 2007 21:33:03 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2007-08-03T21:33:03Z</dc:date>
    <item>
      <title>Mirror Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-problem/m-p/4049587#M304204</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have one rp3440 server running hpux 11.11 and I can't create mirror.&lt;BR /&gt;&lt;BR /&gt;vgsync: Couldn t re-synchronize stale partitions of the logical volume:&lt;BR /&gt;I/O error&lt;BR /&gt;&lt;BR /&gt;c2t0d0 - installed disk&lt;BR /&gt;c3t2d0 - secundary disk&lt;BR /&gt;&lt;BR /&gt;TESTS:&lt;BR /&gt;dd if=/dev/rdsk/c2t0d0 of=/dev/null bs=8192k --&amp;gt;passed&lt;BR /&gt;dd if=/dev/rdsk/c3t2d0 of=/dev/null bs=8192k --&amp;gt; passed&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg00/rlvol1 of=/dev/null --&amp;gt; IO/Error&lt;BR /&gt;&lt;BR /&gt;Can this be possible? When I executed dd on entire c2t0d0 without problem, this indicate a good disk?&lt;BR /&gt;&lt;BR /&gt;dd in rlvol1 returns error, why?&lt;BR /&gt;&lt;BR /&gt;Please, anyone have ideas?</description>
      <pubDate>Fri, 03 Aug 2007 20:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-problem/m-p/4049587#M304204</guid>
      <dc:creator>Wilder Mellotto</dc:creator>
      <dc:date>2007-08-03T20:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-problem/m-p/4049588#M304205</link>
      <description>While your test of /dev/rdsk/cXtYdZ is a very good indication that the physical disks are ok, that says nothing about logical i/o with respect to LVM. For example, some of the LVM meta-data might be corrupt so that you are trying to write to block 1 zillion + 3 --- which is an invalid address. I would first do an lvdisplay -v /dev/vg00/rlvol1 and see if all LE's report sync'ed on the "good" disk. If so, you can probably fix this by starting the mirror process over. I assume that you did do a pvcreate -B when you started on this. The -B is essential for any disk that may be a boot disk.</description>
      <pubDate>Fri, 03 Aug 2007 21:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-problem/m-p/4049588#M304205</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-03T21:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-problem/m-p/4049589#M304206</link>
      <description>Ok, this server have only one disk (c2t0d0) with hpux. This was my steps to Create mirror:&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c3t2d0 --&amp;gt;success&lt;BR /&gt;&lt;BR /&gt;vgextend vg00 /dev/dsk/c3t2d0 --&amp;gt;success&lt;BR /&gt;&lt;BR /&gt;mkboot /dev/rdsk/c3t2d0 --&amp;gt;success&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c3t2d0 --&amp;gt; fail IO error&lt;BR /&gt;&lt;BR /&gt;FSCK can fix this problem? Can i run fsck whitout problem on a mounted /stand?</description>
      <pubDate>Fri, 03 Aug 2007 21:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-problem/m-p/4049589#M304206</guid>
      <dc:creator>Wilder Mellotto</dc:creator>
      <dc:date>2007-08-03T21:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-problem/m-p/4049590#M304207</link>
      <description>No fsck works at a much higher abstraction level -- the file system --- than where your errors are occurring.</description>
      <pubDate>Fri, 03 Aug 2007 21:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-problem/m-p/4049590#M304207</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-03T21:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-problem/m-p/4049591#M304208</link>
      <description>I think if I were you, I would start the mirroring process over but first vgreduce the secondary disk out of vg00. You will have to use the -f flag on your new pvcreate to force reuse. Before mirroring, I would repeat you dd operation after vgreducing the secondary disk out of vg00. After reading from the full disk, I would set if=/dev/zero of=/dev/rdsk/c3t2d0 and make sure that you can write to the entire disk. If it passes both of those tests then you should be ok. The one thing that I am concerned about is that you already have stale extents on your original disk. If you have any stale extents on your original disk then you have what is technically referred to as "a mess". Do an lvdisplay -v of each LVOL in /dev/vg00 and confirm that all LE's are current. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Aug 2007 22:07:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-problem/m-p/4049591#M304208</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-03T22:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-problem/m-p/4049592#M304209</link>
      <description>BTW,&lt;BR /&gt;&lt;BR /&gt;Do you have HP-UX Mirror installed ?</description>
      <pubDate>Sat, 04 Aug 2007 13:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-problem/m-p/4049592#M304209</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2007-08-04T13:39:04Z</dc:date>
    </item>
  </channel>
</rss>

