<?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: lvm / mcsg in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089632#M708517</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt; You need to add the VG name as cluster aware VG in Cluster Asci file (/etc/cmcluster/cmcluster.ascii file.)&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 10 Oct 2003 03:41:57 GMT</pubDate>
    <dc:creator>V.Tamilvanan</dc:creator>
    <dc:date>2003-10-10T03:41:57Z</dc:date>
    <item>
      <title>lvm / mcsg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089625#M708510</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;My cluster is up and running but the package is halted.&lt;BR /&gt;I try to activate a vg of this package on one node, but it failed.&lt;BR /&gt;&lt;BR /&gt;I done :&lt;BR /&gt;#vgchange -c n /dev/vg02 --&amp;gt; OK&lt;BR /&gt;#vgchange -a y /dev/vg02 --&amp;gt; "vgchange: Activation mode requested for the volume group "/dev/vg02" conflicts with configured mode."&lt;BR /&gt;&lt;BR /&gt;Other test :&lt;BR /&gt;#vgchange -c y /dev/vg02 --&amp;gt; OK&lt;BR /&gt;#vgchange -a e /dev/vg02 --&amp;gt; "vgchange: Volume group "/dev/vg02" belongs to a different Cluster.  Activation failed"&lt;BR /&gt;&lt;BR /&gt;same result on the other node.&lt;BR /&gt;&lt;BR /&gt;Anyone can guide where to check this out?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help</description>
      <pubDate>Thu, 09 Oct 2003 10:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089625#M708510</guid>
      <dc:creator>Francois LAURENT</dc:creator>
      <dc:date>2003-10-09T10:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: lvm / mcsg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089626#M708511</link>
      <description>Try to issue the vgchange -c n from ALL nodes first. Then do the vgchange -c y. Sometime this helps LVM to forget about some buffered information.&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Thu, 09 Oct 2003 10:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089626#M708511</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-10-09T10:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: lvm / mcsg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089627#M708512</link>
      <description>Did you change the cluster name? You need to deactivate and make the VG uncluster aware from all nodes. vgchange -c n; vgchange -a n. Then make it cluster aware, -c y, and activate it with -a e on one node.</description>
      <pubDate>Thu, 09 Oct 2003 12:18:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089627#M708512</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-10-09T12:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: lvm / mcsg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089628#M708513</link>
      <description>I agree with trying the vgchange -c n from the other nodes in the cluster as well.&lt;BR /&gt;&lt;BR /&gt;If that fails, this document has A fix for it, but you'd probably have to take the clsuter down to execute it:  UMCSGKBRC00011516</description>
      <pubDate>Thu, 09 Oct 2003 12:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089628#M708513</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-10-09T12:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: lvm / mcsg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089629#M708514</link>
      <description>Laurent -&lt;BR /&gt;As others have stated, the most common occurrence of this that we have seen is NOT issuing the -c n command from the node that last had it active.&lt;BR /&gt;&lt;BR /&gt;Best of luck.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Thu, 09 Oct 2003 14:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089629#M708514</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2003-10-09T14:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: lvm / mcsg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089630#M708515</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;thanks for your replys, i tried the vgchange -c n on all nodes and -c y, the vgchange -a e gave the same result ....&lt;BR /&gt;same thing with -c n and -a y ...&lt;BR /&gt;The cluster name hasn't be changed.&lt;BR /&gt;:-(</description>
      <pubDate>Fri, 10 Oct 2003 02:59:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089630#M708515</guid>
      <dc:creator>Francois LAURENT</dc:creator>
      <dc:date>2003-10-10T02:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: lvm / mcsg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089631#M708516</link>
      <description>Well, that's getting weird. &lt;BR /&gt;&lt;BR /&gt;Here some background information... if you build a new cluster (with no existing configuration present, i.e. no /etc/cmcluster/cmclconfig file) then a fresh ClusterID is generated. This is a unique number, which is used to identify this new cluster in the future.&lt;BR /&gt;&lt;BR /&gt;Now, when you mark a VG cluster aware (vgchange -c y) then this ClusterID is stamped into the LVMREC at the beginning of each disk in the VG.&lt;BR /&gt;&lt;BR /&gt;You can check the ClusterID of a disk like this:&lt;BR /&gt;&lt;BR /&gt;echo "0d8332?U" |/usr/bin/adb /dev/dsk/....&lt;BR /&gt;&lt;BR /&gt;If the result is "0" then the disk is not marked cluster-aware at all.&lt;BR /&gt;&lt;BR /&gt;Please check all your disk devices from all node with this command. Maybe there are still some disks with a foreign ClusterID present, caused this strange behaviour.&lt;BR /&gt;&lt;BR /&gt;Please have a look at the result if this script on each cluster node (prints VGIDs and ClusterIDs) and post the results:&lt;BR /&gt;for i in /dev/dsk/*; do&lt;BR /&gt;echo$i:&lt;BR /&gt;echo "0d8208?U;0d8332?U" |/usr/bin/adb $i&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Fri, 10 Oct 2003 03:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089631#M708516</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-10-10T03:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: lvm / mcsg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089632#M708517</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; You need to add the VG name as cluster aware VG in Cluster Asci file (/etc/cmcluster/cmcluster.ascii file.)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Oct 2003 03:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089632#M708517</guid>
      <dc:creator>V.Tamilvanan</dc:creator>
      <dc:date>2003-10-10T03:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: lvm / mcsg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089633#M708518</link>
      <description>Hi Dietmar,&lt;BR /&gt;&lt;BR /&gt;effectively, the clusterid is not the same between 2 package on this cluster ... I'll have to rebuild the cluster configuration (cmdeleteconf cmapplyconf) ... in fact, the clusterid comes from a srdf synchronization between 2 emc arrays.&lt;BR /&gt;&lt;BR /&gt;problem is solved.&lt;BR /&gt;thanks a lot to all&lt;BR /&gt;&lt;BR /&gt; Best regards</description>
      <pubDate>Fri, 10 Oct 2003 09:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mcsg/m-p/3089633#M708518</guid>
      <dc:creator>Francois LAURENT</dc:creator>
      <dc:date>2003-10-10T09:57:12Z</dc:date>
    </item>
  </channel>
</rss>

