<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644480#M554045</link>
    <description>With regard to question 1 -- The answer is "yes" as JRF pointed out.  Additionally this is ABSOLUTELY the recommended way to mirror.  You WANT your primary and mirror disks to be on different controllers.  That way if a controller breaks you still have data accessible (which is the point of mirroring).</description>
    <pubDate>Tue, 08 Jun 2010 17:43:18 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2010-06-08T17:43:18Z</dc:date>
    <item>
      <title>LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644478#M554043</link>
      <description>Hi Guru's, Let me have a clear cut idea on LVM mirroring as follows.&lt;BR /&gt;1. Whether Mirrored PE's can be placed on disks conncted to different controllers?&lt;BR /&gt;2. If the 1st point is possible then what is the concept of PVG introduced?&lt;BR /&gt;Give me good explanation on PVG.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2010 17:12:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644478#M554043</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2010-06-08T17:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644479#M554044</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;LVM mirroring is implemented at the *logical volume* level.&lt;BR /&gt;&lt;BR /&gt;By default, mirrored extents are allocated on separate physical volumes.  This is controlled by the 'strict' allocation setting for the logical volume (the default).  To defeat this is to loose all high-availability since a physical disk failure could then mean the destruction of all mirrored copies of a particular extent.&lt;BR /&gt;&lt;BR /&gt;With regard to question-1, yes, mirrored extents can reside on physical disks that are connected to different controllers.&lt;BR /&gt;&lt;BR /&gt;The idea of Physical Volume Groups is that this is a way to limit allocation to specific physical volumes.  The '/etc/lvmpvg' files is used for this purpose.  This can be useful with mirrored logical volumes as it allows you to specify the physical volumes that should be used to extend a mirrored logical volume.  Regardless, LVM always ensures that physical&lt;BR /&gt;extent allocation can satisfy the current allocation policy or policies.  To use PVG, the allocation policy of the logical volume must be set as 'PVG-strict'.&lt;BR /&gt;&lt;BR /&gt;With 'strict' allocation, mirrored extents of a logical volume cannot share&lt;BR /&gt;the same physical volume.  With 'PVG-strict' allocation, mirrors of a logical extent cannot share the same physical volume group.&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'lvcreate(1M)', 'lvextend(1M)', 'lvchange(1M)' and 'lvmpvg(4)' for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 08 Jun 2010 17:30:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644479#M554044</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-06-08T17:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644480#M554045</link>
      <description>With regard to question 1 -- The answer is "yes" as JRF pointed out.  Additionally this is ABSOLUTELY the recommended way to mirror.  You WANT your primary and mirror disks to be on different controllers.  That way if a controller breaks you still have data accessible (which is the point of mirroring).</description>
      <pubDate>Tue, 08 Jun 2010 17:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644480#M554045</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-06-08T17:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644481#M554046</link>
      <description>hi JRF / PW,&lt;BR /&gt;If my 1st point is possibele, so i can map the logical extents to any of the disks, connected to different controller as i desired, in terms of HA of data. Then I think i dont need of PVG-strict, which does the same. Am i right?</description>
      <pubDate>Tue, 08 Jun 2010 17:57:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644481#M554046</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2010-06-08T17:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644482#M554047</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You are right, but you must make sure you don't have both mirror copies of a logical volume on the same disk.&lt;BR /&gt;&lt;BR /&gt;It is always best to lay out your mirrors yourself, not use sam or let the command decide which disk to use to make the mirror copy.&lt;BR /&gt;&lt;BR /&gt;There are instances when strict PV rules get in the way and need to be turned off.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 08 Jun 2010 18:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644482#M554047</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-06-08T18:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644483#M554048</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If my 1st point is possibele, so i can map the logical extents to any of the disks, connected to different controller as i desired, in terms of HA of data. Then I think i dont need of PVG-strict, which does the same. Am i right?&lt;BR /&gt;&lt;BR /&gt;'PVG-strict' is a form of 'strict' allocation as we already noted.  It is designed to help you manage mirroring and the expansion of mirrored logical volumes.  The '/etc/lvmpvg' file can be created before or during volume group creation.&lt;BR /&gt;&lt;BR /&gt;You could certainly manage placing mirrored extents on different physical volumes without PVG-strict allocation in force.  When you perform a 'lvextend' you have the option of specifying either the physical volumes or the physical volume *group* in question.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 08 Jun 2010 18:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644483#M554048</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-06-08T18:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644484#M554049</link>
      <description>Hi JRF,&lt;BR /&gt;It seems like totally mixed up. Give me some points on below, whold help me to have keen note on this concept.&lt;BR /&gt;What are the main advantages of PVG? (Greatful if it would be compared with some examples) and how to differ this concept?</description>
      <pubDate>Wed, 09 Jun 2010 04:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644484#M554049</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2010-06-09T04:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644485#M554050</link>
      <description>&amp;gt;&amp;gt; What are the main advantages of PVG?&lt;BR /&gt;&lt;BR /&gt;I try to keep this simple.&lt;BR /&gt;Let's say, you have 4 disks, 2 on each channel, HBA or whatever&lt;BR /&gt;&lt;BR /&gt;A-B&lt;BR /&gt;&lt;BR /&gt;C-D&lt;BR /&gt;&lt;BR /&gt;You want to mirror A to C; B to D.&lt;BR /&gt;&lt;BR /&gt;LVM itself makes sure you cannot mirror A to A (strict); but mirror A to B would be OK.&lt;BR /&gt;&lt;BR /&gt;If you now create a group1 A and B; group2 C and D; you can create an LVOL in group1 and say "please mirror" - so the mirror is for sure on group2.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now imagine more disks (e.g. 10) in each group. So you mirror group1 to group2, not within a group.&lt;BR /&gt;&lt;BR /&gt;This concepts helps to keep this simple.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this is clear, not more confusing ...&lt;BR /&gt;&lt;BR /&gt;;-)</description>
      <pubDate>Wed, 09 Jun 2010 04:15:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644485#M554050</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-09T04:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644486#M554051</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;This guide might help you understand.  In particular, see page-51:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02023734/c02023734.pdf" target="_blank"&gt;http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02023734/c02023734.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 09 Jun 2010 04:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644486#M554051</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-06-09T04:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644487#M554052</link>
      <description>Hi Torsten..., &lt;BR /&gt;I am coming to the scenario you shown, Disk A&amp;amp;B connected to Adapter1 and Disk C&amp;amp;D connected to Adapter2.&lt;BR /&gt;&amp;gt;&amp;gt;LVM itself makes sure you cannot mirror A to A (strict); but mirror A to B would be OK.&lt;BR /&gt;Query since my first post is LVM itself, can I mirror A to C &amp;amp; A to D?</description>
      <pubDate>Wed, 09 Jun 2010 05:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644487#M554052</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2010-06-09T05:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644488#M554053</link>
      <description>&amp;gt;&amp;gt; Query since my first post is LVM itself, can I mirror A to C &amp;amp; A to D?&lt;BR /&gt;&lt;BR /&gt;Yes, you can either mirror&lt;BR /&gt;&lt;BR /&gt;A to C and A to D (double mirror)&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;A to C and B to D&lt;BR /&gt;&lt;BR /&gt;with or without PVG.</description>
      <pubDate>Wed, 09 Jun 2010 05:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644488#M554053</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-09T05:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644489#M554054</link>
      <description>If yes, so i can either mirror&lt;BR /&gt;&lt;BR /&gt;A to C and A to D (double mirror)&lt;BR /&gt;or&lt;BR /&gt;A to C and B to D&lt;BR /&gt;(with or without PVG).&lt;BR /&gt;Then what is the need of PVG-Strict? I can have one good copy of my data accessible in the event of hardware(Adapter) failure as above...&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2010 05:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644489#M554054</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2010-06-09T05:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644490#M554055</link>
      <description>Exactly.&lt;BR /&gt;&lt;BR /&gt;If you have 2 sets of disks; each has an HBA, a disk enclosure and several disks, you can loose the HBA, some disks or even the complete enclosure and you have still access to your data.</description>
      <pubDate>Wed, 09 Jun 2010 05:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644490#M554055</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-09T05:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644491#M554056</link>
      <description>So is there any special benefit by using PVG-Script? (Except DAP)</description>
      <pubDate>Wed, 09 Jun 2010 07:28:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644491#M554056</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2010-06-09T07:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644492#M554057</link>
      <description>In the past in many configuration there were many external disks used. I have seen up to ~150 single disks connected to a single server.&lt;BR /&gt;&lt;BR /&gt;Nowadays you have SAN based arrays.&lt;BR /&gt;&lt;BR /&gt;But with so many disks you learn to love PVGs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In addition, you can easily create extend based striped mirrors that way.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2010 09:11:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644492#M554057</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-09T09:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644493#M554058</link>
      <description>By default logical volume is created with strict allocation policy, with this policy we can mirror logical volume with in the physical volume, so with this policy there is no redundancy on disk level &lt;BR /&gt;&lt;BR /&gt;So, on PVG Strict allocation policy, a group of physical volume within the volume group is a PVG we can create many no of PVG's on a volume group. here we can mirror the logical volume in  two PVG's &lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2010 10:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644493#M554058</guid>
      <dc:creator>sudheerch</dc:creator>
      <dc:date>2010-06-09T10:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644494#M554059</link>
      <description>&amp;gt;&amp;gt; By default logical volume is created with strict allocation policy...&lt;BR /&gt;&lt;BR /&gt;correct.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; ... with this policy we can mirror logical volume with in the physical volume, so with this policy there is no redundancy on disk level ...&lt;BR /&gt;&lt;BR /&gt;not correct.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Strict means&lt;BR /&gt;&lt;BR /&gt;"...Mirrors of a logical extent cannot share the same physical volume. This is the default."&lt;BR /&gt;&lt;BR /&gt;source: man lvcreate</description>
      <pubDate>Wed, 09 Jun 2010 11:11:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644494#M554059</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-09T11:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644495#M554060</link>
      <description>strict allocation policy is not enforced, both mirrors will be able to reside on the same physical volume&lt;BR /&gt;And PVG Strict allocation policy is also doing the same but here we are diving the PV's on the volume group &lt;BR /&gt;&lt;BR /&gt;what is the main difference of PVG and Strict</description>
      <pubDate>Wed, 09 Jun 2010 11:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644495#M554060</guid>
      <dc:creator>sudheerch</dc:creator>
      <dc:date>2010-06-09T11:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644496#M554061</link>
      <description>&amp;gt;&amp;gt; strict allocation policy is not enforced, both mirrors will be able to reside on the same physical volume&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But only if you set strict to false.</description>
      <pubDate>Wed, 09 Jun 2010 11:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring/m-p/4644496#M554061</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-09T11:41:40Z</dc:date>
    </item>
  </channel>
</rss>

