<?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 VGIMPORT with MC Service Guard in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-mc-service-guard/m-p/2579957#M647315</link>
    <description>Hi,&lt;BR /&gt;    Please help, this is the error I received during vgimport in Node2, "volume Group /dev/vgsap4 is still active". To be clearer, here are the details of what I have done:&lt;BR /&gt;&lt;BR /&gt;at NODE1&lt;BR /&gt;1. cmhaltpkg -v sapdbci&lt;BR /&gt;2. cmhaltcl -v&lt;BR /&gt;3. creatd volume group "/dev/vgsap4" with 10 lvs.&lt;BR /&gt;4. vgchange -a n /dev/vgsap4&lt;BR /&gt;5. vgexport -p -s -v -m /tmp/sap4.mapfile /dev/vgsap4&lt;BR /&gt;6. put sap4.mapfile to NODE2&lt;BR /&gt;&lt;BR /&gt;AT NODE2&lt;BR /&gt;1. mkdir /dev/vgsap4&lt;BR /&gt;2. mknod /dev/vgsap4/group c 64 0x070000&lt;BR /&gt;3. vgimport -s -m /tmp/sap4.mapfile /dev/vgsap4&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 15 Sep 2001 15:02:12 GMT</pubDate>
    <dc:creator>Wina A. Buenavista</dc:creator>
    <dc:date>2001-09-15T15:02:12Z</dc:date>
    <item>
      <title>VGIMPORT with MC Service Guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-mc-service-guard/m-p/2579957#M647315</link>
      <description>Hi,&lt;BR /&gt;    Please help, this is the error I received during vgimport in Node2, "volume Group /dev/vgsap4 is still active". To be clearer, here are the details of what I have done:&lt;BR /&gt;&lt;BR /&gt;at NODE1&lt;BR /&gt;1. cmhaltpkg -v sapdbci&lt;BR /&gt;2. cmhaltcl -v&lt;BR /&gt;3. creatd volume group "/dev/vgsap4" with 10 lvs.&lt;BR /&gt;4. vgchange -a n /dev/vgsap4&lt;BR /&gt;5. vgexport -p -s -v -m /tmp/sap4.mapfile /dev/vgsap4&lt;BR /&gt;6. put sap4.mapfile to NODE2&lt;BR /&gt;&lt;BR /&gt;AT NODE2&lt;BR /&gt;1. mkdir /dev/vgsap4&lt;BR /&gt;2. mknod /dev/vgsap4/group c 64 0x070000&lt;BR /&gt;3. vgimport -s -m /tmp/sap4.mapfile /dev/vgsap4&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Sep 2001 15:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-mc-service-guard/m-p/2579957#M647315</guid>
      <dc:creator>Wina A. Buenavista</dc:creator>
      <dc:date>2001-09-15T15:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: VGIMPORT with MC Service Guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-mc-service-guard/m-p/2579958#M647316</link>
      <description>Hi Wina,&lt;BR /&gt;&lt;BR /&gt;Is this  a new VG you are creating on node 2?&lt;BR /&gt;&lt;BR /&gt;Make sure you are using a unique minor number when creating the group file&lt;BR /&gt;ll /dev/*/group &lt;BR /&gt;&lt;BR /&gt;You are using 0x070000 (make sure there isn't another VG with the same minor number)&lt;BR /&gt;&lt;BR /&gt;-Ramesh</description>
      <pubDate>Sat, 15 Sep 2001 15:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-mc-service-guard/m-p/2579958#M647316</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-15T15:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: VGIMPORT with MC Service Guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-mc-service-guard/m-p/2579959#M647317</link>
      <description>yes this is a new VG at NODE2.&lt;BR /&gt;the minor number is already unique. but stil got the same error.&lt;BR /&gt;&lt;BR /&gt;any other suggestion? thanks.</description>
      <pubDate>Sat, 15 Sep 2001 15:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-mc-service-guard/m-p/2579959#M647317</guid>
      <dc:creator>Wina A. Buenavista</dc:creator>
      <dc:date>2001-09-15T15:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: VGIMPORT with MC Service Guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-mc-service-guard/m-p/2579960#M647318</link>
      <description>Hi Wina,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That is strange, the only time i would see this if there is a duplicate minor number or if you were trying to import an already existing VG.&lt;BR /&gt;&lt;BR /&gt;I know sounds silly(since you are just creating this VG) but make sure the VG doesn't exist already (strings /etc/lvmtab |grep vgsap4) and also do a "vgdisplay /dev/vgsap4"&lt;BR /&gt;-Ramesh</description>
      <pubDate>Sat, 15 Sep 2001 15:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-mc-service-guard/m-p/2579960#M647318</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-15T15:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: VGIMPORT with MC Service Guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-mc-service-guard/m-p/2579961#M647319</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The only thing it looks like is that the VG somehow got activated on Node1 again. Can you try and deactivate it once again and try importing the VG again on Node2. Since the VG directory on node2 has been recently created that means you didn't had that Vg earlier on that system.&lt;BR /&gt;&lt;BR /&gt;This is puzzling, as the procedure you have follows after creating the VG on Node1 and exporting and importing the VG is correct. You should not be getting any errors.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Sep 2001 16:21:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-mc-service-guard/m-p/2579961#M647319</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-15T16:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: VGIMPORT with MC Service Guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-mc-service-guard/m-p/2579962#M647320</link>
      <description>thanks a lot ... you were right, we have ovelooked duplicate minor in one of our vgs.&lt;BR /&gt;Until next time, wina :-)</description>
      <pubDate>Sat, 15 Sep 2001 16:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-mc-service-guard/m-p/2579962#M647320</guid>
      <dc:creator>Wina A. Buenavista</dc:creator>
      <dc:date>2001-09-15T16:22:02Z</dc:date>
    </item>
  </channel>
</rss>

