<?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: vgexport and vgimport in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707637#M384673</link>
    <description>&lt;A href="http://hvelasco.admin.pagesperso-orange.fr/LVM%20HP-UX/root.htm" target="_blank"&gt;http://hvelasco.admin.pagesperso-orange.fr/LVM%20HP-UX/root.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For More Detail:&lt;BR /&gt;&lt;A href="http://docstore.mik.ua/manuals/hp-ux/en/5992-4589/" target="_blank"&gt;http://docstore.mik.ua/manuals/hp-ux/en/5992-4589/&lt;/A&gt;</description>
    <pubDate>Tue, 02 Nov 2010 06:50:18 GMT</pubDate>
    <dc:creator>Hakki Aydin Ucar</dc:creator>
    <dc:date>2010-11-02T06:50:18Z</dc:date>
    <item>
      <title>vgexport and vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707630#M384666</link>
      <description>why vgexport and vgimport are used. &lt;BR /&gt;&lt;BR /&gt;can i have with an example</description>
      <pubDate>Mon, 01 Nov 2010 16:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707630#M384666</guid>
      <dc:creator>newunix</dc:creator>
      <dc:date>2010-11-01T16:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport and vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707631#M384667</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You use 'vgexport' and 'vgimport' to (1) move LVM volume groups from one server to another; (2) to rename a volume group; (3) to copy volume group information from one server to another in a cluster (e.g. under Serviceguard); and (4) to remove a volume group from a server ('vgexport' without any subsequent 'vgimport').&lt;BR /&gt;&lt;BR /&gt;The manpages for each command provide examples and more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 01 Nov 2010 16:38:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707631#M384667</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-11-01T16:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport and vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707632#M384668</link>
      <description>also we use vgexport to take configuration backup of a vg (in the form of a map file), so that in the event of a failure we can recreate the vg from that backup.</description>
      <pubDate>Mon, 01 Nov 2010 17:33:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707632#M384668</guid>
      <dc:creator>srm_2</dc:creator>
      <dc:date>2010-11-01T17:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport and vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707633#M384669</link>
      <description>Hi Rahman,&lt;BR /&gt;&lt;BR /&gt;"also we use vgexport to take configuration backup of a vg (in the form of a map file), so that in the event of a failure we can recreate the vg from that backup"&lt;BR /&gt;&lt;BR /&gt;I am confused. Could you please explain it ?&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Tue, 02 Nov 2010 03:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707633#M384669</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-11-02T03:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport and vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707634#M384670</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;(11.31)&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/vgexport [-m mapfile] [-p] [-v] [-f outfile] vg_name&lt;BR /&gt;&lt;BR /&gt;Using the format of the above command line  the vgexport command can be used to remove a volume group from the system.&lt;BR /&gt;The volume group will be removed without modifying the logical volume information found on the physical volumes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The volume group identified by vg_name is removed from the /etc/lvmtab&lt;BR /&gt;or /etc/lvmtab_p file, and the associated device files including the&lt;BR /&gt;vg_name directory and group file are removed from the system.&lt;BR /&gt;&lt;BR /&gt;The volume group information and data is untouched on the physical volume.These disks can be imported to another system with the&lt;BR /&gt;vgimport command&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; /usr/sbin/vgexport -m mapfile -s [-p] [-v] vg_name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Using the format of the above command line,&lt;BR /&gt;vgexport command generates a mapfile that can be copied to other&lt;BR /&gt;systems that are part of a high availability cluster (use the -p&lt;BR /&gt;option if you do not want to remove the volume group from the system&lt;BR /&gt;the command is being run from) and the vgimport command (see&lt;BR /&gt;vgimport(1M)) can be used to recreate the volume group.  See also&lt;BR /&gt;vgchange(1M).  The mapfile contains a description of the volume group&lt;BR /&gt;and its associated logical volume(s) (if any).  The logical volume&lt;BR /&gt;information found on the physical volumes is not modified.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2010 03:43:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707634#M384670</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-11-02T03:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport and vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707635#M384671</link>
      <description>Hi Sooraj,&lt;BR /&gt;&lt;BR /&gt;i was talking about the second one you mentioned: &lt;BR /&gt;/usr/sbin/vgexport -p -v -s -m mapfile vg_name&lt;BR /&gt;&lt;BR /&gt;using this, we get the mapfile and the vg will not be removed from system.&lt;BR /&gt;&lt;BR /&gt;If later on, while working on this vg, if it is removed using vgexport or like that, then using the existing mapfile we can regenerate the vg by vgimport:&lt;BR /&gt;/usr/sbin/vgimport -v -s -m mapfile vg_name&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2010 04:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707635#M384671</guid>
      <dc:creator>srm_2</dc:creator>
      <dc:date>2010-11-02T04:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport and vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707636#M384672</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Thank you verymuch for the reply.&lt;BR /&gt;&lt;BR /&gt;==&amp;gt;to take configuration backup of a vg (in the form of a map file), &lt;BR /&gt;&lt;BR /&gt;The command used for this is vgcfgbackup.&lt;BR /&gt;&lt;BR /&gt;vgimport will take the configuration from disks only , not for the mapfile.&lt;BR /&gt;&lt;BR /&gt;in case of vgexport, map file is only used to save the "VGID" so that it can search for the disks which is having same VGID. it saves the name of the LV also.&lt;BR /&gt;&lt;BR /&gt;you can import a VG with data without help of any mapfile.. all you need is disks.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Tue, 02 Nov 2010 06:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707636#M384672</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-11-02T06:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport and vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707637#M384673</link>
      <description>&lt;A href="http://hvelasco.admin.pagesperso-orange.fr/LVM%20HP-UX/root.htm" target="_blank"&gt;http://hvelasco.admin.pagesperso-orange.fr/LVM%20HP-UX/root.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For More Detail:&lt;BR /&gt;&lt;A href="http://docstore.mik.ua/manuals/hp-ux/en/5992-4589/" target="_blank"&gt;http://docstore.mik.ua/manuals/hp-ux/en/5992-4589/&lt;/A&gt;</description>
      <pubDate>Tue, 02 Nov 2010 06:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707637#M384673</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-11-02T06:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport and vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707638#M384674</link>
      <description>for second one this is more official link:&lt;BR /&gt;&lt;A href="http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02023734/c02023734.pdf" target="_blank"&gt;http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02023734/c02023734.pdf&lt;/A&gt;</description>
      <pubDate>Tue, 02 Nov 2010 06:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707638#M384674</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-11-02T06:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport and vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707639#M384675</link>
      <description>&lt;A href="http://forums13.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;</description>
      <pubDate>Tue, 02 Nov 2010 17:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgimport/m-p/4707639#M384675</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-11-02T17:12:32Z</dc:date>
    </item>
  </channel>
</rss>

