<?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: Mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883893#M636401</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;No (but read on).  MirrorDisk/UX for LVM is implemented at the logical volume level.  By default, mirrored extents cannot occupy the same physical volume.  This is "strict allocation" and is usually observed for very good reasons.  If you didn't use this initially, you could use 'lvchange' to transition it from strict to nonstrict, but then you would loose valuable protection against physical disk failure in the first place.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 16 Jan 2003 19:20:59 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2003-01-16T19:20:59Z</dc:date>
    <item>
      <title>Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883891#M636399</link>
      <description>I've got a volume group made up of 4 disks.  The disks are mirrored in pairs.  The entire volume group is devoted to just one logical volume.  I have a fifth disk I want to add to the volume group and logical volume, but I don't have another to disk to pair it with.  Is it possible to add it to the vg and lvol without mirroring that single disk?  This is in a simple disk enclosure not an array or autorraid.</description>
      <pubDate>Thu, 16 Jan 2003 19:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883891#M636399</guid>
      <dc:creator>Terrence</dc:creator>
      <dc:date>2003-01-16T19:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883892#M636400</link>
      <description>Terrence,&lt;BR /&gt;&lt;BR /&gt;I'm missing something here, I think.  How are these disks mirrored?  If you're using MirrorDisk/UX, mirroring is done at the LV level and there is no way that one logical volume could be mirrored to itself.  Since you're using a simple disk enclosure, that eliminates RAID 0/1 mirroring from the picture.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 16 Jan 2003 19:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883892#M636400</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-16T19:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883893#M636401</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;No (but read on).  MirrorDisk/UX for LVM is implemented at the logical volume level.  By default, mirrored extents cannot occupy the same physical volume.  This is "strict allocation" and is usually observed for very good reasons.  If you didn't use this initially, you could use 'lvchange' to transition it from strict to nonstrict, but then you would loose valuable protection against physical disk failure in the first place.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 16 Jan 2003 19:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883893#M636401</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-01-16T19:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883894#M636402</link>
      <description>Hi Terrence,&lt;BR /&gt;&lt;BR /&gt;Mirroring is at the Logical Volume level, not the PV or even VG level.&lt;BR /&gt;&lt;BR /&gt;You'll have to add two disks to the VG / LV to get true mirroring. Then extend the VG with both disks. Then extend the LV with both disks &amp;amp; because you already defined the LV as mirrored, it'll extend &amp;amp; mirror the LV extension simultaneously. I suspect the LV mirror is defined as "strict" (this is default) - which means mirrors MUST occupy seperate PVs. This cannot be changed or overridden. Besides it's pointless to mirror data on the same disk. If it fails you lose BOTH copies.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 16 Jan 2003 19:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883894#M636402</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-01-16T19:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883895#M636403</link>
      <description>It's a SureStore E Disk Sytem HVD 10.  I am using mirrordisk.  I'm not sure what you're asking.  Here is the output from lvdisplay.&lt;BR /&gt;&lt;BR /&gt;#lvdisplay /dev/vgepic/lvepic&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vgepic/lvepic&lt;BR /&gt;VG Name                     /dev/vgepic&lt;BR /&gt;LV Permission               read/write&lt;BR /&gt;LV Status                   available/syncd&lt;BR /&gt;Mirror copies               1&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    parallel&lt;BR /&gt;LV Size (Mbytes)            33000&lt;BR /&gt;Current LE                  8250&lt;BR /&gt;Allocated PE                16500&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   on&lt;BR /&gt;Allocation                  non-strict&lt;BR /&gt;IO Timeout (Seconds)        default</description>
      <pubDate>Thu, 16 Jan 2003 19:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883895#M636403</guid>
      <dc:creator>Terrence</dc:creator>
      <dc:date>2003-01-16T19:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883896#M636404</link>
      <description>OK, I see where you're going then.  As Jeff said, you really should add two disks unless you want to get sneaky and use James' idea.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 16 Jan 2003 19:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883896#M636404</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-16T19:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883897#M636405</link>
      <description>Well you do have non-strict allocation. This *would* allow you to add this PV &amp;amp; preserve mirroring - ON THE SAME DISK.&lt;BR /&gt;BUT again this is not recommended. The predominate need for mirroring is disk failure. IF that disk fails you WILL lose BOTH copies of the data contained on it.&lt;BR /&gt;&lt;BR /&gt;I strongly suggest you run &lt;BR /&gt;lvdisplay -v  against that LV &amp;amp; note just WHERE the copies are residing. Hopefully they are on seperate PVs but just might not be. You could be in a precarious posistion &amp;amp; NOT be protected from simple disk falures. That's playing with fire.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 16 Jan 2003 19:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883897#M636405</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-01-16T19:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883898#M636406</link>
      <description>One last thought....&lt;BR /&gt;&lt;BR /&gt;It should be noted that mirroring does not have to be a one-to-one thing.&lt;BR /&gt;For example you could use an 18 Gb disk to mirror TWO seperate 9 Gb disks. Just have to make sure that the total size of the 18 is =&amp;gt; the total size of the 2 9s together.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 16 Jan 2003 19:40:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883898#M636406</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-01-16T19:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883899#M636407</link>
      <description>This is exactly what I thought but I hoped there was a loophole.  What if I break the mirrors, add the fifth disk, and then when I get the sixth disk I remirror it with strict allocation?  I can live without the mirrors for a few weeks, but I need that extra space the fifth disk gives me.</description>
      <pubDate>Thu, 16 Jan 2003 19:48:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883899#M636407</guid>
      <dc:creator>Terrence</dc:creator>
      <dc:date>2003-01-16T19:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883900#M636408</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;With regard to using 'lvchange' to alter the strict allocation policy of a mirrored logical volume, you will note from the man pages that the following are *not allowed*:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; From nonstrict to strict &amp;lt;&lt;BR /&gt;&amp;gt; From nonstrict to PVG-strict &amp;lt;&lt;BR /&gt;&amp;gt; From strict to PVG-strict &amp;lt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 16 Jan 2003 20:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883900#M636408</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-01-16T20:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883901#M636409</link>
      <description>Another thing that can happen when using non-strict is increased I/O on a single disk.  If your primary and mirror end up on the same disk, every write will happen twice on one disk.  Just another reason you want to stick with strict.&lt;BR /&gt;If you added that 5th disk now and did an lvextend, it will try to add the extents to that new disk and mirror to that new disk.  You really only get to use half of the disk.&lt;BR /&gt;You really do need to break the mirrors, add 2 more disks and then re-mirror with strict allocation.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jan 2003 14:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2883901#M636409</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2003-01-17T14:57:06Z</dc:date>
    </item>
  </channel>
</rss>

