<?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 on a strict stripe LV in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511784#M622201</link>
    <description>Hi Wan,&lt;BR /&gt;&lt;BR /&gt; From your help what i understood ..&lt;BR /&gt;&lt;BR /&gt;1. you have a two diskstataions with same configuration.&lt;BR /&gt;&lt;BR /&gt;2.created LVs in one DS using all disks with strict stripe.&lt;BR /&gt;&lt;BR /&gt;3.Now you want implemaent mirror LVs with second DS. right&lt;BR /&gt;&lt;BR /&gt;your question is..&lt;BR /&gt;&lt;BR /&gt;1.Your LVM on DS1 is true.? &lt;BR /&gt;&lt;BR /&gt;Yep . its ok&lt;BR /&gt;&lt;BR /&gt;2.How to change the allocation of LV on DS1?&lt;BR /&gt;&lt;BR /&gt;Better you can do PVG- strict then start miiroring your DS1 to DS2&lt;BR /&gt;&lt;BR /&gt;#vi /etc/lvmpvg&lt;BR /&gt;VG /dev/vgdata01&lt;BR /&gt;PVG pvg_DS1&lt;BR /&gt;/dev/dsk/c9t8d0 &lt;BR /&gt;/dev/dsk/c9t9d0 &lt;BR /&gt;/dev/dsk/c9t10d0 &lt;BR /&gt;/dev/dsk/c9t11d0 &lt;BR /&gt;/dev/dsk/c9t12d0 &lt;BR /&gt;/dev/dsk/c10t0d0 &lt;BR /&gt;/dev/dsk/c10t1d0 &lt;BR /&gt;/dev/dsk/c10t2d0 &lt;BR /&gt;/dev/dsk/c10t3d0&lt;BR /&gt;PVG pvg_DS2&lt;BR /&gt;/dev/ds/cXtYdZ&lt;BR /&gt;....&lt;BR /&gt;...&lt;BR /&gt;then sav and exit&lt;BR /&gt;Before mirring a LV you need to set it's allocation policy to PVG-strict, e.g&lt;BR /&gt;&lt;BR /&gt;#lvchange -s g /dev/vgdtat01/lvol1&lt;BR /&gt;....&lt;BR /&gt;... etc.&lt;BR /&gt;&lt;BR /&gt;#lvdisplay  /dev/vgdtat01/lvol1 | grep allocation&lt;BR /&gt;&lt;BR /&gt;More details do &lt;BR /&gt;#man lvmpvg&lt;BR /&gt;&lt;BR /&gt;With Cheers,&lt;BR /&gt;Shankar&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 25 Mar 2005 09:12:38 GMT</pubDate>
    <dc:creator>shankar_3</dc:creator>
    <dc:date>2005-03-25T09:12:38Z</dc:date>
    <item>
      <title>mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511781#M622198</link>
      <description>I created a 1 VG with 18 LV's using all disk from 1 entire DS. Now I want to use the second DS to mirror the entire VG from the first DS.&lt;BR /&gt;&lt;BR /&gt;But i think i made a mistake while creating LV. I need confirmation or solution to my problem.&lt;BR /&gt;&lt;BR /&gt;First, i create the VG with 9 disks using the following command&lt;BR /&gt;vgcreate /dev/vgdata01 /dev/dsk/c9t8d0 /dev/dsk/c9t9d0 /dev/dsk/c9t10d0 /dev/dsk/c9t11d0 /dev/dsk/c9t12d0 /dev/dsk/c10t0d0 /dev/dsk/c10t1d0 /dev/dsk/c10t2d0 /dev/dsk/c10t3d0&lt;BR /&gt;&lt;BR /&gt;Then the LV stripting over 9 disks by&lt;BR /&gt;lvcreate â  i 9 â  I 64 â  n lvdt1 â  L 3500 /dev/vgdata01&lt;BR /&gt;&lt;BR /&gt;Yes, it's just strict striping without PVG / distributed allocation. Stupid me who can only create a proper LVM configue using LUN's&lt;BR /&gt;I just find out the only way to mirror a stripe LV, is using extend-base stripting which require PVG and distributed allocation.&lt;BR /&gt;&lt;BR /&gt;My questions are:&lt;BR /&gt;1. Is it true that with my current LVM configuration, I cannot make a mirror of my LV's?&lt;BR /&gt;&lt;BR /&gt;2. I've seen some parm of lvchange, but not sure how to use them.&lt;BR /&gt;Is there a way to change the LV's configuration into distributed allocation and whatever more needed to be done, and then add the mirror's WITHOUT restoring the data. If this is possible, how to get this done?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Mar 2005 06:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511781#M622198</guid>
      <dc:creator>William Wan_1</dc:creator>
      <dc:date>2005-03-25T06:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511782#M622199</link>
      <description>Sorry for the bad character&lt;BR /&gt;&lt;BR /&gt;the command for create a LV should be:&lt;BR /&gt;&lt;BR /&gt;lvcreate -i 9 -I 64 -n lvdt1 -L 35856 /dev/vgdata01</description>
      <pubDate>Fri, 25 Mar 2005 07:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511782#M622199</guid>
      <dc:creator>William Wan_1</dc:creator>
      <dc:date>2005-03-25T07:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511783#M622200</link>
      <description>Hi,&lt;BR /&gt;Apart from this what you are asking, you also need to increase 'max PV' parameter to atleast 18 to add another 9 PVs to this VG. There is no other way of doing that except taking backup,recreating VG &amp;amp; restoring backup.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Fri, 25 Mar 2005 09:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511783#M622200</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-03-25T09:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511784#M622201</link>
      <description>Hi Wan,&lt;BR /&gt;&lt;BR /&gt; From your help what i understood ..&lt;BR /&gt;&lt;BR /&gt;1. you have a two diskstataions with same configuration.&lt;BR /&gt;&lt;BR /&gt;2.created LVs in one DS using all disks with strict stripe.&lt;BR /&gt;&lt;BR /&gt;3.Now you want implemaent mirror LVs with second DS. right&lt;BR /&gt;&lt;BR /&gt;your question is..&lt;BR /&gt;&lt;BR /&gt;1.Your LVM on DS1 is true.? &lt;BR /&gt;&lt;BR /&gt;Yep . its ok&lt;BR /&gt;&lt;BR /&gt;2.How to change the allocation of LV on DS1?&lt;BR /&gt;&lt;BR /&gt;Better you can do PVG- strict then start miiroring your DS1 to DS2&lt;BR /&gt;&lt;BR /&gt;#vi /etc/lvmpvg&lt;BR /&gt;VG /dev/vgdata01&lt;BR /&gt;PVG pvg_DS1&lt;BR /&gt;/dev/dsk/c9t8d0 &lt;BR /&gt;/dev/dsk/c9t9d0 &lt;BR /&gt;/dev/dsk/c9t10d0 &lt;BR /&gt;/dev/dsk/c9t11d0 &lt;BR /&gt;/dev/dsk/c9t12d0 &lt;BR /&gt;/dev/dsk/c10t0d0 &lt;BR /&gt;/dev/dsk/c10t1d0 &lt;BR /&gt;/dev/dsk/c10t2d0 &lt;BR /&gt;/dev/dsk/c10t3d0&lt;BR /&gt;PVG pvg_DS2&lt;BR /&gt;/dev/ds/cXtYdZ&lt;BR /&gt;....&lt;BR /&gt;...&lt;BR /&gt;then sav and exit&lt;BR /&gt;Before mirring a LV you need to set it's allocation policy to PVG-strict, e.g&lt;BR /&gt;&lt;BR /&gt;#lvchange -s g /dev/vgdtat01/lvol1&lt;BR /&gt;....&lt;BR /&gt;... etc.&lt;BR /&gt;&lt;BR /&gt;#lvdisplay  /dev/vgdtat01/lvol1 | grep allocation&lt;BR /&gt;&lt;BR /&gt;More details do &lt;BR /&gt;#man lvmpvg&lt;BR /&gt;&lt;BR /&gt;With Cheers,&lt;BR /&gt;Shankar&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Mar 2005 09:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511784#M622201</guid>
      <dc:creator>shankar_3</dc:creator>
      <dc:date>2005-03-25T09:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511785#M622202</link>
      <description>1) yes, you *cannot* mirror a "-i" striped LVOL.&lt;BR /&gt; &lt;BR /&gt;2) AKAIK, you can't convert the "-i".&lt;BR /&gt;You could convert manually with a copy as follows, but the LVOL would have to be quiet (apps down):&lt;BR /&gt;. create second VG, vgB with the other 9 disks&lt;BR /&gt;. create a distributed LVOL in this new VG&lt;BR /&gt;(you'll have to create a PVG with one group with these 9 disks in it)&lt;BR /&gt;. newfs on the LVOL&lt;BR /&gt;## newfs -F vxfs /dev/vgB/rlvol1&lt;BR /&gt;. umount current LVOL&lt;BR /&gt;. mkdir /tmp_mnt&lt;BR /&gt;. remount old LVOL manually there&lt;BR /&gt;## mount /dev/vgA/lvol1 /tmp_mnt&lt;BR /&gt;. change /etc/fstab to mount new LVOL&lt;BR /&gt;## /dev/vgB/lvol1  /app ...&lt;BR /&gt;. mount new LVOL&lt;BR /&gt;## mount /app&lt;BR /&gt;. copy the old data to the new spot&lt;BR /&gt;(cd /tmp_mnt ; tar cvf - .) | (cd /app ; tar xvf - )&lt;BR /&gt; &lt;BR /&gt;At this point, the apps can come back up.&lt;BR /&gt;Now, you an mirror the new guy.&lt;BR /&gt; &lt;BR /&gt;. umount the old&lt;BR /&gt;## umount /tmp_mnt&lt;BR /&gt;. vgchange -a b vgA ; vgexport vgA&lt;BR /&gt;. pvcreate -f the old PVs&lt;BR /&gt;. vgextend the old LVOLs into vgB&lt;BR /&gt;. create a second group in /etc/lvmpvg&lt;BR /&gt;containing the old PVs.&lt;BR /&gt;. lvextend /dev/vgB/lvol1 -m1&lt;BR /&gt; &lt;BR /&gt;There are probably some errors in the details, above, but you get the idea.&lt;BR /&gt; &lt;BR /&gt;hth&lt;BR /&gt;bv</description>
      <pubDate>Mon, 28 Mar 2005 06:33:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511785#M622202</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2005-03-28T06:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511786#M622203</link>
      <description>Thanks Devender&lt;BR /&gt;I totally forgot the MAX PV issue.&lt;BR /&gt;&lt;BR /&gt;Like you said already, I have to rebuild the entired VG.&lt;BR /&gt;&lt;BR /&gt;Here is what I did:&lt;BR /&gt;&lt;BR /&gt;create VG&lt;BR /&gt;vgcreate -e 17501 -p 25 -l 32 -g pvg_vg01_01 /dev/vg01 /dev/dsk/c4t0d0 /dev/dsk/c4t1d0 ... ... ...&lt;BR /&gt;&lt;BR /&gt;extend VG&lt;BR /&gt;vgextend -g pvg_vg01_02 /dev/vg01 \&lt;BR /&gt;/dev/dsk/c9t8d0 /dev/dsk/c9t9d0 \&lt;BR /&gt;.... ... ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;create LV&lt;BR /&gt;lvcreate -D y -s g -n lvdt1 -l 8960 /dev/vg01&lt;BR /&gt;&lt;BR /&gt;extend LV&lt;BR /&gt;lvextend -m 1 /dev/vg01/lvdt1 pvg_vg01_02&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;By doing this, I succesfully create a VG which strips over a numbers of disks of 1 single DS, and mirror to another DS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1 more import things to learn was when creating a new VG, I need to define the MAX-PE / PV too.&lt;BR /&gt;&lt;BR /&gt;The "primary side" of the VG was using smaller disks, when creating a VG using these disk, the value for "Max PE per PV" is default to the "Number of PE" of the biggest this. If I want to extend a larger disk later to this VG, I will get error that not all PE of the new large disk can be added to the currect VG.&lt;BR /&gt;&lt;BR /&gt;So I have to predefine MAX PV, MAX PE per PV and also MAV LV.&lt;BR /&gt;&lt;BR /&gt;I know there is a relationship between these numbers and there is a MAX value of it.&lt;BR /&gt;&lt;BR /&gt;How to calculat this value?&lt;BR /&gt;&lt;BR /&gt;if I run &lt;BR /&gt;vgcreate -e 17501 -p 25 -l 32 ... ...&lt;BR /&gt;the command will works&lt;BR /&gt;if i run&lt;BR /&gt;vgcreate -e 17501 -p 32 -l 32 ... ...&lt;BR /&gt;I will get an error:&lt;BR /&gt;VGRA for the disk is too big for the specified parameters. Increase the&lt;BR /&gt;extent size or decrease max_PVs/max_LVs and try again.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I cannot fine a good explanation about how to calculate the max allowed value in ITRC. Can anyone help me with this?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Apr 2005 14:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511786#M622203</guid>
      <dc:creator>William Wan_1</dc:creator>
      <dc:date>2005-04-03T14:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511787#M622204</link>
      <description>Hi William,&lt;BR /&gt;&lt;BR /&gt;The Max. No. Of Physical Volumes in a VG is 255 as displayed in man vgcreate. The reason for this error is because you have not altered the Default PE_Size Parameter.&lt;BR /&gt;&lt;BR /&gt;When no. of PV's or LV's increase in a VG you should increase PE Size as well. This is required because increasing these parameters always increase LVM header size and then it grows above One PE Size. The rule of LVM says that LVM header in any case can not be more than the size of one PE.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Apr 2005 14:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511787#M622204</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-04-03T14:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511788#M622205</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;according to my man page, default value for max_pe is 1016. &lt;BR /&gt;&lt;BR /&gt;Anyway.&lt;BR /&gt;I am using default PE_size which is 4Mb.&lt;BR /&gt;So you were saying when I was adjusting the max.numbers of PE per PV, max PV and max LV, the LVM header is getting bigger then 4Mb?&lt;BR /&gt;&lt;BR /&gt;I am just wonder how to calculate the value of this LVM header size.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;William</description>
      <pubDate>Sun, 03 Apr 2005 19:14:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511788#M622205</guid>
      <dc:creator>William Wan_1</dc:creator>
      <dc:date>2005-04-03T19:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511789#M622206</link>
      <description>As indicated in the previous post you need to increase PE size (-s option to vgcreate). Don't need to specify maximum number of PEs per PV; it will be calculated for you based on the size of the biggest PV specified on vgcreate command line.&lt;BR /&gt;&lt;BR /&gt;With your VG group size I think you need to go for PE size of 16MB.&lt;BR /&gt;&lt;BR /&gt;# vgcreate -s 16 -p 32 ...&lt;BR /&gt;&lt;BR /&gt;Sizing table you can use for these purposes is provided in LVM software recovery handbook.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.itrc.hp.com" target="_blank"&gt;http://www.itrc.hp.com&lt;/A&gt; -&amp;gt; navigate knowledge trees -&amp;gt; HP-UX Software Recovery Handbook -&amp;gt; Chapter 16 - Logical Volume Manager (LVM)&lt;BR /&gt;&lt;BR /&gt;Look at the table in Section "Maximum max_pe values for non-boot disks".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Apr 2005 00:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511789#M622206</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-04-04T00:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511790#M622207</link>
      <description>Hi Wan,&lt;BR /&gt;&lt;BR /&gt;  1. Whenever you adding any disk (PV) per PE will adjust automatically. But explicitely if you define that will be useful for future. Thers is option after creating the VG thgen modify the PE of PV in VG.&lt;BR /&gt; 2.LVM header size for non-bootable disk not fixed. Its depends on number of PVs, size of PEs.. etc. But usually its smaller. The LVM header has to fit in one PE normally.&lt;BR /&gt;&lt;BR /&gt;With Cheers,&lt;BR /&gt;Shankar Ganesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2005 00:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511790#M622207</guid>
      <dc:creator>shankar_3</dc:creator>
      <dc:date>2005-04-05T00:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511791#M622208</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Shankar, your information is not quite right. PE per PV will not automatic adjust once a VG is defined.&lt;BR /&gt;&lt;BR /&gt;The reason I defined Max PE per PV is that I will have to add bigger disks to a VG later.&lt;BR /&gt;The first disks I put into the VG has 8000 PE each, but later I will add a 73G disk which has 17500 PE each disk.&lt;BR /&gt;&lt;BR /&gt;To my experience, if a VG once created, the max pe per pv is defined according to the biggest disk in the VG at that moment. If I add new disks to this VG, I cannot overrule the value for max pe per pv. The new added disks will than have maximax PE available to the VG equal to the max pe per pv.&lt;BR /&gt;&lt;BR /&gt;If prove me if I am wrong. I like to understand what I did wrong.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;William</description>
      <pubDate>Thu, 07 Apr 2005 11:17:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511791#M622208</guid>
      <dc:creator>William Wan_1</dc:creator>
      <dc:date>2005-04-07T11:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511792#M622209</link>
      <description>Hi William,&lt;BR /&gt;&lt;BR /&gt;Your observation is surely correct. This is why we should set "MAX PE PER PV" to a higher value while creating VG keeping in view of our future expandability.The only mistake you did was that you did not planned properly before execution. The mistake in your planning was that you concentrated on only one parameter i.e. "max PE Per PV" and not the second parameter i.e. PE Size which should also be adjusted to a slight higher value (Say 8MB)if no. of PVs and LVs in a VG are more.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Thu, 07 Apr 2005 23:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511792#M622209</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-04-07T23:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511793#M622210</link>
      <description>Hi William,&lt;BR /&gt;&lt;BR /&gt;I found a doc related to this post and I am sure it will be of your interest too. Justsee the attachment for a list of limitations of LVM.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 18 Apr 2005 05:58:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511793#M622210</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-04-18T05:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511794#M622211</link>
      <description>Hi Devender,&lt;BR /&gt;&lt;BR /&gt;Very nice doc.&lt;BR /&gt;&lt;BR /&gt;Can you tell us where did you found this piece of information?. Maybe you can post a link here too?&lt;BR /&gt;&lt;BR /&gt;I found a link in itrc's knowledge tree of a summarise of some limits of LVM.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www5.itrc.hp.com/service/iv/node.do?node=prodITRC%2FWW_Start%2FN1%7C20%7C3%7C1%7C4%7C2" target="_blank"&gt;http://www5.itrc.hp.com/service/iv/node.do?node=prodITRC%2FWW_Start%2FN1%7C20%7C3%7C1%7C4%7C2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Anyway, thanks for sharing the knowlegde.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;William</description>
      <pubDate>Tue, 19 Apr 2005 07:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511794#M622211</guid>
      <dc:creator>William Wan_1</dc:creator>
      <dc:date>2005-04-19T07:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring on a strict stripe LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511795#M622212</link>
      <description>Hi William,&lt;BR /&gt;&lt;BR /&gt;I allthough could not open this link for now. But still for your knowledge, I downloaded it from &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/oshpux11.0.html" target="_blank"&gt;http://docs.hp.com/en/oshpux11.0.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Just see the last item.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 19 Apr 2005 07:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-a-strict-stripe-lv/m-p/3511795#M622212</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-04-19T07:41:19Z</dc:date>
    </item>
  </channel>
</rss>

