<?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: Service guard Errors when cmapplyconf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-errors-when-cmapplyconf/m-p/4090752#M690652</link>
    <description>My guess....and it's just a guess&lt;BR /&gt;&lt;BR /&gt;You were working on some disk on the server that had ownership of the /dev/vglock at the time.  You were probably adding/extending some disk and you ran pvcreate on some new disk you going to add to a volume group.&lt;BR /&gt;But you 'fat fingered' something and by mistake pvcreated existing disk.&lt;BR /&gt;&lt;BR /&gt;Now your up when you do this, so things just go humming along and you think all is fine.  Until normal operations, like a reboot or a cmcheckconf of your cluster, and now you discover that now something is wrong.&lt;BR /&gt;&lt;BR /&gt;Like I said, just a guess..&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 24 Oct 2007 06:27:45 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2007-10-24T06:27:45Z</dc:date>
    <item>
      <title>Service guard Errors when cmapplyconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-errors-when-cmapplyconf/m-p/4090747#M690647</link>
      <description>Hy, i am adding a new member to the cluster, and during cmviewcheckconf -v -k -C cluster i get this errors:&lt;BR /&gt;&lt;BR /&gt;Warning: The volume group /dev/vglock on node centauro2 has inconsistent cluster           configuration data&lt;BR /&gt;This can be cleared using vgchange with "-c".&lt;BR /&gt;&lt;BR /&gt;Error: Volume group /dev/vglock has mismatched cluster ids. (1048677792 != 18196          36596)&lt;BR /&gt;&lt;BR /&gt;any idea how can i fix this?&lt;BR /&gt;&lt;BR /&gt;vgchange -c n vg&lt;BR /&gt;vgchange -c y vg&lt;BR /&gt;&lt;BR /&gt;doesn't help, get the same one.&lt;BR /&gt;&lt;BR /&gt;its 11.15 and 11.11&lt;BR /&gt;any idea?</description>
      <pubDate>Tue, 23 Oct 2007 11:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-errors-when-cmapplyconf/m-p/4090747#M690647</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2007-10-23T11:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Service guard Errors when cmapplyconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-errors-when-cmapplyconf/m-p/4090748#M690648</link>
      <description>run "cmgetconf" for the cluster and collect it in a file from both the node and compare . Give sepcial attention tot he cluster lock PV disk details.&lt;BR /&gt;&lt;BR /&gt;Also check the cluster lock VG/disk on bot the nodes and make the cluster ascii file is updated prperly on both the nodes</description>
      <pubDate>Tue, 23 Oct 2007 12:29:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-errors-when-cmapplyconf/m-p/4090748#M690648</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-10-23T12:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Service guard Errors when cmapplyconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-errors-when-cmapplyconf/m-p/4090749#M690649</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I think the cluster configuration files, the ascii ones are not the same on both nodes.&lt;BR /&gt;&lt;BR /&gt;As noted it probably relates to the lock disk.&lt;BR /&gt;&lt;BR /&gt;This message would come up if node 1 and 2 were using different lock disks.&lt;BR /&gt;&lt;BR /&gt;That won't work.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 23 Oct 2007 12:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-errors-when-cmapplyconf/m-p/4090749#M690649</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-23T12:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Service guard Errors when cmapplyconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-errors-when-cmapplyconf/m-p/4090750#M690650</link>
      <description>I'm going with the belief that your cluster is UP currently and all your trying to do is add a new node.  So with your existing cluster up and running....&lt;BR /&gt;&lt;BR /&gt;My guess is that whatever got imported into the new node - it was not a solid mapfile of the original /dev/vglock.  &lt;BR /&gt;&lt;BR /&gt;Make sure that the new node is mapped/masked to see the /dev/vglock disks.&lt;BR /&gt;&lt;BR /&gt;On new node get rid of what is there using:&lt;BR /&gt;vgexport /dev/vglock&lt;BR /&gt;&lt;BR /&gt;On original node recreate your mapfile.&lt;BR /&gt;vgexport -pvs /etc/lvmconf/vglock.mapxxxx /dev/vglock&lt;BR /&gt;Now rcp that mapfile to the new node and re-import&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vglock&lt;BR /&gt;mknod /dev/vglock c 64 0x&amp;lt;##0000&amp;gt; where this minor is the same as the original node's&lt;BR /&gt;vgimport -vs -m /etc/lvmconf/vglock.mapxxxx /dev/vglock&lt;BR /&gt;&lt;BR /&gt;Recopy over your pkg.ascii &amp;amp; pkg.cntl files (just in case) and then retry the checkconf&lt;BR /&gt;&lt;BR /&gt;cmcheckconf -k -v -C &lt;CLUSTER.ASCII&gt;&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;&lt;/CLUSTER.ASCII&gt;</description>
      <pubDate>Tue, 23 Oct 2007 13:14:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-errors-when-cmapplyconf/m-p/4090750#M690650</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2007-10-23T13:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Service guard Errors when cmapplyconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-errors-when-cmapplyconf/m-p/4090751#M690651</link>
      <description>is there a clear case, on when this happens?&lt;BR /&gt;&lt;BR /&gt;i exported, imported vglock on all nodes and then it worked ok.&lt;BR /&gt;&lt;BR /&gt;But i am not really shore in what cases you get this error:&lt;BR /&gt;&lt;BR /&gt;volume group  has mismatched cluster ids&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;out of date Vgs is one of them</description>
      <pubDate>Wed, 24 Oct 2007 01:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-errors-when-cmapplyconf/m-p/4090751#M690651</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2007-10-24T01:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Service guard Errors when cmapplyconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-errors-when-cmapplyconf/m-p/4090752#M690652</link>
      <description>My guess....and it's just a guess&lt;BR /&gt;&lt;BR /&gt;You were working on some disk on the server that had ownership of the /dev/vglock at the time.  You were probably adding/extending some disk and you ran pvcreate on some new disk you going to add to a volume group.&lt;BR /&gt;But you 'fat fingered' something and by mistake pvcreated existing disk.&lt;BR /&gt;&lt;BR /&gt;Now your up when you do this, so things just go humming along and you think all is fine.  Until normal operations, like a reboot or a cmcheckconf of your cluster, and now you discover that now something is wrong.&lt;BR /&gt;&lt;BR /&gt;Like I said, just a guess..&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Oct 2007 06:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-errors-when-cmapplyconf/m-p/4090752#M690652</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2007-10-24T06:27:45Z</dc:date>
    </item>
  </channel>
</rss>

