<?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: export /import in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import/m-p/4238770#M588103</link>
    <description>to export you have to use.&lt;BR /&gt;&lt;BR /&gt;vgexport -m vgname.map -v -f vgname.file /dev/vgname&lt;BR /&gt;&lt;BR /&gt;vgimport -m vgname.map -v -f vgname.file /dev/vgname&lt;BR /&gt;&lt;BR /&gt;What is ur situation why u want to do this.&lt;BR /&gt;For more info see vgexport(1M) and vgimport(1M)&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
    <pubDate>Wed, 23 Jul 2008 05:28:06 GMT</pubDate>
    <dc:creator>Kapil Jha</dc:creator>
    <dc:date>2008-07-23T05:28:06Z</dc:date>
    <item>
      <title>export /import</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import/m-p/4238769#M588102</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How to export and import  individual VG in cluster.&lt;BR /&gt;&lt;BR /&gt;Regrads&lt;BR /&gt;atulkumar</description>
      <pubDate>Wed, 23 Jul 2008 04:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import/m-p/4238769#M588102</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-07-23T04:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: export /import</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import/m-p/4238770#M588103</link>
      <description>to export you have to use.&lt;BR /&gt;&lt;BR /&gt;vgexport -m vgname.map -v -f vgname.file /dev/vgname&lt;BR /&gt;&lt;BR /&gt;vgimport -m vgname.map -v -f vgname.file /dev/vgname&lt;BR /&gt;&lt;BR /&gt;What is ur situation why u want to do this.&lt;BR /&gt;For more info see vgexport(1M) and vgimport(1M)&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Wed, 23 Jul 2008 05:28:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import/m-p/4238770#M588103</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2008-07-23T05:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: export /import</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import/m-p/4238771#M588104</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;May this helps you.&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1076190" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1076190&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B5158-90018/ch07s09.html" target="_blank"&gt;http://docs.hp.com/en/B5158-90018/ch07s09.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;#man vgexport&lt;BR /&gt;#man vgimport</description>
      <pubDate>Wed, 23 Jul 2008 05:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import/m-p/4238771#M588104</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2008-07-23T05:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: export /import</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import/m-p/4238772#M588105</link>
      <description>Hi Atul&lt;BR /&gt;&lt;BR /&gt;to export&lt;BR /&gt;&lt;BR /&gt;vgexport -m vgname.map -v -f vgname.file /dev/vgname&lt;BR /&gt;&lt;BR /&gt;than copy vgname.map and vgname.file to other node and than import it&lt;BR /&gt;&lt;BR /&gt;vgimport -m vgname.map -v -f vgname.file /dev/vgname&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Fri, 25 Jul 2008 04:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import/m-p/4238772#M588105</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2008-07-25T04:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: export /import</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import/m-p/4238773#M588106</link>
      <description>Hi AK!&lt;BR /&gt;&lt;BR /&gt;for vgexport if having HA Cluster:&lt;BR /&gt;#vgexport -p -s -v -m /tmp/vgx.map /dev/vgx &lt;BR /&gt;&lt;BR /&gt;for vg import :&lt;BR /&gt;copy the map file which created thru vgexport in /tmp i.e vgx.map to 2nd Node's /tmp directory &amp;amp; type cmd&lt;BR /&gt;#vgimport -v -s -m /tmp/vgx.map /dev/vgx  &lt;BR /&gt;&lt;BR /&gt;Once it is successfully completed activate the vg in 2nd Node.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards&lt;BR /&gt;vjta&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2008 08:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import/m-p/4238773#M588106</guid>
      <dc:creator>vjta</dc:creator>
      <dc:date>2008-08-06T08:56:43Z</dc:date>
    </item>
  </channel>
</rss>

