<?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: Stop and re-sync mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347981#M344459</link>
    <description>The most easy way is simply do nothing.&lt;BR /&gt;&lt;BR /&gt;In most cases the system will notice that the missing storage is back and start syncing in background.&lt;BR /&gt;In all other cases, when the system does not recognize the storage, simply do ioscan and vgsync for any vg with stale extents (or lvsync respectively).&lt;BR /&gt;&lt;BR /&gt;This biggest advantage here is, that you won't need to resync all extents, but only those that changed while the mirror was down.&lt;BR /&gt;&lt;BR /&gt;If, for some unkown reason, none of the mentioned steps work to bring the mirror back online, you're still free to break the mirror, even if the mirror disks are completely gone.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;&lt;BR /&gt;PS: Please assign points if you find answers useful!&lt;BR /&gt;</description>
    <pubDate>Fri, 30 Jan 2009 17:11:28 GMT</pubDate>
    <dc:creator>Armin Kunaschik</dc:creator>
    <dc:date>2009-01-30T17:11:28Z</dc:date>
    <item>
      <title>Stop and re-sync mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347975#M344453</link>
      <description>I have a server with HP-UX 11.11 atached to two storages. I have mirror-ux within storages.&lt;BR /&gt;&lt;BR /&gt;I need shutdown one storage for maintenance and then go on again.&lt;BR /&gt;&lt;BR /&gt;What is the most easy method for stop and resync the mirror?</description>
      <pubDate>Thu, 29 Jan 2009 22:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347975#M344453</guid>
      <dc:creator>Fernando Boza</dc:creator>
      <dc:date>2009-01-29T22:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stop and re-sync mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347976#M344454</link>
      <description>Hi Fernando,&lt;BR /&gt;&lt;BR /&gt;Have a look at this white paper and check if you have next patches installed.&lt;BR /&gt;&lt;BR /&gt;For 11.11: Patches PHKL_31216 and PHCO_30698 (or superseding patches)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/7161/LVM_OLR_whitepaper.pdf" target="_blank"&gt;http://docs.hp.com/en/7161/LVM_OLR_whitepaper.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 29 Jan 2009 23:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347976#M344454</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2009-01-29T23:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Stop and re-sync mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347977#M344455</link>
      <description>Shalom&lt;BR /&gt;&lt;BR /&gt;lvextend -m 0 &lt;LOGICAL volume="" path=""&gt;&lt;BR /&gt;&lt;BR /&gt;to break it&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 &lt;LOGICAL volume="" path=""&gt; &lt;SECOND disk=""&gt;&lt;BR /&gt;&lt;BR /&gt;to rebuild&lt;BR /&gt;rebuild will take some time.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/SECOND&gt;&lt;/LOGICAL&gt;&lt;/LOGICAL&gt;</description>
      <pubDate>Fri, 30 Jan 2009 00:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347977#M344455</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-01-30T00:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Stop and re-sync mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347978#M344456</link>
      <description>Hi Fernando,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As a word of caution before doing this i shall suggest you to run the following commands so that you can have the PV list for the existing VG as well as the a map file in place for the VG(s).&lt;BR /&gt;&lt;BR /&gt;for all the VGs that are having the mirrors (MirrorDisk/UX)on both the storages as said by you Ealier, PLease run.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vgexport -p -v -s -m /tmp/&lt;VG_NAME&gt;.Before_activity.map /dev/&lt;VG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;#vgexport -p -v -f /tmp/&lt;VG_NAME&gt;.Before_Activity.PV_list //dev/&lt;VG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kepping these map files and the PV list for the involved VGs shall be good.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sujit&lt;/VG_NAME&gt;&lt;/VG_NAME&gt;&lt;/VG_NAME&gt;&lt;/VG_NAME&gt;</description>
      <pubDate>Fri, 30 Jan 2009 07:17:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347978#M344456</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-30T07:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Stop and re-sync mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347979#M344457</link>
      <description>&lt;!--!*#--&gt;You can simple stop disk access on lvm level with "pvchange -a n ...", see&lt;BR /&gt;&lt;BR /&gt;man pvchange&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;pvchange -a n /dev/dsk/c3t0d0s2&lt;BR /&gt;Warning: Detaching a physical volume reduces the availability of data &lt;BR /&gt;within the logical volumes residing on that disk.&lt;BR /&gt;Prior to detaching a physical volume or the last available path to it,&lt;BR /&gt;verify that there are alternate copies of the data &lt;BR /&gt;available on other disks in the volume group.&lt;BR /&gt;If necessary, use pvchange(1M) to reverse this operation.&lt;BR /&gt;Physical volume "/dev/dsk/c3t0d0s2" has been successfully changed.</description>
      <pubDate>Fri, 30 Jan 2009 08:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347979#M344457</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-01-30T08:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Stop and re-sync mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347980#M344458</link>
      <description>I may be grossly oversimplifying this, but would not "lvsplit / lvmerge" work for this.  &lt;BR /&gt;&lt;BR /&gt;I'm unclear as to whether the original poster was attempting to move data off one storage system to another prior to maint. or if he simply needed to break off the mirrors.....</description>
      <pubDate>Fri, 30 Jan 2009 15:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347980#M344458</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-01-30T15:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Stop and re-sync mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347981#M344459</link>
      <description>The most easy way is simply do nothing.&lt;BR /&gt;&lt;BR /&gt;In most cases the system will notice that the missing storage is back and start syncing in background.&lt;BR /&gt;In all other cases, when the system does not recognize the storage, simply do ioscan and vgsync for any vg with stale extents (or lvsync respectively).&lt;BR /&gt;&lt;BR /&gt;This biggest advantage here is, that you won't need to resync all extents, but only those that changed while the mirror was down.&lt;BR /&gt;&lt;BR /&gt;If, for some unkown reason, none of the mentioned steps work to bring the mirror back online, you're still free to break the mirror, even if the mirror disks are completely gone.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;&lt;BR /&gt;PS: Please assign points if you find answers useful!&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jan 2009 17:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-and-re-sync-mirror/m-p/4347981#M344459</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2009-01-30T17:11:28Z</dc:date>
    </item>
  </channel>
</rss>

