<?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: LVM mirroring question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-question/m-p/2453337#M657251</link>
    <description>Dave:&lt;BR /&gt;&lt;BR /&gt;I agree with John &amp;amp; Rita.  You're covered, but it is messy.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 13 Oct 2000 13:07:53 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2000-10-13T13:07:53Z</dc:date>
    <item>
      <title>LVM mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-question/m-p/2453334#M657248</link>
      <description>Could someone please tell me whether this could case me to lose my filesystem.&lt;BR /&gt;&lt;BR /&gt;VG00 has 4 8GB drives&lt;BR /&gt;&lt;BR /&gt;c1t3d0&lt;BR /&gt;c1t4d0&lt;BR /&gt;c1t5d0&lt;BR /&gt;c1t6d0&lt;BR /&gt;&lt;BR /&gt;/usr filesystem is allocated in 2 groups of logical extents. &lt;BR /&gt;&lt;BR /&gt;83 LE's on c1t6d0&lt;BR /&gt;67 LE's on c1t5d0&lt;BR /&gt;&lt;BR /&gt;These have mirror copies allocated as follows:&lt;BR /&gt;&lt;BR /&gt;83 LE's on c1t5d0&lt;BR /&gt;67 LE's on c1t4d0&lt;BR /&gt;&lt;BR /&gt;Supposing I lose c1t5d0 which contains the 2nd extent of the primary copy and the mirror of the 1st extent. Would I be in danger of losing the /usr filesystem ?&lt;BR /&gt;&lt;BR /&gt;Is it possible to have stale extents on primary and mirror copies and not lose data.</description>
      <pubDate>Fri, 13 Oct 2000 12:53:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-question/m-p/2453334#M657248</guid>
      <dc:creator>Dave Parker</dc:creator>
      <dc:date>2000-10-13T12:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: LVM mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-question/m-p/2453335#M657249</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;I've seen this sort of thing before and I personally always change it.&lt;BR /&gt;&lt;BR /&gt;I believe that if you lost c1t5d0, you would still be ok, you can have stale extents in both primary and mirror.&lt;BR /&gt;&lt;BR /&gt;What I would do though is as follows:-&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 dev/vg00/lvol? /dev/dsk/c1t5d0&lt;BR /&gt;&lt;BR /&gt;This will result in an unmirrored volume on c1t6d0 and c1t4d0.&lt;BR /&gt;&lt;BR /&gt;Then lvextend -m 1 ....&lt;BR /&gt;to reinstate the mirror copy.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Oct 2000 12:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-question/m-p/2453335#M657249</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-10-13T12:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: LVM mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-question/m-p/2453336#M657250</link>
      <description>No at that point you wouldn't lose anything.&lt;BR /&gt;&lt;BR /&gt;You forget c1t4d0. And with that your covered.  But I prefer to put set up my HD mirrors and 'all mirror'  I find it too dicey this way. &lt;BR /&gt;At least for me, this kind of situation becomes too confusing and  also because setups like leave open a real easy way to make a mistake.  &lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 13 Oct 2000 13:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-question/m-p/2453336#M657250</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-10-13T13:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: LVM mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-question/m-p/2453337#M657251</link>
      <description>Dave:&lt;BR /&gt;&lt;BR /&gt;I agree with John &amp;amp; Rita.  You're covered, but it is messy.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 13 Oct 2000 13:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-question/m-p/2453337#M657251</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-10-13T13:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: LVM mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-question/m-p/2453338#M657252</link>
      <description>Wow,&lt;BR /&gt;&lt;BR /&gt;What fast response! Thanks to all.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 13 Oct 2000 13:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-question/m-p/2453338#M657252</guid>
      <dc:creator>Dave Parker</dc:creator>
      <dc:date>2000-10-13T13:39:57Z</dc:date>
    </item>
  </channel>
</rss>

