<?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: PVG Mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891652#M625628</link>
    <description>Thanks all that's cleared it up. The fact that LVM fills one disk first makes total sense, and explains why I couldn't do what I was trying to do. &lt;BR /&gt;&lt;BR /&gt;I'll leave it as it is.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 29 Jan 2003 10:06:58 GMT</pubDate>
    <dc:creator>Robin King_1</dc:creator>
    <dc:date>2003-01-29T10:06:58Z</dc:date>
    <item>
      <title>PVG Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891648#M625624</link>
      <description>I posted a question about this earliler in the month, but can't find the post now, and I'm still having problems.&lt;BR /&gt;&lt;BR /&gt;/dev/vg03/lwswap uses /dev/dsk/c1t13d0 and /dev/dsk/c1t14d0, these two disk are PVG0. /dev/dsk/c7t13d0 and /dev/dsk/c7t14d0 are PVG1.&lt;BR /&gt;&lt;BR /&gt;VG      /dev/vg03&lt;BR /&gt;PVG     PVG0&lt;BR /&gt;/dev/dsk/c1t13d0&lt;BR /&gt;/dev/dsk/c1t14d0&lt;BR /&gt;PVG     PVG1&lt;BR /&gt;/dev/dsk/c7t13d0&lt;BR /&gt;/dev/dsk/c7t14d0&lt;BR /&gt;&lt;BR /&gt;When I do an lvdisplay it shows the two primary disks, but only seems to mirror onto /dev/dsk/c1t13d0:&lt;BR /&gt;&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg03/lvswap6&lt;BR /&gt;VG Name                     /dev/vg03&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)            1024            &lt;BR /&gt;Current LE                  256       &lt;BR /&gt;Allocated PE                512         &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   on           &lt;BR /&gt;Allocation                  PVG-strict                &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/c1t13d0   128       128       &lt;BR /&gt;   /dev/dsk/c1t14d0   128       128       &lt;BR /&gt;   /dev/dsk/c7t13d0   256       256       &lt;BR /&gt;&lt;BR /&gt;I want it to mirror onto both /dev/dsk/c7t14d0. I have broken the mirror, and reinstated it using:&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg03/lvswap6 PVG1&lt;BR /&gt;&lt;BR /&gt;This only extends onto the single disk. I have also tried lvextend -m 1 /dev/vg03/lvswap6 /dev/dsk/c7t13d0 /dev/dsk/c7t14d0, but this still only extdns to one disk.&lt;BR /&gt;&lt;BR /&gt;Can anyone help?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jan 2003 09:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891648#M625624</guid>
      <dc:creator>Robin King_1</dc:creator>
      <dc:date>2003-01-29T09:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: PVG Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891649#M625625</link>
      <description>By default, LVM fills up a PV completely until it fetches the next one for extent allocation.&lt;BR /&gt;&lt;BR /&gt;To get the desired layout your would need to create a 512MB mirrored lvol 1st. Then perform an lvextend to 1024MB specifying the other two disks for allocation.&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Wed, 29 Jan 2003 09:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891649#M625625</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-01-29T09:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: PVG Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891650#M625626</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am not sure why you want to distribute the mirror onto two disks since you are not using extent based striping.&lt;BR /&gt;&lt;BR /&gt;Why do you want to distribute the mirror onto two disks? For performance reasons? Then you should use extent based striping for the 'original' side also.&lt;BR /&gt;&lt;BR /&gt;Right now the first half of the lvol is on the first disk and the second half on the second ...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;   Jochen</description>
      <pubDate>Wed, 29 Jan 2003 09:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891650#M625626</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2003-01-29T09:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: PVG Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891651#M625627</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;I also don't see why you want to use both disks, but it's your choice :-) ! As Dietmar explained to you, LVM will first try to fill a PV before using the second one. The only solution I can see would be to create a 'dummy' lvol leaving only 128 LE free on /dev/dsk/c7t13d0, create your mirror and finally delete the dummy lvol.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 29 Jan 2003 10:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891651#M625627</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2003-01-29T10:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: PVG Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891652#M625628</link>
      <description>Thanks all that's cleared it up. The fact that LVM fills one disk first makes total sense, and explains why I couldn't do what I was trying to do. &lt;BR /&gt;&lt;BR /&gt;I'll leave it as it is.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 29 Jan 2003 10:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891652#M625628</guid>
      <dc:creator>Robin King_1</dc:creator>
      <dc:date>2003-01-29T10:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: PVG Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891653#M625629</link>
      <description>what's the version of you hpux &lt;BR /&gt;if 11i or later&lt;BR /&gt;#lvcreate -s g -m 1 -D y -L 1024 -n lvswap6 /dev/vg03&lt;BR /&gt;the D option can make the pe allocation among all the pvs</description>
      <pubDate>Tue, 03 Aug 2004 01:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891653#M625629</guid>
      <dc:creator>leyearn</dc:creator>
      <dc:date>2004-08-03T01:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: PVG Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891654#M625630</link>
      <description>Robin&lt;BR /&gt;&lt;BR /&gt;off subject... to get to your old posts hit "my profile" on the left of the window.  There will be a section/link called "my questions".&lt;BR /&gt;&lt;BR /&gt;As far as the extent based mirrored stripe, at lv create time&lt;BR /&gt;&lt;BR /&gt;lvcreate -m1 -D y -s g -L 1024 -n lvswap06 vg03&lt;BR /&gt;&lt;BR /&gt;I do this..&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Tue, 10 Aug 2004 00:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-mirroring/m-p/2891654#M625630</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2004-08-10T00:30:27Z</dc:date>
    </item>
  </channel>
</rss>

