<?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: How to vgexport and vgimport in Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-vgexport-and-vgimport-in-linux/m-p/4417097#M36455</link>
    <description>Hi Minhaz,&lt;BR /&gt;&lt;BR /&gt;you can check below link for vgexport/vgimport in linux&lt;BR /&gt;&lt;A href="http://linux.die.net/man/8/vgimport" target="_blank"&gt;http://linux.die.net/man/8/vgimport&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur</description>
    <pubDate>Mon, 11 May 2009 07:48:39 GMT</pubDate>
    <dc:creator>Taifur</dc:creator>
    <dc:date>2009-05-11T07:48:39Z</dc:date>
    <item>
      <title>How to vgexport and vgimport in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-vgexport-and-vgimport-in-linux/m-p/4417096#M36454</link>
      <description>I'm trying to do a vgexport/vgimport between two SLES 10 boxes connecting to an Equallogic SAN. I'd like to have a map file between the two using this commmand:&lt;BR /&gt;&lt;BR /&gt;vgexport -m vgoracle.map oracle&lt;BR /&gt;vgexport: invalid option -- m&lt;BR /&gt;&lt;BR /&gt;Does anybody know how to get a map file of a volume group using SLES? The -m works in HP-UX which is what I am migrating from.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In HP-UX i can able to perform:&lt;BR /&gt;&lt;BR /&gt;vgexport -p -s -v -m /tmp/vgdata1202.map  /dev/vgdata&lt;BR /&gt;&lt;BR /&gt;vgimport -s -v -m /tmp/vgata1202.map  /dev/vgdata               &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 May 2009 07:11:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-vgexport-and-vgimport-in-linux/m-p/4417096#M36454</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2009-05-11T07:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to vgexport and vgimport in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-vgexport-and-vgimport-in-linux/m-p/4417097#M36455</link>
      <description>Hi Minhaz,&lt;BR /&gt;&lt;BR /&gt;you can check below link for vgexport/vgimport in linux&lt;BR /&gt;&lt;A href="http://linux.die.net/man/8/vgimport" target="_blank"&gt;http://linux.die.net/man/8/vgimport&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur</description>
      <pubDate>Mon, 11 May 2009 07:48:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-vgexport-and-vgimport-in-linux/m-p/4417097#M36455</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-05-11T07:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to vgexport and vgimport in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-vgexport-and-vgimport-in-linux/m-p/4417098#M36456</link>
      <description>HI, here is command info&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linux.about.com/library/cmd/blcmdl_8uv.htm" target="_blank"&gt;http://linux.about.com/library/cmd/blcmdl_8uv.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;also pls check below thread having good info,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1318675" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1318675&lt;/A&gt;</description>
      <pubDate>Mon, 11 May 2009 08:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-vgexport-and-vgimport-in-linux/m-p/4417098#M36456</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-05-11T08:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to vgexport and vgimport in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-vgexport-and-vgimport-in-linux/m-p/4417099#M36457</link>
      <description>Linux does not use map files.&lt;BR /&gt;&lt;BR /&gt;In HP-UX, an exported VG is nameless and the name must be defined when re-importing it. In Linux, the VG name is stored in the VG metadata and stays with it.&lt;BR /&gt;&lt;BR /&gt;(If you need to rename a VG in Linux, there is a "vgrename" command for that. If you have two VGs with the same name on the same host, you can use VG UUIDs to uniquely identify the VGs. The UUID is visible in the vgdisplay listing.)&lt;BR /&gt;&lt;BR /&gt;To make the VG known in the new host, just use "vgscan" (maybe as "vgscan -v" so you get some feedback). If udev is used (as usual with a 2.6 series kernel today) the device files associated with the VG and its LVs are created automatically when the VG is activated (vgchange -a y) and removed when the VG is deactivated. &lt;BR /&gt;&lt;BR /&gt;(When using the LVM2 of Linux 2.6 kernel series for the first time, I spent a while wondering why the device files did not appear when I ran vgscan. :-)&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 11 May 2009 11:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-vgexport-and-vgimport-in-linux/m-p/4417099#M36457</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-05-11T11:46:09Z</dc:date>
    </item>
  </channel>
</rss>

