<?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: HPVM PV MOVE in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681649#M551863</link>
    <description>Instead of adding the new LUNs to the existing VGs, I plan to create new VGs, lvols, and file systems, them shutdown the application and copy the files/directories. Once that is moved, unmount both the old and new lvols, then mount the new lvols using the mount points form the original lvols. Now you should be able to startup your app(s) and it will not know it was moved.&lt;BR /&gt;If you really want to keep your VG names, that will take more work. I have never done that part.</description>
    <pubDate>Tue, 31 Aug 2010 17:34:41 GMT</pubDate>
    <dc:creator>Dave Johnson_1</dc:creator>
    <dc:date>2010-08-31T17:34:41Z</dc:date>
    <item>
      <title>HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681646#M551860</link>
      <description>Hiya Folks - &lt;BR /&gt;&lt;BR /&gt;I need to do a SAN to SAN migration of some disks that belong to an hpux b.11.23 machine containing two virtual machines.&lt;BR /&gt;&lt;BR /&gt;Unfortunately since the logical lvols I am trying to move are striped - I am not able to use pvmove.  &lt;BR /&gt;&lt;BR /&gt;I have attached some information and an indepth description of the problem I am facing ... &lt;BR /&gt;&lt;BR /&gt;IF you need anymore info to help me - I am happy to provide it... thanks for any help ...</description>
      <pubDate>Tue, 31 Aug 2010 16:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681646#M551860</guid>
      <dc:creator>Misbah Elalami</dc:creator>
      <dc:date>2010-08-31T16:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681647#M551861</link>
      <description>There was no attached information. Since the LUNs are striped, your only options are either cp/mv/cpio or backup and restore. I am facing the same problem when we replace our SAN array with new hardware.</description>
      <pubDate>Tue, 31 Aug 2010 17:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681647#M551861</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2010-08-31T17:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681648#M551862</link>
      <description>Sorry re-attaching again .... not sure why it did not attach ... &lt;BR /&gt;&lt;BR /&gt;If I just move and copy - what steps do I need to take for LVM configuration</description>
      <pubDate>Tue, 31 Aug 2010 17:29:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681648#M551862</guid>
      <dc:creator>Misbah Elalami</dc:creator>
      <dc:date>2010-08-31T17:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681649#M551863</link>
      <description>Instead of adding the new LUNs to the existing VGs, I plan to create new VGs, lvols, and file systems, them shutdown the application and copy the files/directories. Once that is moved, unmount both the old and new lvols, then mount the new lvols using the mount points form the original lvols. Now you should be able to startup your app(s) and it will not know it was moved.&lt;BR /&gt;If you really want to keep your VG names, that will take more work. I have never done that part.</description>
      <pubDate>Tue, 31 Aug 2010 17:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681649#M551863</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2010-08-31T17:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681650#M551864</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If ivms having any data kindly take data backup as this is recomanded.&lt;BR /&gt;&lt;BR /&gt;From your log its looks that you have extended vg to new san disk.&lt;BR /&gt;&lt;BR /&gt;now reduce vg from new san disk.&lt;BR /&gt;&lt;BR /&gt;take map file of vgs.&lt;BR /&gt;&lt;BR /&gt;do dd between old san disk to new (take first vg)&lt;BR /&gt;&lt;BR /&gt;shutdown all ivms.&lt;BR /&gt;&lt;BR /&gt;vgchange&lt;BR /&gt;&lt;BR /&gt;vgexport &lt;BR /&gt;&lt;BR /&gt;import vg using new san diks.&lt;BR /&gt;&lt;BR /&gt;vgimport vgname disk1 disk2&lt;BR /&gt;&lt;BR /&gt;vgchnage&lt;BR /&gt;&lt;BR /&gt;conform all lvs created with old name.&lt;BR /&gt;&lt;BR /&gt;start ivms and check.&lt;BR /&gt;&lt;BR /&gt;Chandra&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Sep 2010 05:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681650#M551864</guid>
      <dc:creator>Chandrahasa s</dc:creator>
      <dc:date>2010-09-01T05:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681651#M551865</link>
      <description>Thanks for the responses folks - I will have the system down tomorrow and I will try the suggested dd method ... &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 01 Sep 2010 15:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681651#M551865</guid>
      <dc:creator>Misbah Elalami</dc:creator>
      <dc:date>2010-09-01T15:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681652#M551866</link>
      <description>another idea &lt;BR /&gt;&lt;BR /&gt;If your storage is striped at the vmhost level and your backingstore is lv to the guests, you could present the new storage to the guests and then use pvmove ( or mirror/ux)&lt;BR /&gt;&lt;BR /&gt;if your disk backingstore is device(raw) then ignore the post...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Sep 2010 17:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681652#M551866</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-09-01T17:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681653#M551867</link>
      <description>Hi Chandra - &lt;BR /&gt;&lt;BR /&gt;Can you kindly specify some command syntax in those instructions - I am going to try this today - i.e the dd command - do I just do a disk to disk copy or lv to lv copy etc ... &lt;BR /&gt;&lt;BR /&gt;Thanks for the help</description>
      <pubDate>Thu, 02 Sep 2010 15:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681653#M551867</guid>
      <dc:creator>Misbah Elalami</dc:creator>
      <dc:date>2010-09-02T15:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681654#M551868</link>
      <description>Hi Chandra I am just a little confused about the order ... and some of the commands - so I came up with an exact procedure based on your steps below - and if anyone can let me know if they have a look for a sanity check and order of my operations - I really appreciate any feedback&lt;BR /&gt;&lt;BR /&gt;VGREDUCE New Disks from Existing 3a and 3b VG's &lt;BR /&gt;&lt;BR /&gt;vgreduce /dev/hpvm3a_vg00 /dev/dsk/c19t0d2 &lt;BR /&gt;vgreduce /dev/hpvm3a_vg00 /dev/dsk/c21t0d1&lt;BR /&gt;&lt;BR /&gt;vgreduce /dev/hpvm3b_vg00 /dev/dsk/c19t0d3&lt;BR /&gt;vgreduce /dev/hpvm3b_vg00 /dev/dsk/c19t0d4&lt;BR /&gt;&lt;BR /&gt;Take a map file of the VG's&lt;BR /&gt;&lt;BR /&gt;vgexport -m  hpvm3a_vg00.mymap  /dev/hpvm3a_vg00 &lt;BR /&gt;vgexport -m  hpvm3b_vg00.mymap /dev/hpvm3b_vg00 &lt;BR /&gt;&lt;BR /&gt;Deactivate VG's&lt;BR /&gt;&lt;BR /&gt;vgchange -a n /dev/hpvm3a_vg00&lt;BR /&gt;vgchange -a n /dev/hpvm3b_vg00&lt;BR /&gt;&lt;BR /&gt;Do the Disk Copy via DD&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/c14t0d7 of=/dev/dsk/c19t0d2&lt;BR /&gt;dd if=/dev/dsk/c14t1d0 of=/dev/dsk/c21t0d1&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/c14t1d1 of=/dev/dsk/c19t0d3&lt;BR /&gt;dd if=/dev/dsk/c14t1d2 of=/dev/dsk/c19t0d4&lt;BR /&gt;&lt;BR /&gt;Activate Volume Groups:&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/hpvm3a_vg00&lt;BR /&gt;vgchange -a y /dev/hpvm3b_vg00&lt;BR /&gt;&lt;BR /&gt;Import VG Using new SAN Disks&lt;BR /&gt;&lt;BR /&gt;vgimport  -m hpvm3a_vg00.mymap /dev/hpvm3a_vg00  /dev/dsk/c19t0d2 /dev/dsk/c21t0d1&lt;BR /&gt;vgimport -m hpvm3b_vg00.mymap  /dev/hpvm3b_vg00 /dev/dsk/c19t0d3 /dev/dsk/c19t0d4&lt;BR /&gt;&lt;BR /&gt;Add New SAN disks to VG's&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/hpvm3a_vg00 /dev/dsk/c19t0d2 &lt;BR /&gt;vgextend /dev/hpvm3a_vg00 /dev/dsk/c21t0d1&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/hpvm3b_vg00 /dev/dsk/c19t0d3&lt;BR /&gt;vgextend /dev/hpvm3b_vg00 /dev/dsk/c19t0d4&lt;BR /&gt;&lt;BR /&gt;REmove old SAN disks from VG's&lt;BR /&gt;&lt;BR /&gt;vgreduce /dev/hpvm3a_vg00 /dev/dsk/c14t0d7&lt;BR /&gt;vgreduce /dev/hpvm3a_vg00 /dev/dsk/c14t1d0&lt;BR /&gt;&lt;BR /&gt;vgreduce /dev/hpvm3b_vg00 /dev/dsk/c14t1d1&lt;BR /&gt;vgreduce /dev/hpvm3b_vg00 /dev/dsk/c14t1d2&lt;BR /&gt;&lt;BR /&gt;Check all LV's are present with the original names.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance - &lt;BR /&gt;&lt;BR /&gt;Cheers, &lt;BR /&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681654#M551868</guid>
      <dc:creator>Misbah Elalami</dc:creator>
      <dc:date>2010-09-02T15:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681655#M551869</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Go through below plan.&lt;BR /&gt;&lt;BR /&gt;Phase 1:&lt;BR /&gt;&lt;BR /&gt;Take backup of data in all ivms&lt;BR /&gt;&lt;BR /&gt;Take ignite of all ivms&lt;BR /&gt;Take outputs as like&lt;BR /&gt;&lt;BR /&gt;#hpvmstatus &amp;gt;&amp;gt; /tmp/vmlogs&lt;BR /&gt;#hpvmstatus -P ivmname(guest) &amp;gt;&amp;gt; /tmp/vmlogs&lt;BR /&gt;#hpvmnet &amp;gt;&amp;gt; /tmp/vmlogs&lt;BR /&gt;#hpvmcollect -P ivmname &lt;BR /&gt;#vgdisplay -v &amp;gt;&amp;gt; /tmp/vmlogs&lt;BR /&gt;#strings /etc/lvmtab &amp;gt;&amp;gt; /tmp/vmlogs&lt;BR /&gt;&lt;BR /&gt;*******************************************************************************&lt;BR /&gt;&lt;BR /&gt;Phase:2&lt;BR /&gt;a)vgname&amp;gt;&amp;gt;/dev/hpvm3a_vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vgreduce /dev/hpvm3a_vg00 /dev/dsk/c19t0d2 /dev/dsk/c21t0d1&lt;BR /&gt;&lt;BR /&gt;#dd if=/dev/dsk/c14t0d7 of=/dev/dsk/c19t0d2 bs=2046 (will take time for complete)&lt;BR /&gt;&lt;BR /&gt;#dd if=/dev/dsk/c14t1d0 of=/dev/dsk/c21t0d1 bs=2046 (will take time for complete)&lt;BR /&gt;&lt;BR /&gt;#vgexport -p -s -m /tmp/hpvm3a_vg00.map /dev/hpvm3a_vg00&lt;BR /&gt;&lt;BR /&gt;#vgchange -a n /dev/hpvm3a_vg00&lt;BR /&gt;&lt;BR /&gt;#vgexport /dev/hpvm3a_vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note:Dont pvcreate or deallocate old luns you can go for roll back if needed.&lt;BR /&gt;***********************************************************************************&lt;BR /&gt;&lt;BR /&gt;Phase3:&lt;BR /&gt;&lt;BR /&gt;#mkdir /dev/hpvm3a_vg00&lt;BR /&gt;&lt;BR /&gt;#mknod /dev/hpvm3a_vg00/group c 64 0*010000&lt;BR /&gt;&lt;BR /&gt;#vgimport -s -m /tmp/hpvm3a_vg00.map /dev/hpvm3a_vg00&lt;BR /&gt;&lt;BR /&gt;#vgchange -a y /dev/hpvm3a_vg00&lt;BR /&gt;&lt;BR /&gt;#vgdisplay -v /dev/hpvm3a_vg00&lt;BR /&gt;&lt;BR /&gt;conform all lvs with same same as earlier&lt;BR /&gt;&lt;BR /&gt;if lvs name not same as before you can rename it without loosing data&lt;BR /&gt;&lt;BR /&gt;hope you will not come accross with this problem as your lvs name is lvol1 and lvol2&lt;BR /&gt;&lt;BR /&gt;*************************************************************************************************************************&lt;BR /&gt;Start vmguest (if only all disks of particular ivm guest comes under /dev/hpvm3a_vg00) and check&lt;BR /&gt;*************************************************************************************************************************&lt;BR /&gt;&lt;BR /&gt;Do above exercise for /dev/hpvm3b_vg00 also.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chandra&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2010 03:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681655#M551869</guid>
      <dc:creator>Chandrahasa s</dc:creator>
      <dc:date>2010-09-03T03:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681656#M551870</link>
      <description>Thanks alot Chandra - I get a chance to try that out next week - and will let you know how it goes - THANKS A MILLION for all the help and the very specific instructions... I was a little worried about using DD because I wasn't sure what it would do to the underlying LVM structures - but I think it will be okay... will let you know how it all goes - thanks Alot again ...</description>
      <pubDate>Fri, 03 Sep 2010 17:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681656#M551870</guid>
      <dc:creator>Misbah Elalami</dc:creator>
      <dc:date>2010-09-03T17:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681657#M551871</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would mirror the volumes, to the new san luns.&lt;BR /&gt;&lt;BR /&gt;Mirroring will keep the striping intact, so I dont see a problem there.&lt;BR /&gt;&lt;BR /&gt;When everything is mirrored, shutdown the virtual machine, "disconnect" the "old san luns" from the vm guests, reduce the "old san luns" from the "vmguest volumegroups" on the vmhost, "connect" the "new san luns to the vm guest" and start up the vmguests.&lt;BR /&gt;&lt;BR /&gt;Much better, then using, something antiquate ;), like dd, with a volumemanager.&lt;BR /&gt;&lt;BR /&gt;NOTE : the whole point of introducing volumemanagers, more then 14+ years ago, on hp-ux, was not to need to use raw disk devices and dd, ever again. (until oracle came up with asm offcourse ;) sorry couldnt resist) )&lt;BR /&gt;&lt;BR /&gt;NOTE2: And oh yes, you would have had problems with "the dd from the old san luns to new san luns", sooner or later, as the new san luns, dont have the exact same size as the old san luns.&lt;BR /&gt;&lt;BR /&gt;Greetz,&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2010 18:53:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681657#M551871</guid>
      <dc:creator>chris huys_4</dc:creator>
      <dc:date>2010-09-03T18:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681658#M551872</link>
      <description>@Chris,&lt;BR /&gt;You missed the statement in his original post stating the lvols are striped. There is no version of HP-UX or add-on that allows striping and mirroring.</description>
      <pubDate>Fri, 03 Sep 2010 18:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681658#M551872</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2010-09-03T18:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681659#M551873</link>
      <description>So a quick question comes up then before I start after reading the comment from Chris &lt;BR /&gt;&lt;BR /&gt;"NOTE2: And oh yes, you would have had problems with "the dd from the old san luns to new san luns", sooner or later, as the new san luns, dont have the exact same size as the old san luns."&lt;BR /&gt;&lt;BR /&gt;My new SAN drives are bigger than than the existing old SAN drives by a a few PP's or so - does DD require exact same size - or if the new disk is larger - should that work as well?&lt;BR /&gt;&lt;BR /&gt;Thanks for clarifying all  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2010 20:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681659#M551873</guid>
      <dc:creator>Misbah Elalami</dc:creator>
      <dc:date>2010-09-03T20:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681660#M551874</link>
      <description>&amp;gt; My new SAN drives are bigger than than&lt;BR /&gt;&amp;gt; the existing old SAN drives by a a few&lt;BR /&gt;&amp;gt; PP's or so - does DD require exact same&lt;BR /&gt;&amp;gt; size &lt;BR /&gt;dd from a smaller to a bigger disk will work, initially, but like all "workaround methods", a normal pvcreate of the "bigger disk" would have contained at least a lvm extent more "in its lvm header" then "the amount of extents the lvm header, that comes through the dd of the smaller disk contains" and thus, this can be the source of problems in the future... &lt;BR /&gt;&lt;BR /&gt;So if, the dd would need to be done, which it not needed in this case, only equal sizes of disks, would limit the amount of problems, imo..</description>
      <pubDate>Fri, 03 Sep 2010 22:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681660#M551874</guid>
      <dc:creator>chris huys_4</dc:creator>
      <dc:date>2010-09-03T22:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681661#M551875</link>
      <description>&amp;gt; @Chris, &lt;BR /&gt;&amp;gt; You missed the statement in his original&lt;BR /&gt;&amp;gt; post stating the lvols are striped. There&lt;BR /&gt;&amp;gt;  is no version of HP-UX or add-on that&lt;BR /&gt;&amp;gt; allows striping and mirroring. &lt;BR /&gt;&lt;BR /&gt;Thats dependent on what is understand beneath striping.&lt;BR /&gt;&lt;BR /&gt;If its extent based striping, then mirroring is certainly possible..&lt;BR /&gt;&lt;BR /&gt;i.e.&lt;BR /&gt;ronin # lvdisplay -v /dev/vgmirrorstriping/lvol1&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vgmirrorstriping/lvol1&lt;BR /&gt;VG Name                     /dev/vgmirrorstriping&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                    striped       &lt;BR /&gt;LV Size (Mbytes)            40              &lt;BR /&gt;Current LE                  10        &lt;BR /&gt;Allocated PE                20          &lt;BR /&gt;Stripes                     2       &lt;BR /&gt;Stripe Size (Kbytes)        8                   &lt;BR /&gt;Bad block                   on           &lt;BR /&gt;Allocation                  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/disk/disk70        5         5         &lt;BR /&gt;   /dev/disk/disk72        5         5         &lt;BR /&gt;   /dev/disk/disk74        5         5         &lt;BR /&gt;   /dev/disk/disk75        5         5         &lt;BR /&gt; &lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE    PV1                     PE1   Status 1 PV2                     PE2   Status 2 &lt;BR /&gt;   00000 /dev/disk/disk70        00000 current  /dev/disk/disk74        00000 current  &lt;BR /&gt;   00001 /dev/disk/disk72        00000 current  /dev/disk/disk75        00000 current  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Greetz,&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2010 22:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681661#M551875</guid>
      <dc:creator>chris huys_4</dc:creator>
      <dc:date>2010-09-03T22:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681662#M551876</link>
      <description>&amp;gt; @Chris, &lt;BR /&gt;&amp;gt; You missed the statement in his original&lt;BR /&gt;&amp;gt; post stating the lvols are striped. There &amp;gt; is no version of HP-UX or add-on that &lt;BR /&gt;&amp;gt; allows striping and mirroring. &lt;BR /&gt;Just to be clear. "standard" Striping + mirroring does work as my example shows.. but I did it on a hp-ux 11.31 system.&lt;BR /&gt;&lt;BR /&gt;So upgrading first the vmhost to hp-ux 11.31 would solve that problem. ;)&lt;BR /&gt;&lt;BR /&gt;So yes, if its the normal "striping" and its hp-ux 11.23 and upgrading the vmhost to hp-ux 11.31 is no option, then indeed, daves solution is probably the one I would also use. (i.e. creating a new vg with the new san luns and filesystem copying the data over ..)&lt;BR /&gt;&lt;BR /&gt;Greetz,&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 03 Sep 2010 23:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681662#M551876</guid>
      <dc:creator>chris huys_4</dc:creator>
      <dc:date>2010-09-03T23:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM PV MOVE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681663#M551877</link>
      <description>theres a pactyh for 11.23 to enable 16TB support+ mirror stripes, can have that installed on the systems&lt;BR /&gt;&lt;BR /&gt;s700_800 11.23 LVM Striped/Mirror + 16TB LV Enablement   PHCO_37939 &lt;BR /&gt;posted: 2008/08/21 &lt;BR /&gt;  PHCO_37939 &lt;BR /&gt;posted: 2008/08/21 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Sat, 04 Sep 2010 07:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-pv-move/m-p/4681663#M551877</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2010-09-04T07:17:33Z</dc:date>
    </item>
  </channel>
</rss>

