<?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: sync error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sync-error/m-p/2435735#M4901</link>
    <description>Hi,&lt;BR /&gt;Try the following: &lt;BR /&gt;&lt;BR /&gt;1. Reduce the mirror and extend the mirror onto the same PV. if this doesn't fix.&lt;BR /&gt;&lt;BR /&gt;2. Try mirroring onto different PV. If this doesn't fix, then you may have to&lt;BR /&gt;&lt;BR /&gt;3. Take backup of filesystem and re-create the LV and filesystem on to the same LV's.&lt;BR /&gt;&lt;BR /&gt;I faced similar problem, which got solved after going through all the above 3 steps. So ur's might be solved by one of the above,, try them in the order.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 15 Aug 2000 06:37:22 GMT</pubDate>
    <dc:creator>Ramesh Donti</dc:creator>
    <dc:date>2000-08-15T06:37:22Z</dc:date>
    <item>
      <title>sync error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sync-error/m-p/2435732#M4898</link>
      <description>Ive got some stale extents on an lvol but I cant resync it, get the following error;&lt;BR /&gt;&lt;BR /&gt;lvsync: Couldn't re-synchronize stale partitions of the logical volume:&lt;BR /&gt;I/O error&lt;BR /&gt;lvsync: Couldn't resynchronize logical volume "/dev/vgar04/lvol1".&lt;BR /&gt;&lt;BR /&gt;What can I do to fix it ?&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2000 05:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sync-error/m-p/2435732#M4898</guid>
      <dc:creator>Michael Dalanek</dc:creator>
      <dc:date>2000-08-10T05:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: sync error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sync-error/m-p/2435733#M4899</link>
      <description>&lt;BR /&gt;This could be a long answer depending on your situation. Lets go for the easiest possible solution. Is your lvol mirrored ? if so, are the stale extents on the primary disk or the mirror ? use lvdisplay -v /dev/vgXX/lvolYY to see if the stale(s) are on PV1 (Primary) or PV2 (mirror). If theyre on PV2 then your in luck, simply remove the mirror using lvreduce -m 0 /dev/vgXX/lvolYY and that takes care of the stales. &lt;BR /&gt;&lt;BR /&gt;You can then either mirror it to another device, if available, or try extending it back to the same device with lvextend -m 1 /dev/vgXX/vlolYY /dev/dsk/cxxxxx. If it mirrors cleanly then your all fixed. If not you may have to remove PV2 from the volume group using vgreduce /dev/vgXX /dev/dsk/cxxxx and try using pvcreate -f on it then adding it back in and extending the mirror again. If the disk has some i/o errors on it you may have to try using mediainit on it the try adding it in again or replace the disk if you still get errors.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2000 06:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sync-error/m-p/2435733#M4899</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-10T06:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: sync error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sync-error/m-p/2435734#M4900</link>
      <description>sounds like you may have a duff disk as part of the vg.&lt;BR /&gt;use the lvdisplay/pvdisplay commands to check out what area this may be on.</description>
      <pubDate>Thu, 10 Aug 2000 06:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sync-error/m-p/2435734#M4900</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2000-08-10T06:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: sync error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sync-error/m-p/2435735#M4901</link>
      <description>Hi,&lt;BR /&gt;Try the following: &lt;BR /&gt;&lt;BR /&gt;1. Reduce the mirror and extend the mirror onto the same PV. if this doesn't fix.&lt;BR /&gt;&lt;BR /&gt;2. Try mirroring onto different PV. If this doesn't fix, then you may have to&lt;BR /&gt;&lt;BR /&gt;3. Take backup of filesystem and re-create the LV and filesystem on to the same LV's.&lt;BR /&gt;&lt;BR /&gt;I faced similar problem, which got solved after going through all the above 3 steps. So ur's might be solved by one of the above,, try them in the order.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Aug 2000 06:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sync-error/m-p/2435735#M4901</guid>
      <dc:creator>Ramesh Donti</dc:creator>
      <dc:date>2000-08-15T06:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: sync error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sync-error/m-p/2435736#M4902</link>
      <description>run a dd on the disk or lv.&lt;BR /&gt;dd if=/dev/dsk/c?t?d? of=/dev/null bs=4096k&lt;BR /&gt;or&lt;BR /&gt;dd if=/dev/vg00/lvol? of=/dev/null bs=4096k&lt;BR /&gt;if the dd comes out fine without an I/O error then the disk are fine. Try reducing the mirror by using the foll steps.&lt;BR /&gt;lvreduce -m 0 /dev/vg??/lvol? /dev/dsk/c?t?d?&lt;BR /&gt;vgreduce /dev/vg?? /dev/dsk/c?t?d?&lt;BR /&gt;vgextend /dev/vg?? /dev/dsk/c?t?d?&lt;BR /&gt;lvextend -m 1 /dev/vg??/lvol? /dev/dsk/c?t?d?&lt;BR /&gt;vgsync /dev/vg??&lt;BR /&gt;Hope that helps.</description>
      <pubDate>Tue, 15 Aug 2000 09:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sync-error/m-p/2435736#M4902</guid>
      <dc:creator>Vincente Fernandes</dc:creator>
      <dc:date>2000-08-15T09:06:24Z</dc:date>
    </item>
  </channel>
</rss>

