<?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: vgimport in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4360144#M346045</link>
    <description>Yes, you are right. Just export the vg from N4000 and import it on rp7410.&lt;BR /&gt;&lt;BR /&gt;On N4000&lt;BR /&gt;#vgexport -v -s -m /tmp/vgxx.map vgname&lt;BR /&gt;&lt;BR /&gt;copy the map file to rp7410&lt;BR /&gt;&lt;BR /&gt;on rp7410:&lt;BR /&gt;&lt;BR /&gt;#mkdir /dev/vgxx&lt;BR /&gt;#mknod /dev/vgxx/group c 64 0x000001&lt;BR /&gt;#vgimport -v -s -m /tmp/vgxx.map vgname&lt;BR /&gt;#vgchange -a y vgname&lt;BR /&gt;&lt;BR /&gt;Create mount points and mount it.</description>
    <pubDate>Tue, 17 Feb 2009 13:15:20 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-02-17T13:15:20Z</dc:date>
    <item>
      <title>vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4360142#M346043</link>
      <description>Hi!!&lt;BR /&gt;&lt;BR /&gt;We have an older N4000 beast running our dev environment across a xc500 Clarion.  We are in the process of moving the functionality over to a new(er) rp7410.  What would be the process, (if there is one,) to 'vgimport' from the N4000, (11.11,) to the 7410, (11.23?)&lt;BR /&gt;&lt;BR /&gt;If you need any more info, please let me know.</description>
      <pubDate>Tue, 17 Feb 2009 13:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4360142#M346043</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2009-02-17T13:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4360143#M346044</link>
      <description>Hi Ron:&lt;BR /&gt;&lt;BR /&gt;The manpages for 'vgimport' and 'vgexport' should provide the guidance you need.  There are even different examples.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 17 Feb 2009 13:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4360143#M346044</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-02-17T13:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4360144#M346045</link>
      <description>Yes, you are right. Just export the vg from N4000 and import it on rp7410.&lt;BR /&gt;&lt;BR /&gt;On N4000&lt;BR /&gt;#vgexport -v -s -m /tmp/vgxx.map vgname&lt;BR /&gt;&lt;BR /&gt;copy the map file to rp7410&lt;BR /&gt;&lt;BR /&gt;on rp7410:&lt;BR /&gt;&lt;BR /&gt;#mkdir /dev/vgxx&lt;BR /&gt;#mknod /dev/vgxx/group c 64 0x000001&lt;BR /&gt;#vgimport -v -s -m /tmp/vgxx.map vgname&lt;BR /&gt;#vgchange -a y vgname&lt;BR /&gt;&lt;BR /&gt;Create mount points and mount it.</description>
      <pubDate>Tue, 17 Feb 2009 13:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4360144#M346045</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-17T13:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4360145#M346046</link>
      <description>Yes, vgexport/vgimport process.&lt;BR /&gt;&lt;BR /&gt;On a quick:&lt;BR /&gt;&lt;BR /&gt;1)Show the vg luns to the new 7410 server&lt;BR /&gt;2)on the n4000, vgexport -s -v -p -m /tmp/vg.map vg&lt;BR /&gt;3)on the 7410, create the new vg dir(mkdir,mknod, etc..). then import the vg:&lt;BR /&gt;vgimport -s -v -m /tmp/vg.map vg&lt;BR /&gt;4)on the n4000,unmount the fs,vgchange -a n the vg&lt;BR /&gt;5)on the 7410, vgchange -a y, mount ..&lt;BR /&gt;6) unmap the luns from the n4000&lt;BR /&gt;&lt;BR /&gt;And you are done.</description>
      <pubDate>Tue, 17 Feb 2009 13:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4360145#M346046</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2009-02-17T13:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4360146#M346047</link>
      <description>Hi Ron,&lt;BR /&gt;&lt;BR /&gt;vgexport the groups from the N4000. Then mask the respective LUNs to the rp7410 (in case of shared storage) or move over the disks to the new system (in case of data residing on local disks). Then vgimport the groups on the rp7410, create mountpoints, update fstab, etc ....&lt;BR /&gt;&lt;BR /&gt;Since you mention a different OS version on the new host (11.23), don't forget to check your application vendor for support of this HPUX version. We've had a case where this kind of boxswap did not work because of the application not being supported on 11.23, even on PA-RISC.&lt;BR /&gt;&lt;BR /&gt;J.</description>
      <pubDate>Tue, 17 Feb 2009 13:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4360146#M346047</guid>
      <dc:creator>Jozef_Novak</dc:creator>
      <dc:date>2009-02-17T13:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4360147#M346048</link>
      <description>Hi,&lt;BR /&gt;Yes you can import to 11.23 and even from ia to pa look this good thread&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1057170" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1057170&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1094168" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1094168&lt;/A&gt;</description>
      <pubDate>Tue, 17 Feb 2009 13:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4360147#M346048</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-02-17T13:29:30Z</dc:date>
    </item>
  </channel>
</rss>

