<?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: vg00 strange sync error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951332#M290296</link>
    <description>Hi Daniel:&lt;BR /&gt;&lt;BR /&gt;This doesn't bode well for your disk.  I'd look for errors thusly:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c3t6d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 26 Feb 2007 09:36:48 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-02-26T09:36:48Z</dc:date>
    <item>
      <title>vg00 strange sync error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951331#M290295</link>
      <description>Hy,&lt;BR /&gt;&lt;BR /&gt;before,I patched my 11i box, i split the mirror in vg00, a couple of weeks after patching a merged the mirror, but i get an io error when syncing lvol1, as you can see here:&lt;BR /&gt;&lt;BR /&gt;tifon1:/# vgsync vg00&lt;BR /&gt;vgsync: Couldn't re-synchronize stale partitions of the logical volume:&lt;BR /&gt;I/O error&lt;BR /&gt;vgsync: Couldn't resynchronize logical volume "/dev/vg00/lvol1".&lt;BR /&gt;vgsync: Couldn't resynchronize volume group "vg00".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i have tried to re-do the mirror in that lvol:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tifon1:/HP# lvreduce -m 0 /dev/vg00/lvol1&lt;BR /&gt;Logical volume "/dev/vg00/lvol1" has been successfully reduced.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;tifon1:/HP# lvextend -m 1 /dev/vg00/lvol1&lt;BR /&gt;The newly allocated mirrors are now being synchronized. This operation will&lt;BR /&gt;take some time. Please wait ....&lt;BR /&gt;lvextend: Couldn't re-synchronize stale partitions of the logical volume:&lt;BR /&gt;I/O error&lt;BR /&gt;lvextend: Couldn't resynchronize logical volume "/dev/vg00/lvol1".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;its allways lp0:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tifon1:/HP# lvdisplay -v /dev/vg00/lvol1 | more&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg00/lvol1&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;LV Permission               read/write&lt;BR /&gt;LV Status                   available/stale&lt;BR /&gt;Mirror copies               1&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    parallel&lt;BR /&gt;LV Size (Mbytes)            304&lt;BR /&gt;Current LE                  38&lt;BR /&gt;Allocated PE                76&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   off&lt;BR /&gt;Allocation                  strict/contiguous&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV&lt;BR /&gt;   /dev/dsk/c0t6d0    38        38&lt;BR /&gt;   /dev/dsk/c3t6d0    38        38&lt;BR /&gt;&lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE    PV1                PE1   Status 1 PV2                PE2   Status 2&lt;BR /&gt;   00000 /dev/dsk/c0t6d0    00000 current  /dev/dsk/c3t6d0    00000 stale&lt;BR /&gt;   00001 /dev/dsk/c0t6d0    00001 current  /dev/dsk/c3t6d0    00001 current&lt;BR /&gt;   00002 /dev/dsk/c0t6d0    00002 current  /dev/dsk/c3t6d0    00002 current&lt;BR /&gt;   00003 /dev/dsk/c0t6d0    00003 current  /dev/dsk/c3t6d0    00003 current&lt;BR /&gt;   00004 /dev/dsk/c0t6d0    00004 current  /dev/dsk/c3t6d0    00004 current&lt;BR /&gt;   00005 /dev/dsk/c0t6d0    00005 current  /dev/dsk/c3t6d0    00005 current&lt;BR /&gt;   00006 /dev/dsk/c0t6d0    00006 current  /dev/dsk/c3t6d0    00006 current&lt;BR /&gt;   00007 /dev/dsk/c0t6d0    00007 current  /dev/dsk/c3t6d0    00007 current&lt;BR /&gt;   00008 /dev/dsk/c0t6d0    00008 current  /dev/dsk/c3t6d0    00008 current&lt;BR /&gt;   00009 /dev/dsk/c0t6d0    00009 current  /dev/dsk/c3t6d0    00009 current&lt;BR /&gt;   00010 /dev/dsk/c0t6d0    00010 current  /dev/dsk/c3t6d0    00010 current&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;there are no scsi errors in syslog, so it looks like the disk is ok.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Feb 2007 09:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951331#M290295</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2007-02-26T09:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: vg00 strange sync error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951332#M290296</link>
      <description>Hi Daniel:&lt;BR /&gt;&lt;BR /&gt;This doesn't bode well for your disk.  I'd look for errors thusly:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c3t6d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 26 Feb 2007 09:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951332#M290296</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-02-26T09:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: vg00 strange sync error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951333#M290297</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Start over from scratch&lt;BR /&gt;&lt;BR /&gt;Reduce all the mirrors off of c3t6d0&lt;BR /&gt; lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c3t6d0&lt;BR /&gt; and so on for all lvols on the disk&lt;BR /&gt;&lt;BR /&gt;vgreduce the disk from vg00&lt;BR /&gt;&lt;BR /&gt;pvcreate -B the disk (since it is vg00)&lt;BR /&gt;&lt;BR /&gt;add the disk to vg00&lt;BR /&gt;&lt;BR /&gt;run the mkboot command&lt;BR /&gt;&lt;BR /&gt;mirror to the specific disk&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c3t6d0&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Feb 2007 09:37:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951333#M290297</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2007-02-26T09:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: vg00 strange sync error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951334#M290298</link>
      <description>It could be a disk hardware issue so please try dd and then let us know if it succeeds.. else you may have to replace the disk..</description>
      <pubDate>Mon, 26 Feb 2007 09:41:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951334#M290298</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2007-02-26T09:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: vg00 strange sync error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951335#M290299</link>
      <description>Check the attachment</description>
      <pubDate>Mon, 26 Feb 2007 09:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951335#M290299</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-02-26T09:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: vg00 strange sync error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951336#M290300</link>
      <description>dd if=/dev/rdsk/c3t6d0 of=/dev/null bs=1024k&lt;BR /&gt;34732+1 records in&lt;BR /&gt;34732+1 records out&lt;BR /&gt;the disk looks ok</description>
      <pubDate>Mon, 26 Feb 2007 10:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951336#M290300</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2007-02-26T10:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: vg00 strange sync error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951337#M290301</link>
      <description>Hi Daniel,&lt;BR /&gt;&lt;BR /&gt;We have had exactly this problem before,always the first extent. The only solution we found and believe me we certainly did try to fix it, was to replace the disk. Starting from pvcreate'ing the volume did nothing to rectify this. Always the same error.&lt;BR /&gt;&lt;BR /&gt;Sorry Daniel, time to replace the disk.&lt;BR /&gt;&lt;BR /&gt;Mike.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Feb 2007 03:49:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951337#M290301</guid>
      <dc:creator>Mike Shilladay</dc:creator>
      <dc:date>2007-02-27T03:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: vg00 strange sync error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951338#M290302</link>
      <description>When i did the dd to check the origin disk, te procces has freezed, and doesnt respond&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c0t6d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;not even to a kill, could it be the origin disk the one that is having problems?</description>
      <pubDate>Tue, 27 Feb 2007 04:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg00-strange-sync-error/m-p/3951338#M290302</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2007-02-27T04:07:55Z</dc:date>
    </item>
  </channel>
</rss>

