<?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 VGEXPORT/VGIMPORT HELP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport-help/m-p/2440150#M656768</link>
    <description />
    <pubDate>Fri, 25 Aug 2000 18:38:53 GMT</pubDate>
    <dc:creator>Brett GLennon</dc:creator>
    <dc:date>2000-08-25T18:38:53Z</dc:date>
    <item>
      <title>VGEXPORT/VGIMPORT HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport-help/m-p/2440150#M656768</link>
      <description />
      <pubDate>Fri, 25 Aug 2000 18:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport-help/m-p/2440150#M656768</guid>
      <dc:creator>Brett GLennon</dc:creator>
      <dc:date>2000-08-25T18:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: VGEXPORT/VGIMPORT HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport-help/m-p/2440151#M656769</link>
      <description>That all?&lt;BR /&gt;See man vgimport, man vgexport and the following link:&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xc1687e990647d4118fee0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xc1687e990647d4118fee0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, you can do a search by yourself in forum based in vgexport key word.</description>
      <pubDate>Fri, 25 Aug 2000 18:53:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport-help/m-p/2440151#M656769</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-25T18:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: VGEXPORT/VGIMPORT HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport-help/m-p/2440152#M656770</link>
      <description>I see what I am missing now.</description>
      <pubDate>Fri, 25 Aug 2000 18:54:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport-help/m-p/2440152#M656770</guid>
      <dc:creator>Brett GLennon</dc:creator>
      <dc:date>2000-08-25T18:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: VGEXPORT/VGIMPORT HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport-help/m-p/2440153#M656771</link>
      <description>Here is how to vgexport &amp;amp; vgimport!&lt;BR /&gt;&lt;BR /&gt;To export volume group, make sure that all logical volumes associated with volume group that you wish to export must be umounted.&lt;BR /&gt;# vgchange -a n /dev/vgXX&lt;BR /&gt;# vgexport -m /vgXX.map /dev/vgXX&lt;BR /&gt;&lt;BR /&gt;Shutdown the system and attach physical disk to the new host.&lt;BR /&gt;# cd ; shutdown -hy 0&lt;BR /&gt;&lt;BR /&gt;To import volume group to vg03,&lt;BR /&gt;# mkdir /dev/vg03&lt;BR /&gt;# mknod /dev/vg03/group c 64 0x030000&lt;BR /&gt;&lt;BR /&gt;issue ioscan to verify device file to be imported.&lt;BR /&gt;# ioscan -Cdisk -fun&lt;BR /&gt;# vgimport /dev/vg03 &amp;lt; block device file &amp;gt;&lt;BR /&gt;# vgchange -a y /dev/vg03&lt;BR /&gt;&lt;BR /&gt;Make mount-point-directory on root.&lt;BR /&gt;# mkdir /&lt;MOUNT-POINT-DIRECTORY&gt; &lt;BR /&gt;&lt;BR /&gt;Update fstab file for the new logical volumes with vi editor,&lt;BR /&gt;# vi /etc/fstab&lt;BR /&gt;# mount &lt;LOGICAL volume=""&gt; &lt;MOUNT-POINT-DIRECTORY&gt;&lt;/MOUNT-POINT-DIRECTORY&gt;&lt;/LOGICAL&gt;&lt;/MOUNT-POINT-DIRECTORY&gt;</description>
      <pubDate>Mon, 28 Aug 2000 04:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport-help/m-p/2440153#M656771</guid>
      <dc:creator>Insu Kim</dc:creator>
      <dc:date>2000-08-28T04:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: VGEXPORT/VGIMPORT HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport-help/m-p/2440154#M656772</link>
      <description>If you use the -s option you can see the result file without really exporting your &lt;BR /&gt;vg's.&lt;BR /&gt;vgexport -p -v -s -m pathtoputfile /dev/vg07&lt;BR /&gt;Try it and pg the file before starting to make sure it looks complete.</description>
      <pubDate>Tue, 05 Sep 2000 14:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport-help/m-p/2440154#M656772</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2000-09-05T14:25:50Z</dc:date>
    </item>
  </channel>
</rss>

