<?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: Data Migrationf from server to server in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060364#M9591</link>
    <description>Doesnt the t#d# in C#t#d# changes if the storage ports are changed?? I am thinking that the t#d# are dependent on the LUN # and the c# depends on the host bus adaptor on the server side.&lt;BR /&gt;I guess the c#t#d# remains the same as long as the HBAs are in the same slot in both the servers..what happens if the HBA are in a different Hardware path on the second server??&lt;BR /&gt;</description>
    <pubDate>Tue, 02 Sep 2003 15:55:53 GMT</pubDate>
    <dc:creator>roadrunner_1</dc:creator>
    <dc:date>2003-09-02T15:55:53Z</dc:date>
    <item>
      <title>Data Migrationf from server to server</title>
      <link>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060359#M9586</link>
      <description>I have the following scenario&lt;BR /&gt;server 1 - 400GB in 3 volume groups data LVM striped across a group of 4 disks and the LUNS are from a XP512.&lt;BR /&gt;&lt;BR /&gt;I have to move these disks to another server. The data is primarily informix database. what would be the correct procedure..Please correct me if this procedure is wrong??&lt;BR /&gt;&lt;BR /&gt;1. On server 1, vgexport to a mapfile&lt;BR /&gt;2. On server 2 perform ioscan and insf. Then vgimport the mapfile...&lt;BR /&gt;&lt;BR /&gt;I am not sure if I am missing something here..Do I have to vgextend the disks before I do the vgimport.&lt;BR /&gt;&lt;BR /&gt;RR&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 31 Aug 2003 14:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060359#M9586</guid>
      <dc:creator>roadrunner_1</dc:creator>
      <dc:date>2003-08-31T14:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migrationf from server to server</title>
      <link>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060360#M9587</link>
      <description>Sounds ok to me.  You don't have to vgextend anything.  But you do need to create the directory  and group file for the vg.&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg??&lt;BR /&gt;# mknod /dev/vg??/group c 64 0x0?0000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 31 Aug 2003 21:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060360#M9587</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-08-31T21:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migrationf from server to server</title>
      <link>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060361#M9588</link>
      <description>Hi RR,&lt;BR /&gt;&lt;BR /&gt;The procedure is fairly simple, I've done this numerous times.&lt;BR /&gt;For each volume group. If you have more than 16 volume groups make sure that you increase your kernel parameter 'maxvgs'&lt;BR /&gt;&lt;BR /&gt;original server (note the usage of the preview and shared options)&lt;BR /&gt;# vgexport -m myvg.mapfile -p -v -s /dev/myvg&lt;BR /&gt;Copy the mapfile(s) to the new server&lt;BR /&gt;Disconnect disk array&lt;BR /&gt;on new server&lt;BR /&gt;# mkdir /dev/myvg&lt;BR /&gt;# mknod /dev/myvg/group c 64 0x0?0000 (make sure that use unique numbering)&lt;BR /&gt;# vgimport -v -m myvg.mapfile -p -s /dev/myvg&lt;BR /&gt;if successful&lt;BR /&gt;# vgimport -v -m myvg.mapfile -s /dev/myvg&lt;BR /&gt;Check ownerships/permissions etc depending on how you have informix set up on the original server.&lt;BR /&gt;Make the necessary directories for mounting filesystems.&lt;BR /&gt;Make sure that informix has the same UID number.&lt;BR /&gt;Before mounting any directories onto mount points you must run 'fsck' on all of them.&lt;BR /&gt;Mount the directories and make sure you update the /etc/fstab file.&lt;BR /&gt;There is no need to run vgextend, as all of the volumes wll be included in the mapfile (-s option) which scan all of the LUN's for a matching VGID (volume group identifier)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael</description>
      <pubDate>Sun, 31 Aug 2003 21:54:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060361#M9588</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-08-31T21:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migrationf from server to server</title>
      <link>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060362#M9589</link>
      <description>What happens if the ports on the storage frame changes??&lt;BR /&gt;Example : Server1 CL1-C, CL2-C and CL1-E, CL2-E&lt;BR /&gt;Server 2: CL1-G, CL1-H and CL1-G, CL2-G&lt;BR /&gt;&lt;BR /&gt;Would the vgimports still work??&lt;BR /&gt;&lt;BR /&gt;RR&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Sep 2003 14:28:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060362#M9589</guid>
      <dc:creator>roadrunner_1</dc:creator>
      <dc:date>2003-09-02T14:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migrationf from server to server</title>
      <link>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060363#M9590</link>
      <description>It will work.  The host knows nothing about the ports on the XP.  As long as the LUN's are assigned to a port that server 2 can see, they will just look like available disks on an available path.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Sep 2003 15:31:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060363#M9590</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2003-09-02T15:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migrationf from server to server</title>
      <link>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060364#M9591</link>
      <description>Doesnt the t#d# in C#t#d# changes if the storage ports are changed?? I am thinking that the t#d# are dependent on the LUN # and the c# depends on the host bus adaptor on the server side.&lt;BR /&gt;I guess the c#t#d# remains the same as long as the HBAs are in the same slot in both the servers..what happens if the HBA are in a different Hardware path on the second server??&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Sep 2003 15:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060364#M9591</guid>
      <dc:creator>roadrunner_1</dc:creator>
      <dc:date>2003-09-02T15:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migrationf from server to server</title>
      <link>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060365#M9592</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;That's the beauty of using the -s option for vgexport and vgimport. The mapfile carries over the 'VGID' which is on every disk used in LVm. When you run the vgimport using the -s option it uses the VGID in the mapfile to match each and every LUN that it can scan, and creates a match. When it finds all of the matches it attempts to do the import. If it is successful, there will be no error messages. If there it will tell you. This may happen if it doesn't find all of the disks in the volume group. If you find that this happens then the server cannot see all of the disks it had before. When running the vgimport command always use the -p option (preview) the first time around.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Michael</description>
      <pubDate>Wed, 03 Sep 2003 03:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060365#M9592</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-09-03T03:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data Migrationf from server to server</title>
      <link>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060366#M9593</link>
      <description>Thanks for all ur replies..I have one last question. If the LUN id changes when mapped to the ports on the storage frame connected to the new server B, will the vgimport still work.&lt;BR /&gt;&lt;BR /&gt;RR</description>
      <pubDate>Sat, 20 Sep 2003 20:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/data-migrationf-from-server-to-server/m-p/3060366#M9593</guid>
      <dc:creator>roadrunner_1</dc:creator>
      <dc:date>2003-09-20T20:50:34Z</dc:date>
    </item>
  </channel>
</rss>

