<?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: VG on cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-on-cluster/m-p/3038133#M708026</link>
    <description>Hi,&lt;BR /&gt;I forgot a piece of command:&lt;BR /&gt;&lt;BR /&gt;# vgimport -v -s -m /tmp/&lt;VGNAME&gt;.map /dev/&lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# vgimport -v -m /tmp/&lt;VGNAME&gt;.map /dev/dsk/c4t1d1 /dev/dsk/c4...  /dev/&lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Enrico.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;</description>
    <pubDate>Thu, 31 Jul 2003 09:28:38 GMT</pubDate>
    <dc:creator>Enrico P.</dc:creator>
    <dc:date>2003-07-31T09:28:38Z</dc:date>
    <item>
      <title>VG on cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-on-cluster/m-p/3038129#M708022</link>
      <description>I'd like to know how I could export VG configuration from a cluster node and re-import to another one.&lt;BR /&gt;The two nodes havent each one two SCSI card with different card istance. So a disk with special file like c1t1d1 on node A have special file c4t1d1 on node B.&lt;BR /&gt;&lt;BR /&gt;Thank You.&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2003 09:03:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-on-cluster/m-p/3038129#M708022</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2003-07-31T09:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: VG on cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-on-cluster/m-p/3038130#M708023</link>
      <description>Hi,&lt;BR /&gt;from the primary node:&lt;BR /&gt;&lt;BR /&gt;# ll /dev/&lt;VGNAME&gt;/group&lt;BR /&gt;&lt;BR /&gt;sign the minor number of the vg you want export (example 0x010000)&lt;BR /&gt;&lt;BR /&gt;# vgexport -v -p -s -m /tmp/&lt;VGNAME&gt;.map&lt;BR /&gt;&lt;BR /&gt;# rcp -p /tmp/&lt;VGNAME&gt;.map secondary_node:/tmp/&lt;BR /&gt;&lt;BR /&gt;from secondary node:&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/&lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/&lt;VGNAME&gt;/group c 64 0x010000&lt;BR /&gt;&lt;BR /&gt;# vgimport -v -s -m /tmp/&lt;VGNAME&gt;.map&lt;BR /&gt;&lt;BR /&gt;With the -s option you do not need to specify the disk belonging to the VG.&lt;BR /&gt;In the other way you can specify the disk with the different special file without -s option:&lt;BR /&gt;&lt;BR /&gt;# vgimport -v -m /tmp/&lt;VGNAME&gt;.map /dev/dsk/c4t1d1 /dev/dsk/c4...&lt;BR /&gt;&lt;BR /&gt;Enrico.&lt;BR /&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Thu, 31 Jul 2003 09:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-on-cluster/m-p/3038130#M708023</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2003-07-31T09:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: VG on cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-on-cluster/m-p/3038131#M708024</link>
      <description>On the first node, run "vgexport -p -s -m /tmp/vgXX.map /dev/vgXX".  You will get a complaint that the VG is still active but that's OK - we're just running in preview mode.  Transfer the map file (/tmp/vgXX.map) to the second node.  Then run:&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vgXX&lt;BR /&gt;mknod /dev/vgXX/group c 64 0xXX0000&lt;BR /&gt;vgimport -s -m /tmp/vgXX.map /dev/vgXX&lt;BR /&gt;vgchange -a s /dev/vgXX&lt;BR /&gt;&lt;BR /&gt;I think that should do it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2003 09:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-on-cluster/m-p/3038131#M708024</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-31T09:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: VG on cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-on-cluster/m-p/3038132#M708025</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You don't have to worry that the device files are different on the 2 nodes.&lt;BR /&gt;&lt;BR /&gt;On the primary, vgexport the VG:&lt;BR /&gt;&lt;BR /&gt;# vgexport --p -s -m /tmp/vg01.map  /dev/vg01&lt;BR /&gt;&lt;BR /&gt;assuming vg01 is the VG you want to import on the adoptive node.&lt;BR /&gt;&lt;BR /&gt;Copy the file /tmp/vg01.map from the primary node to /tmp on the adoptive node.&lt;BR /&gt;&lt;BR /&gt;On the adoptive node:&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg01&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000 &lt;BR /&gt;&lt;BR /&gt;make sure the group minor number is the same as the primary node (ie, 0x010000 in my example).&lt;BR /&gt;&lt;BR /&gt;vgimport -s -m /tmp/vg01.map /dev/vg01  &lt;BR /&gt;&lt;BR /&gt;Things should be fine.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
      <pubDate>Thu, 31 Jul 2003 09:28:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-on-cluster/m-p/3038132#M708025</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-07-31T09:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: VG on cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-on-cluster/m-p/3038133#M708026</link>
      <description>Hi,&lt;BR /&gt;I forgot a piece of command:&lt;BR /&gt;&lt;BR /&gt;# vgimport -v -s -m /tmp/&lt;VGNAME&gt;.map /dev/&lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# vgimport -v -m /tmp/&lt;VGNAME&gt;.map /dev/dsk/c4t1d1 /dev/dsk/c4...  /dev/&lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Enrico.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Thu, 31 Jul 2003 09:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-on-cluster/m-p/3038133#M708026</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2003-07-31T09:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: VG on cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-on-cluster/m-p/3038134#M708027</link>
      <description>and I forgot&lt;BR /&gt;&lt;BR /&gt;# vgexport -v -p -s -m /tmp/&lt;VGNAME&gt;.map /dev/&lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Enrico.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Thu, 31 Jul 2003 09:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-on-cluster/m-p/3038134#M708027</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2003-07-31T09:30:47Z</dc:date>
    </item>
  </channel>
</rss>

