<?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: map file. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/map-file/m-p/4289581#M336579</link>
    <description>Have a read through the 'vgexport' man page, specifically the '-m' option.&lt;BR /&gt;&lt;BR /&gt;If you still have questions after that, post back again.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/vgexport.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/vgexport.1M.html&lt;/A&gt;</description>
    <pubDate>Sat, 18 Oct 2008 01:51:22 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2008-10-18T01:51:22Z</dc:date>
    <item>
      <title>map file.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/map-file/m-p/4289580#M336578</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Pls any one describe in one line what is map file.whats its contains&lt;BR /&gt;&lt;BR /&gt;Reagrds&lt;BR /&gt;Rkumar</description>
      <pubDate>Sat, 18 Oct 2008 01:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/map-file/m-p/4289580#M336578</guid>
      <dc:creator>Waugh</dc:creator>
      <dc:date>2008-10-18T01:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: map file.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/map-file/m-p/4289581#M336579</link>
      <description>Have a read through the 'vgexport' man page, specifically the '-m' option.&lt;BR /&gt;&lt;BR /&gt;If you still have questions after that, post back again.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/vgexport.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/vgexport.1M.html&lt;/A&gt;</description>
      <pubDate>Sat, 18 Oct 2008 01:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/map-file/m-p/4289581#M336579</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-10-18T01:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: map file.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/map-file/m-p/4289582#M336580</link>
      <description>Hi Patric,&lt;BR /&gt;&lt;BR /&gt;I know it. -m its maps the logical volume.&lt;BR /&gt;-s for VGID.but what will happen if i exported the the without -m switch.which lv name it will take.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rkumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Oct 2008 02:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/map-file/m-p/4289582#M336580</guid>
      <dc:creator>Waugh</dc:creator>
      <dc:date>2008-10-18T02:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: map file.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/map-file/m-p/4289583#M336581</link>
      <description>a lack of documentation makes it shady.&lt;BR /&gt;&lt;BR /&gt;However, System.map is an actual file on your filesystem. When you compile a new kernel, your old System.map has wrong symbol information. A new System.map is generated with each kernel compile and you need to replace the old copy with your new copy.&lt;BR /&gt;&lt;BR /&gt;In Volume Group &lt;BR /&gt;&lt;BR /&gt;Map file is take a shadow of the volume. It contains all the details of the VG.&lt;BR /&gt;we can export that to any other server.&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Oct 2008 04:57:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/map-file/m-p/4289583#M336581</guid>
      <dc:creator>rajv</dc:creator>
      <dc:date>2008-10-18T04:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: map file.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/map-file/m-p/4289584#M336582</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you use -m option - the map file will contain the names of the lvols , if you had not created map file with -m and then import the VG the lvols will get the same name with which you created it (you have to give the disks which constitue the VG).&lt;BR /&gt;If you import without providing map file, then the lvol names will be lvol1 , lvol2, lvol3 ...&lt;BR /&gt;&lt;BR /&gt;With -s option the map file also contains the VGID for the VG&lt;BR /&gt;When you use the map file created with -s option while importing, then all the disks connected to the server are scanned to check which all disks have the VGID mentioned in th map file and thus you do not have to give the disks which constitute the VG while importing the VG&lt;BR /&gt;&lt;BR /&gt;You can safely try creating map file with -m and -s options by using the -p option along with them (which will create the map file but will not export the VG)&lt;BR /&gt;e.g&lt;BR /&gt;vgexport -p -v -m mapfile1 /dev/vgname&lt;BR /&gt;vgexport -p -v -s mapfile2 /dev/vgname&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Sun, 19 Oct 2008 13:38:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/map-file/m-p/4289584#M336582</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2008-10-19T13:38:52Z</dc:date>
    </item>
  </channel>
</rss>

