<?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 Error while executing cmgetconf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-executing-cmgetconf/m-p/3576176#M698474</link>
    <description>Hi I wanted to add a new Vg on the cluster. When i execute the command cmgetconf it says gathering information and later it gives error as shown below. Even the ascii file is not created to modify the same.&lt;BR /&gt;&lt;BR /&gt;Error: Found two volume groups with the same name /dev/vg_p01_ss01.bcv1 but different ids:&lt;BR /&gt;Error: One of the two VGs is configured on nodes:&lt;BR /&gt;john  james&lt;BR /&gt;Error: The other VG is configured on nodes:&lt;BR /&gt;abraham&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Jul 2005 05:57:37 GMT</pubDate>
    <dc:creator>vinay_26</dc:creator>
    <dc:date>2005-07-05T05:57:37Z</dc:date>
    <item>
      <title>Error while executing cmgetconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-executing-cmgetconf/m-p/3576176#M698474</link>
      <description>Hi I wanted to add a new Vg on the cluster. When i execute the command cmgetconf it says gathering information and later it gives error as shown below. Even the ascii file is not created to modify the same.&lt;BR /&gt;&lt;BR /&gt;Error: Found two volume groups with the same name /dev/vg_p01_ss01.bcv1 but different ids:&lt;BR /&gt;Error: One of the two VGs is configured on nodes:&lt;BR /&gt;john  james&lt;BR /&gt;Error: The other VG is configured on nodes:&lt;BR /&gt;abraham&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jul 2005 05:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-executing-cmgetconf/m-p/3576176#M698474</guid>
      <dc:creator>vinay_26</dc:creator>
      <dc:date>2005-07-05T05:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing cmgetconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-executing-cmgetconf/m-p/3576177#M698475</link>
      <description>In a Serviceguard configuration, a volume group name must have the same VGID across the cluster and vice versa.&lt;BR /&gt;&lt;BR /&gt;The VGID is located in the /etc/lvmtab file on each server and on each disk in an LVM volume group.&lt;BR /&gt;&lt;BR /&gt;Since the VG has the same name across servers, cmgetconf was probably finding an old VGID in one or more of the /etc/lvmtab files, or you in truth have two different VG's with the same name, but different VGIDs.&lt;BR /&gt;&lt;BR /&gt;To see if this is true, on each of the servers in the cluster execute:&lt;BR /&gt;# vgexport -pvs -m&lt;BR /&gt;vg_p01_ss01.bcv1.map    /dev/vg_p01_ss01.bcv1&lt;BR /&gt;&lt;BR /&gt;At the top of the resulting file (vg_p01_ss01.bcv1.map), notice the VGID line... which contains a unique identifier for that VG.&lt;BR /&gt;On one of the servers, the VGID will probably be different.     If it is not,  then /etc/lvmtab may be out of sync across nodes.  To remedy this, vgexport the VG, and re-import it (after insuring the map file is newly created)&lt;BR /&gt;&lt;BR /&gt;If necessary,&lt;BR /&gt;# cmhaltpkg (package controlling the VG)&lt;BR /&gt;# strings /etc/lvmtab &amp;gt; lvmtab.now&lt;BR /&gt;# ll /dev/vg_p01_ss01.bcv1/group  (record the minor number of the 'group' file - 0xNN0000)&lt;BR /&gt;# vgexport -vs /dev/vg_p01_ss01.bcv1&lt;BR /&gt;# mkdir /dev/vg_p01_ss01.bcv1&lt;BR /&gt;# cd /dev/vg_p01_ss01.bcv1&lt;BR /&gt;# mknod group c 64 0xNN0000 (use the NN recorded just above)&lt;BR /&gt;# vgimport -vs -m vg_p01_ss01.bcv1.map /dev/vg_p01_ss01.bcv1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Since the name of the VG includes the term 'bcv', I assume that this is an EMC BCV volume group which at one time was split off from it's primary data VG, and perhaps a vgchgid was performed to give the split-off VG a unique VGID - which is a good thing.   However, I think some maintenance wasn't performed properly on some of the nodes, because either 'john' and 'james' or 'abraham' have an old VGID.   Best to inspect your procedures involving this BCV to see if the VG needs to be exported on one or more machines after&lt;BR /&gt;re-merging it back with the primary data VG.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jul 2005 07:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-executing-cmgetconf/m-p/3576177#M698475</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2005-07-05T07:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing cmgetconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-executing-cmgetconf/m-p/3576178#M698476</link>
      <description>You are right stephen i checked the VGIDs its same accross 2 systems and unique in the system where the VG is activated.What will be the impact.&lt;BR /&gt;&lt;BR /&gt;1. what will be the impact if i leave it as it is?&lt;BR /&gt;&lt;BR /&gt;2. do i need to correct this before i make changes to the cluster?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jul 2005 08:20:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-executing-cmgetconf/m-p/3576178#M698476</guid>
      <dc:creator>vinay_26</dc:creator>
      <dc:date>2005-07-05T08:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing cmgetconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-executing-cmgetconf/m-p/3576179#M698477</link>
      <description>&amp;gt; What will be the impact&lt;BR /&gt;&lt;BR /&gt;You will not be able to make any changes to the cluster until you correct the condition because all of the cluster configuration commands will stumble on the problem.&lt;BR /&gt;&lt;BR /&gt;Why is the BCV VG listed in lvmtabs where it is not activated?  If it is a BCV VG, then won't it be re-merged into vg_p01_ss01 at some time?   &lt;BR /&gt;&lt;BR /&gt;If you don't want to permanently remove the BCV vg from the other 2 nodes, do the following:&lt;BR /&gt;&lt;BR /&gt;On the node where the VG is active, create the map file per my previous steps.&lt;BR /&gt;&lt;BR /&gt;Then copy the map file to the other two nodes.&lt;BR /&gt;&lt;BR /&gt;Per the steps I described previously, vgexport the vg_p01_ss01.bcv1 VG from the other two nodes, and re-import it.&lt;BR /&gt;After this, cmgetconf should work - as well as the other cluster configuration commands.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jul 2005 08:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-executing-cmgetconf/m-p/3576179#M698477</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2005-07-05T08:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing cmgetconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-executing-cmgetconf/m-p/3576180#M698478</link>
      <description>so Exporting the mapfile from the node where its active and importing it on to the other 2 nodes is sufficient.&lt;BR /&gt;&lt;BR /&gt;I hope there is no restart of package or cluster is required for the mentioned activity?</description>
      <pubDate>Tue, 05 Jul 2005 09:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-executing-cmgetconf/m-p/3576180#M698478</guid>
      <dc:creator>vinay_26</dc:creator>
      <dc:date>2005-07-05T09:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing cmgetconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-executing-cmgetconf/m-p/3576181#M698479</link>
      <description>The vgexport/vgimport will take place on the nodes where the package is not active.  Hence, no interference with any currently running cluster activity.&lt;BR /&gt;vgexport/vgimport does not affect and cluster information on the LVM structures on the disk - so this should be all that you have to do to correct the problem.</description>
      <pubDate>Tue, 05 Jul 2005 10:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-executing-cmgetconf/m-p/3576181#M698479</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2005-07-05T10:11:25Z</dc:date>
    </item>
  </channel>
</rss>

