<?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: vgimport problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problem/m-p/3616032#M619136</link>
    <description>Hi Jolly,&lt;BR /&gt;&lt;BR /&gt;you can do this using the steps from above posting.&lt;BR /&gt;The argument "-p" is the preview option for both commands, in combination with vgexport it prevents the remove of that vg from this system. I guess you have to leave out this with vgimport.&lt;BR /&gt;&lt;BR /&gt;Make sure that this vg is NOT activated by 2 hosts at the same time for write access.&lt;BR /&gt;</description>
    <pubDate>Wed, 31 Aug 2005 14:41:44 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2005-08-31T14:41:44Z</dc:date>
    <item>
      <title>vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problem/m-p/3616028#M619132</link>
      <description>I have system A and b. System A is having vg name vg02 and system B is also. I wanted to Import vg02 on SYSTEM  B but  as  different  VG name. Is it possible ?</description>
      <pubDate>Wed, 31 Aug 2005 13:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problem/m-p/3616028#M619132</guid>
      <dc:creator>Jolly Kalayil</dc:creator>
      <dc:date>2005-08-31T13:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problem/m-p/3616029#M619133</link>
      <description>Yes, it is possible.&lt;BR /&gt;&lt;BR /&gt;On system A&lt;BR /&gt;vgexport -pv -m /tmp/vg02.map -f /tmp/vg02.conf vg02&lt;BR /&gt;transfer the file /tmp/vg02.map and /tmp/vg02.conf to system B&lt;BR /&gt;&lt;BR /&gt;On system B&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vgxx (choose vg name as you want)&lt;BR /&gt;mkdir /dev/vgxx/group c 64 0x0y0000&lt;BR /&gt;oy-uniq minor id for your vg. Make sure it is not used anywhere in you configuration.&lt;BR /&gt;&lt;BR /&gt;vgimport -pv -m /tmp/vg02.map -f /tmp/vg01.conf vgxx&lt;BR /&gt;If everything is OK, then&lt;BR /&gt;&lt;BR /&gt;vgimport -pv -m /tmp/vg02.map -f /tmp/vg01.conf vgxx&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Aug 2005 13:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problem/m-p/3616029#M619133</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-08-31T13:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problem/m-p/3616030#M619134</link>
      <description>Are you physically moving the disks from system A to system B ?&lt;BR /&gt;&lt;BR /&gt;If so then you will have to get them out of system A's configs or system A will start complaining about the remove disk.&lt;BR /&gt;On system A.&lt;BR /&gt;dismount all lvols&lt;BR /&gt;vgchange -a n /dev/vg02&lt;BR /&gt;vgexport -m /tmp/vg02.map&lt;BR /&gt;&lt;BR /&gt;copy /tmp/vg02.map to system B&lt;BR /&gt;&lt;BR /&gt;On system B&lt;BR /&gt;mkdir /dev/vgabc&lt;BR /&gt;mkdnod /dev/vgabc/group c 64 0x##0000 ( ## some unique number lower than maxvgs setting in kernel, i.e. 0x050000)&lt;BR /&gt;vgimport -m /tmp/vg02.map /dev/vgabc /dev/dsk/cxtxdx /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;The example mentioned by RAC assumes that the device files are the same for the storage on system A and system B.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also the -p switch on the vgimport will only execute in preview mode.  Drop the -p in order to actually execute.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Aug 2005 14:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problem/m-p/3616030#M619134</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2005-08-31T14:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problem/m-p/3616031#M619135</link>
      <description>and the last couple steps so you can use the new vg&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vgabc&lt;BR /&gt;&lt;BR /&gt;vgdisplay /dev/vgabc to check on everything.&lt;BR /&gt;&lt;BR /&gt;then mount your filesystems as you wish.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Aug 2005 14:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problem/m-p/3616031#M619135</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2005-08-31T14:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problem/m-p/3616032#M619136</link>
      <description>Hi Jolly,&lt;BR /&gt;&lt;BR /&gt;you can do this using the steps from above posting.&lt;BR /&gt;The argument "-p" is the preview option for both commands, in combination with vgexport it prevents the remove of that vg from this system. I guess you have to leave out this with vgimport.&lt;BR /&gt;&lt;BR /&gt;Make sure that this vg is NOT activated by 2 hosts at the same time for write access.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Aug 2005 14:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problem/m-p/3616032#M619136</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-08-31T14:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problem/m-p/3616033#M619137</link>
      <description>PS: the "above posting" in my last reply refers to the first posting</description>
      <pubDate>Wed, 31 Aug 2005 14:44:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-problem/m-p/3616033#M619137</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-08-31T14:44:01Z</dc:date>
    </item>
  </channel>
</rss>

