<?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: HPUX vgexport vgimport new device files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140525#M452276</link>
    <description>&amp;gt;&amp;gt; Correct me if I'm wrong please but I assume then if I do the following I can do his live:&lt;BR /&gt;1) vgexport -m mapfile -s -p -v vgname&lt;BR /&gt;2) move EVA Fabric A ports&lt;BR /&gt;3) vgimport -m mapfile -v -s vgname&lt;BR /&gt;4) vgextend (bring new devices names into vg)&lt;BR /&gt;5) rmsf to clean up NOHW devices.&lt;BR /&gt;&lt;BR /&gt;Repeat steps for fabric B.&lt;BR /&gt;&lt;BR /&gt;Its step 3, the import, to a live active vg, I am not sure about.&lt;BR /&gt;&lt;BR /&gt;Preview the vgimport to check for any possible error&lt;BR /&gt;vgimport -pvs -m &lt;MAP_FILE&gt; /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;if no error remove the preview mode&lt;BR /&gt;&lt;BR /&gt;vgimport -vs -m &lt;MAP_FILE&gt; /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;(nothing wrong in vgimport map file in active vg) becoz mapfile "contain the VGID and lvols)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;&lt;/MAP_FILE&gt;&lt;/MAP_FILE&gt;</description>
    <pubDate>Thu, 13 Nov 2008 03:33:14 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2008-11-13T03:33:14Z</dc:date>
    <item>
      <title>HPUX vgexport vgimport new device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140522#M452273</link>
      <description>Currently I have....&lt;BR /&gt;- Brocade directors&lt;BR /&gt;- EVA4400&lt;BR /&gt;- rx4640 (2 node SG cluster)&lt;BR /&gt;&lt;BR /&gt;I need to move the EVA connections to different ports in the same switch.  I've moved the hosts already and device files remain the same.  I need to move the EVA now and I'm sure, the device files will change. &lt;BR /&gt;&lt;BR /&gt;This is LVM and I'm using PV-links, 4 paths to each disk.&lt;BR /&gt;I need to do this live.&lt;BR /&gt;I have dual fabrics. A and B&lt;BR /&gt;The EVA has 2 connections into each fabric.&lt;BR /&gt;&lt;BR /&gt;Have I left out any information?&lt;BR /&gt;&lt;BR /&gt;What is the best way to do this with ZERO interuption to the business?  I've done this before and I know it can be done but my memory is a little challenged here. (-: I appreciate the help please.&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Nov 2008 15:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140522#M452273</guid>
      <dc:creator>scoooot</dc:creator>
      <dc:date>2008-11-12T15:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX vgexport vgimport new device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140523#M452274</link>
      <description>You need to have map files for those volume groups so that you can re-import them and you may have to add those pv links manually.</description>
      <pubDate>Wed, 12 Nov 2008 16:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140523#M452274</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2008-11-12T16:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX vgexport vgimport new device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140524#M452275</link>
      <description>Correct me if I'm wrong please but I assume then if I do the following I can do his live:&lt;BR /&gt;1) vgexport -m mapfile -s -p -v vgname&lt;BR /&gt;2) move EVA Fabric A ports&lt;BR /&gt;3) vgimport -m mapfile -v -s vgname&lt;BR /&gt;4) vgextend (bring new devices names into vg)&lt;BR /&gt;5) rmsf to clean up NOHW devices.&lt;BR /&gt;&lt;BR /&gt;Repeat steps for fabric B.&lt;BR /&gt;&lt;BR /&gt;Its step 3, the import, to a live active vg, I am not sure about.</description>
      <pubDate>Wed, 12 Nov 2008 20:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140524#M452275</guid>
      <dc:creator>scoooot</dc:creator>
      <dc:date>2008-11-12T20:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX vgexport vgimport new device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140525#M452276</link>
      <description>&amp;gt;&amp;gt; Correct me if I'm wrong please but I assume then if I do the following I can do his live:&lt;BR /&gt;1) vgexport -m mapfile -s -p -v vgname&lt;BR /&gt;2) move EVA Fabric A ports&lt;BR /&gt;3) vgimport -m mapfile -v -s vgname&lt;BR /&gt;4) vgextend (bring new devices names into vg)&lt;BR /&gt;5) rmsf to clean up NOHW devices.&lt;BR /&gt;&lt;BR /&gt;Repeat steps for fabric B.&lt;BR /&gt;&lt;BR /&gt;Its step 3, the import, to a live active vg, I am not sure about.&lt;BR /&gt;&lt;BR /&gt;Preview the vgimport to check for any possible error&lt;BR /&gt;vgimport -pvs -m &lt;MAP_FILE&gt; /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;if no error remove the preview mode&lt;BR /&gt;&lt;BR /&gt;vgimport -vs -m &lt;MAP_FILE&gt; /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;(nothing wrong in vgimport map file in active vg) becoz mapfile "contain the VGID and lvols)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;&lt;/MAP_FILE&gt;&lt;/MAP_FILE&gt;</description>
      <pubDate>Thu, 13 Nov 2008 03:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140525#M452276</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-13T03:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX vgexport vgimport new device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140526#M452277</link>
      <description>One important piece of information was left out: Is this HP-UX 11.31 (11i v3) or older?&lt;BR /&gt;&lt;BR /&gt;If it's a 11.31, the storage management has major differences to the older versions, especially if you are using the newer "Agile View" disk devices.&lt;BR /&gt;&lt;BR /&gt;We have only a few 11.31 machines so far, and we haven't had to do any migrations with them yet. But based on my understanding of the 11.31 documentation, it should be able to handle the move without any change to the (new-style) device files.&lt;BR /&gt;&lt;BR /&gt;The instructions given above seem to refer to HP-UX 11.23 or older. But following them on 11.31 too is not likely to cause any harm.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 13 Nov 2008 04:15:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140526#M452277</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-11-13T04:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX vgexport vgimport new device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140527#M452278</link>
      <description>OK, this is your working plan&lt;BR /&gt;NOTE: you have 04 paths to each disk, right??&lt;BR /&gt;1, run vgremove vgname alternate path &lt;BR /&gt;--&amp;gt; to remove 02 alternate path (01 HBA)&lt;BR /&gt;2, Plug this FC cable to new port&lt;BR /&gt;3, run vgextend vgname new_alternate path&lt;BR /&gt;4, run #vgchange -t new alternate path&lt;BR /&gt;5, #vgreduce vgname 02 old alternate path&lt;BR /&gt;6, change the rest FC cable to new port&lt;BR /&gt;7, run vgextend to extend 02 alternate path&lt;BR /&gt;8, vgexport/vgimport to other node.&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 13 Nov 2008 06:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140527#M452278</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2008-11-13T06:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX vgexport vgimport new device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140528#M452279</link>
      <description>all is well, the migration is complete and not a single interuption.  Thank you very much to all the assisted.</description>
      <pubDate>Mon, 17 Nov 2008 15:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-vgexport-vgimport-new-device-files/m-p/5140528#M452279</guid>
      <dc:creator>scoooot</dc:creator>
      <dc:date>2008-11-17T15:52:39Z</dc:date>
    </item>
  </channel>
</rss>

