<?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: Server changing device paths... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955364#M414540</link>
    <description>Can I vgexport to a mapfile when the volume groups are active?  Like, can I do the vgexport at any time?  Do I have to create a new map file for each volume group...ie (vg00.map, vg01.map, etc)?&lt;BR /&gt;&lt;BR /&gt;Then I assume when the system is rebooted, I will just have to import each map file.  Hopefully the vgscan mentioned above will work first though.</description>
    <pubDate>Thu, 26 Jan 2006 15:19:37 GMT</pubDate>
    <dc:creator>Coolmar</dc:creator>
    <dc:date>2006-01-26T15:19:37Z</dc:date>
    <item>
      <title>Server changing device paths...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955361#M414537</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a vpar setup on one of our npars.  It boots off a SAN disk. We are reconfiguring a couple of the fibre channel cables tonight and that means that the disk paths will change.  It will be easy enough to find where the root disk is to boot.  Once I have booted I am expecting that I will just have to vgimport the mapfile once I have booted up in order to see the volume groups and files.  Am I correct or is there something I might be missing?</description>
      <pubDate>Thu, 26 Jan 2006 15:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955361#M414537</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-01-26T15:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Server changing device paths...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955362#M414538</link>
      <description>Sally,&lt;BR /&gt;&lt;BR /&gt;It wasn't with VPars, but I did have a similar situation once and, as I recall, I was able to find everything using vgscan.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 26 Jan 2006 15:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955362#M414538</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-01-26T15:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Server changing device paths...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955363#M414539</link>
      <description>Sal,&lt;BR /&gt;&lt;BR /&gt;I had an upgrade few months back. I took map file. Then when I rebooted the SAN box, &lt;BR /&gt;&lt;BR /&gt;I needed those map files to save me..!!!&lt;BR /&gt;&lt;BR /&gt;Also same problem once again when I had added more SAN switches to the network.&lt;BR /&gt;&lt;BR /&gt;Keep map files in /root&lt;BR /&gt;&lt;BR /&gt;Chan</description>
      <pubDate>Thu, 26 Jan 2006 15:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955363#M414539</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2006-01-26T15:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Server changing device paths...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955364#M414540</link>
      <description>Can I vgexport to a mapfile when the volume groups are active?  Like, can I do the vgexport at any time?  Do I have to create a new map file for each volume group...ie (vg00.map, vg01.map, etc)?&lt;BR /&gt;&lt;BR /&gt;Then I assume when the system is rebooted, I will just have to import each map file.  Hopefully the vgscan mentioned above will work first though.</description>
      <pubDate>Thu, 26 Jan 2006 15:19:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955364#M414540</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-01-26T15:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Server changing device paths...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955365#M414541</link>
      <description>yes you can use vgexport while the volume group is still active, just do it in preview mode otherwise it won't work:&lt;BR /&gt;&lt;BR /&gt;Ex: &lt;BR /&gt;&lt;BR /&gt;vgexport -m /tmp/vg????.map -s -p vgname &lt;BR /&gt;&lt;BR /&gt;it will complain that the volume group is still active but otherwise it will create the map file. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jan 2006 15:22:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955365#M414541</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-01-26T15:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Server changing device paths...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955366#M414542</link>
      <description>Sure, use vgexport with the -p (preview) option.  It won't actually export but will create the maps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 26 Jan 2006 15:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955366#M414542</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-01-26T15:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Server changing device paths...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955367#M414543</link>
      <description>Thanks!</description>
      <pubDate>Thu, 26 Jan 2006 16:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-changing-device-paths/m-p/4955367#M414543</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-01-26T16:07:44Z</dc:date>
    </item>
  </channel>
</rss>

