<?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: Linux host data/server migration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-host-data-server-migration/m-p/3825440#M24217</link>
    <description>I tested it, I can pleasantly say it did work.&lt;BR /&gt;&lt;BR /&gt;Here is what we did for test.  We zoned/lun masked the same LUN to two different servers.  I pvcreated the LUN on one, made a test volume group and mkfs on it, then mounted it and copied some data to it.&lt;BR /&gt;&lt;BR /&gt;unmount&lt;BR /&gt;vgchange -a n vgtest&lt;BR /&gt;vgexport vgtest&lt;BR /&gt;&lt;BR /&gt;On other system&lt;BR /&gt;vgimport vgtest&lt;BR /&gt;vgchange -a y vgtest&lt;BR /&gt;mount /dev/vgtes/lvol1 /test_dir&lt;BR /&gt;&lt;BR /&gt;Worked great.  Pretty impressed.&lt;BR /&gt;&lt;BR /&gt;Thanks all...&lt;BR /&gt;&lt;BR /&gt;Taylor</description>
    <pubDate>Tue, 18 Jul 2006 13:50:57 GMT</pubDate>
    <dc:creator>Taylor Lewick_2</dc:creator>
    <dc:date>2006-07-18T13:50:57Z</dc:date>
    <item>
      <title>Linux host data/server migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-host-data-server-migration/m-p/3825437#M24214</link>
      <description>Hi all. We are in the middle of a data center migration. We are physically moving our servers and migrating data from our old data center to new by copying from an old EMC disk array to a new ECM disk array using SRDF.&lt;BR /&gt;&lt;BR /&gt;We have already migrated several HP-UX hosts using LVM and Veritas Volume Manager.&lt;BR /&gt;&lt;BR /&gt;For migrating the data on the HP-UX hosts we used the vgexport -s -v -m mapfile /dev/vg0#&lt;BR /&gt;command. The -s marked a signature on the disks so that even though the hardware path changed, vgimport new to look for the signature of the disk and bring in the disks into the correct volume group. It worked perfectly.&lt;BR /&gt;&lt;BR /&gt;My question is, we are doing the same thing on some Linux hosts.&lt;BR /&gt;&lt;BR /&gt;The current SAN connected filesystems are not using LVM. We have zoned in the new storage, (we are extending the fabirc so the hosts can see old and new arrays at same time) and I have configured those disks using lvm.&lt;BR /&gt;&lt;BR /&gt;Will vgexport/vgimport on RedHat using LVM2 work the same way it does on HP-UX? I know you can't tell the vgexport to use a signature to identify which disk is in which volume group, but does it store that information automatically?</description>
      <pubDate>Tue, 18 Jul 2006 08:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-host-data-server-migration/m-p/3825437#M24214</guid>
      <dc:creator>Taylor Lewick_2</dc:creator>
      <dc:date>2006-07-18T08:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Linux host data/server migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-host-data-server-migration/m-p/3825438#M24215</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;vgexport/vgimport is SUPPOSED to work on Linux LVM2 as it does on HP-UX.&lt;BR /&gt;&lt;BR /&gt;Note that LVM on Linux was not a code port, it was a feature and functionality port.&lt;BR /&gt;&lt;BR /&gt;Therefore you should test that it ACTUALLY works.&lt;BR /&gt;&lt;BR /&gt;Do it with a play system first.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 18 Jul 2006 11:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-host-data-server-migration/m-p/3825438#M24215</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-18T11:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Linux host data/server migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-host-data-server-migration/m-p/3825439#M24216</link>
      <description>Hi Taylor, that it's possible, check these links:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.die.net/doc/linux/HOWTO/LVM-HOWTO-16.html" target="_blank"&gt;http://www.die.net/doc/linux/HOWTO/LVM-HOWTO-16.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.linux.com/howtos/LVM-HOWTO/recipemovevgtonewsys.shtml" target="_blank"&gt;http://www.linux.com/howtos/LVM-HOWTO/recipemovevgtonewsys.shtml&lt;/A&gt;</description>
      <pubDate>Tue, 18 Jul 2006 11:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-host-data-server-migration/m-p/3825439#M24216</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-18T11:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Linux host data/server migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-host-data-server-migration/m-p/3825440#M24217</link>
      <description>I tested it, I can pleasantly say it did work.&lt;BR /&gt;&lt;BR /&gt;Here is what we did for test.  We zoned/lun masked the same LUN to two different servers.  I pvcreated the LUN on one, made a test volume group and mkfs on it, then mounted it and copied some data to it.&lt;BR /&gt;&lt;BR /&gt;unmount&lt;BR /&gt;vgchange -a n vgtest&lt;BR /&gt;vgexport vgtest&lt;BR /&gt;&lt;BR /&gt;On other system&lt;BR /&gt;vgimport vgtest&lt;BR /&gt;vgchange -a y vgtest&lt;BR /&gt;mount /dev/vgtes/lvol1 /test_dir&lt;BR /&gt;&lt;BR /&gt;Worked great.  Pretty impressed.&lt;BR /&gt;&lt;BR /&gt;Thanks all...&lt;BR /&gt;&lt;BR /&gt;Taylor</description>
      <pubDate>Tue, 18 Jul 2006 13:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-host-data-server-migration/m-p/3825440#M24217</guid>
      <dc:creator>Taylor Lewick_2</dc:creator>
      <dc:date>2006-07-18T13:50:57Z</dc:date>
    </item>
  </channel>
</rss>

