<?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: /stand will not mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stand-will-not-mirror/m-p/3273331#M179080</link>
    <description>I have an ignite tape.   I could ignite the&lt;BR /&gt;server but that would take about an hour and a half or more so I was trying to avoid&lt;BR /&gt;that.   &lt;BR /&gt;&lt;BR /&gt; Tom</description>
    <pubDate>Tue, 11 May 2004 11:19:51 GMT</pubDate>
    <dc:creator>Thomas Tobiassen</dc:creator>
    <dc:date>2004-05-11T11:19:51Z</dc:date>
    <item>
      <title>/stand will not mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stand-will-not-mirror/m-p/3273328#M179077</link>
      <description>When I try to mirror /stand I get the following error:&lt;BR /&gt;&lt;BR /&gt;# lvsync /dev/vg00/lvol1&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/vg00/lvol1".&lt;BR /&gt;&lt;BR /&gt;When I do an lvdisplay only LE 00000 shows that it is stale. &lt;BR /&gt;&lt;BR /&gt;HP replaced the mirror disk which has the stale extent but it still had the same problem.   They then thought that the original disk is the one with the problem and replaced that disk.   I ignited the server from a tape I made before they replaced the disk.    After the server was ignited I tried to mirror the disks and /stand still has the&lt;BR /&gt;1 stale extent.&lt;BR /&gt;&lt;BR /&gt;Anyone have any idea how to fix this?  Both&lt;BR /&gt;disks have been replaced.    I can't break the&lt;BR /&gt;mirror because it says they are not sync'ed, I can't sync the mirror.   &lt;BR /&gt;&lt;BR /&gt;Is it possible to remove a logical volume that is mirrored without breaking the mirror?&lt;BR /&gt;&lt;BR /&gt;I'm thinking about copying the data from /stand to someplace else, and doing a newfs on /stand and then copy the data back or&lt;BR /&gt;to try to remove the logical volume and then recreate it and copy the data back.&lt;BR /&gt;&lt;BR /&gt;the output of lvdisplay for some more info:&lt;BR /&gt;&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)            200&lt;BR /&gt;Current LE                  50&lt;BR /&gt;Allocated PE                100&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/c5t6d0    50        50&lt;BR /&gt;   /dev/dsk/c5t5d0    50        50&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/c5t6d0    00000 current  /dev/dsk/c5t5d0    00000 stale&lt;BR /&gt;   00001 /dev/dsk/c5t6d0    00001 current  /dev/dsk/c5t5d0    00001 current&lt;BR /&gt;   00002 /dev/dsk/c5t6d0    00002 current  /dev/dsk/c5t5d0    00002 current&lt;BR /&gt;   00003 /dev/dsk/c5t6d0    00003 current  /dev/dsk/c5t5d0    00003 current&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 May 2004 10:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stand-will-not-mirror/m-p/3273328#M179077</guid>
      <dc:creator>Thomas Tobiassen</dc:creator>
      <dc:date>2004-05-11T10:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: /stand will not mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stand-will-not-mirror/m-p/3273329#M179078</link>
      <description>I would do this in this way:&lt;BR /&gt;&lt;BR /&gt;# mkdir backup&lt;BR /&gt;# cp /stand /backup&lt;BR /&gt;# lvreduce -m 0 /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;Then create new volume on dev/dsk/c5t5d0.&lt;BR /&gt;And try mirroring again.&lt;BR /&gt;/dev/dsk/c5t6d0 looks Okay.&lt;BR /&gt;&lt;BR /&gt;This should help.&lt;BR /&gt;&lt;BR /&gt;All the best!!!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 May 2004 10:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stand-will-not-mirror/m-p/3273329#M179078</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-05-11T10:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: /stand will not mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stand-will-not-mirror/m-p/3273330#M179079</link>
      <description>Do you have have an IGNITE tape for your system ?  Before removing things, can you boot from the IGNITE ?  This will break you mirror when you come up live.  just a thought?</description>
      <pubDate>Tue, 11 May 2004 11:14:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stand-will-not-mirror/m-p/3273330#M179079</guid>
      <dc:creator>Tom Dineen_2</dc:creator>
      <dc:date>2004-05-11T11:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: /stand will not mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stand-will-not-mirror/m-p/3273331#M179080</link>
      <description>I have an ignite tape.   I could ignite the&lt;BR /&gt;server but that would take about an hour and a half or more so I was trying to avoid&lt;BR /&gt;that.   &lt;BR /&gt;&lt;BR /&gt; Tom</description>
      <pubDate>Tue, 11 May 2004 11:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stand-will-not-mirror/m-p/3273331#M179080</guid>
      <dc:creator>Thomas Tobiassen</dc:creator>
      <dc:date>2004-05-11T11:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: /stand will not mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stand-will-not-mirror/m-p/3273332#M179081</link>
      <description>Bharat's way should work (do a cp -p -R for the backup part though).&lt;BR /&gt;&lt;BR /&gt;Reduce it out of mirror, then add it back...&lt;BR /&gt;&lt;BR /&gt;Did you try a vgcfgrestore?&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -R -n /dev/vg00 /dev/rdsk/c5t5d0&lt;BR /&gt;&lt;BR /&gt;do a man vgcfgrestore first...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 11 May 2004 11:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stand-will-not-mirror/m-p/3273332#M179081</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-05-11T11:37:57Z</dc:date>
    </item>
  </channel>
</rss>

