<?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: Logical Volume Manager in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714421#M61399</link>
    <description>The vg??.mapfile was created from a vgexport -p command. Someone probibly created it.&lt;BR /&gt;</description>
    <pubDate>Tue, 30 Apr 2002 18:14:13 GMT</pubDate>
    <dc:creator>hpuxrox</dc:creator>
    <dc:date>2002-04-30T18:14:13Z</dc:date>
    <item>
      <title>Logical Volume Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714417#M61395</link>
      <description>In my /etc/lvmconf directory I have two sets of files, one vg??.conf that is created with vgcfbackup and the other is vg??.mapfile - I can find reference to these files in the forum and that they are important - but for the life of me, I can't find out how I created them. ??</description>
      <pubDate>Tue, 30 Apr 2002 18:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714417#M61395</guid>
      <dc:creator>Tracey</dc:creator>
      <dc:date>2002-04-30T18:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714418#M61396</link>
      <description>Hi Tracey:&lt;BR /&gt;&lt;BR /&gt;It is not necessary that these files are created manually ! Everytime you modify anything with any VG, the changes will be deflected in the files in /etc/lvmconf. If you just do a vgextend/vgreduce/lvcreate ..etc, you could see a message appearing at last saying the 'modification has been done on /etc/lvmconf/vg??.?? file' or something similar. This is done by the LVM itself.&lt;BR /&gt;&lt;BR /&gt;The map files are normally created when you do make_tape_recovery. Next time when you invoke this command, give -v option and check the messages.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 30 Apr 2002 18:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714418#M61396</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-30T18:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714419#M61397</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Those map files are created with vgexport -m command. (by hand or script)&lt;BR /&gt;&lt;BR /&gt;This to do a vgimport on the system !&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Tue, 30 Apr 2002 18:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714419#M61397</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-30T18:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714420#M61398</link>
      <description>Hi Tracey,&lt;BR /&gt;&lt;BR /&gt; The .conf are created, as you say, with the vgcfgbackup command &amp;amp; can also be craeted/modified automatically by many of the vg &amp;amp; lv commands UNLESS you do -A n to suppress.&lt;BR /&gt;&lt;BR /&gt;The .mapfile are created by the vgexport command when you use the -s parameter to write the file - believe vg_name.mapfile is the default filename &amp;amp; /etc/lvmconf is the default dir unless overridden with the -m parameter.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 30 Apr 2002 18:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714420#M61398</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-30T18:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714421#M61399</link>
      <description>The vg??.mapfile was created from a vgexport -p command. Someone probibly created it.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Apr 2002 18:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714421#M61399</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-04-30T18:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714422#M61400</link>
      <description>Hi Tracey:&lt;BR /&gt;&lt;BR /&gt;An addition: The make_tape_recovery invokes vgexport -p -s command for all VGs inorder to create those map files under default directory (/etc/lvmconf).&lt;BR /&gt;&lt;BR /&gt;If you do this manually, you can give the map file location by giving -m option with vgexport.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 30 Apr 2002 18:18:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714422#M61400</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-30T18:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714423#M61401</link>
      <description>Hi Tracey&lt;BR /&gt;&lt;BR /&gt;The mapfiles contains information about the no. of lvols that particular  volume group has got , you can recreate it by vi command .However if you have lost the conf file and the system is up I would recommend that you list the disk devices and do vgexport and import to create these files back.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 30 Apr 2002 18:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-manager/m-p/2714423#M61401</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-30T18:36:23Z</dc:date>
    </item>
  </channel>
</rss>

