<?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: Moving scsi array between servers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-scsi-array-between-servers/m-p/4916041#M623637</link>
    <description>Hi MIKE&lt;BR /&gt;&lt;BR /&gt;   If you have only one Vg configured into this Array for the server then .I dont think so there is much issues in this.&lt;BR /&gt;You can go ahead for vgexport and vgimport in the second m/c.&lt;BR /&gt;&lt;BR /&gt;   Even if you have multiple Vg's.Then note down the Lun no of these disks.Since these will not change even if your disk path got changed.i.e c1t0d?.So you mark down the disks of each Vg and do the vgimport in the same disk.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;S.Arunkumar&lt;BR /&gt;</description>
    <pubDate>Wed, 03 Aug 2005 18:37:55 GMT</pubDate>
    <dc:creator>S.Arunkumar</dc:creator>
    <dc:date>2005-08-03T18:37:55Z</dc:date>
    <item>
      <title>Moving scsi array between servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-scsi-array-between-servers/m-p/4916040#M623636</link>
      <description>I have a scsi disk array on a server with a volume group defined with over 200Gb of data that I need to move to another server.&lt;BR /&gt;&lt;BR /&gt;Could you give me the proper steps to accomplish this. I know I can do a vgexport, disconnect the scsi array and move it to the new server, then vgimport, but the disk devices will undoubtly have a new names, how do I handle that ??&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 03 Aug 2005 18:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-scsi-array-between-servers/m-p/4916040#M623636</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2005-08-03T18:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Moving scsi array between servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-scsi-array-between-servers/m-p/4916041#M623637</link>
      <description>Hi MIKE&lt;BR /&gt;&lt;BR /&gt;   If you have only one Vg configured into this Array for the server then .I dont think so there is much issues in this.&lt;BR /&gt;You can go ahead for vgexport and vgimport in the second m/c.&lt;BR /&gt;&lt;BR /&gt;   Even if you have multiple Vg's.Then note down the Lun no of these disks.Since these will not change even if your disk path got changed.i.e c1t0d?.So you mark down the disks of each Vg and do the vgimport in the same disk.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;S.Arunkumar&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Aug 2005 18:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-scsi-array-between-servers/m-p/4916041#M623637</guid>
      <dc:creator>S.Arunkumar</dc:creator>
      <dc:date>2005-08-03T18:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Moving scsi array between servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-scsi-array-between-servers/m-p/4916042#M623638</link>
      <description>You can export the vg in preview mode to generate a map file, then move the array to the new node and import the vg...&lt;BR /&gt;&lt;BR /&gt;current node:&lt;BR /&gt;# vgexport -p -v -s -m /tmp/vgname.map /dev/vgname&lt;BR /&gt;# scp /tmp/vgname.map newnode:/tmp&lt;BR /&gt;(unmount f/s for vg)&lt;BR /&gt;# vgchange -a n /dev/vgname&lt;BR /&gt;(shutdown/disconnect array)&lt;BR /&gt;&lt;BR /&gt;new node:&lt;BR /&gt;after you've attach array...&lt;BR /&gt;# mkdir /dev/vgname&lt;BR /&gt;# mknod /dev/vgname/group c 64 0x??0000&lt;BR /&gt;# vgimport -p -v -s -m /tmp/vgname.map /dev/vgname&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Using the export/import with a map file and the -s option for the vgid, you won't have to fiddle with mapping out new disk dev files.&lt;BR /&gt;&lt;BR /&gt;Also save the actual export from the current node until you verify the array's new home is up and running well. Once all is well, go back to the current (old) node and do the vgexport. "vgexport -v /dev/vgname"&lt;BR /&gt;&lt;BR /&gt;Of course if you run into trouble with the new node, just backou by putting the array back on the other node and do your vgchange -a y /dev/vgname. If you plan on keeping it on the old node for a bit, you may want to setup your /etc/lvmrc to exclude the old vg.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps w/ your task,&lt;BR /&gt;-denver</description>
      <pubDate>Wed, 03 Aug 2005 19:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-scsi-array-between-servers/m-p/4916042#M623638</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-08-03T19:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Moving scsi array between servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-scsi-array-between-servers/m-p/4916043#M623639</link>
      <description>Thanks alot...</description>
      <pubDate>Thu, 04 Aug 2005 06:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-scsi-array-between-servers/m-p/4916043#M623639</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2005-08-04T06:37:15Z</dc:date>
    </item>
  </channel>
</rss>

