<?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: cluster issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-issue/m-p/4550551#M370526</link>
    <description>Hi,&lt;BR /&gt;    i think the vg01 is already activated, can you check the vgdisplay -v vg01?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shanmugam.B</description>
    <pubDate>Wed, 16 Dec 2009 07:56:22 GMT</pubDate>
    <dc:creator>shanmuhanandam</dc:creator>
    <dc:date>2009-12-16T07:56:22Z</dc:date>
    <item>
      <title>cluster issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-issue/m-p/4550548#M370523</link>
      <description>vg01 was part of another cluster, which was was deleted by executing cmdeleteconf and a new cluster was created with the below ascii file. &lt;BR /&gt;&lt;BR /&gt;cmclconfig.ascii contents:&lt;BR /&gt;===============================================&lt;BR /&gt;CLUSTER_NAME            PROD_DB&lt;BR /&gt;NODE_NAME               prod_db&lt;BR /&gt;  NETWORK_INTERFACE     lan2&lt;BR /&gt;    HEARTBEAT_IP        172.27.21.14&lt;BR /&gt;  NETWORK_INTERFACE     lan4&lt;BR /&gt;  NETWORK_INTERFACE     lan5&lt;BR /&gt;    HEARTBEAT_IP        10.10.7.14&lt;BR /&gt;HEARTBEAT_INTERVAL              2000000&lt;BR /&gt;NODE_TIMEOUT                    5000000&lt;BR /&gt;AUTO_START_TIMEOUT              600000000&lt;BR /&gt;NETWORK_POLLING_INTERVAL        2000000&lt;BR /&gt;  VOLUME_GROUP          /dev/vg01&lt;BR /&gt;&lt;BR /&gt;Also a package was built successfully, however package doesnt run with below error log:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        ########### Node "prod_db": Starting package at Tue Dec 15 21:22:56 WAT 2009 ###########&lt;BR /&gt;Dec 15 21:22:56 - Node "prod_db": Activating volume group vg01 with exclusive option.&lt;BR /&gt;vgchange: Volume group "/dev/vg01" belongs to a different Cluster.  Activation failed.&lt;BR /&gt;        ERROR:  Function activate_volume_group&lt;BR /&gt;        ERROR:  Failed to activate vg01&lt;BR /&gt;Dec 15 21:22:56 - Node "prod_db": Deactivating volume group vg01&lt;BR /&gt;vgchange: Volume group "vg01" has been successfully changed.&lt;BR /&gt;&lt;BR /&gt;        ########### Node "prod_db": Package start failed at Tue Dec 15 21:22:56 WAT 2009 ###########&lt;BR /&gt;&lt;BR /&gt;cmviewcl output given below:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;CLUSTER        STATUS&lt;BR /&gt;PROD_DB     up&lt;BR /&gt;&lt;BR /&gt;  NODE           STATUS       STATE&lt;BR /&gt;  prod_db        up           running&lt;BR /&gt;&lt;BR /&gt;UNOWNED_PACKAGES&lt;BR /&gt;&lt;BR /&gt;    PACKAGE          STATUS        STATE         AUTO_RUN     NODE&lt;BR /&gt;    NFS_SERVER_PKG   down          halted        disabled     unowned&lt;BR /&gt;&lt;BR /&gt;I tried to take the vg out of the cluster config, though its performs "-c n ", vg activation fails as below:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;prod_db:/etc/cmcluster/pkg_nfs#vgchange -a n vg01&lt;BR /&gt;vgchange: Volume group "vg01" has been successfully changed.&lt;BR /&gt;prod_db:/etc/cmcluster/pkg_nfs#vgchange -c n vg01&lt;BR /&gt;Performed Configuration change.&lt;BR /&gt;Volume group "vg01" has been successfully changed.&lt;BR /&gt;prod_db:/etc/cmcluster/pkg_nfs#vgchange -a y vg01&lt;BR /&gt;vgchange: Activation mode requested for the volume group "/dev/vg01" conflicts with configured mode.&lt;BR /&gt;prod_db:/etc/cmcluster/pkg_nfs#vgchange -a e vg01&lt;BR /&gt;vgchange: Volume group "/dev/vg01" belongs to a different Cluster.  Activation failed.&lt;BR /&gt;prod_db:/etc/cmcluster/pkg_nfs#&lt;BR /&gt;&lt;BR /&gt;has anyone seen this before ?</description>
      <pubDate>Tue, 15 Dec 2009 18:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-issue/m-p/4550548#M370523</guid>
      <dc:creator>whiz_kid911</dc:creator>
      <dc:date>2009-12-15T18:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: cluster issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-issue/m-p/4550549#M370524</link>
      <description>hmmm...when we used to run a DR site using Continental Cluster, it seems to me we had to reset the cluster id.  If memory serves me right we simply did:&lt;BR /&gt;vgchange -c n &lt;VGNAME&gt;&lt;BR /&gt;vgchange -c y &lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;So deactivate vgchange -a n and then try the above and see if that helps.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;/VGNAME&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Tue, 15 Dec 2009 19:44:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-issue/m-p/4550549#M370524</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2009-12-15T19:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: cluster issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-issue/m-p/4550550#M370525</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Also: Can you manually activate the volume group?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 15 Dec 2009 20:26:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-issue/m-p/4550550#M370525</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-12-15T20:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: cluster issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-issue/m-p/4550551#M370526</link>
      <description>Hi,&lt;BR /&gt;    i think the vg01 is already activated, can you check the vgdisplay -v vg01?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shanmugam.B</description>
      <pubDate>Wed, 16 Dec 2009 07:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-issue/m-p/4550551#M370526</guid>
      <dc:creator>shanmuhanandam</dc:creator>
      <dc:date>2009-12-16T07:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: cluster issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-issue/m-p/4550552#M370527</link>
      <description>hi,&lt;BR /&gt;in your logs : prod_db:/etc/cmcluster/pkg_nfs#vgchange -a y vg01&lt;BR /&gt;vgchange: Activation mode requested for the volume group "/dev/vg01" conflicts with configured mode.&lt;BR /&gt;&lt;BR /&gt;It seems your VGs are not cluster awared.&lt;BR /&gt;try manualy vgchange -a n vgxx&lt;BR /&gt;vgchange -c y vgxx. and check for VG status&lt;BR /&gt;regards&lt;BR /&gt;Anil&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Dec 2009 12:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-issue/m-p/4550552#M370527</guid>
      <dc:creator>ANilW</dc:creator>
      <dc:date>2009-12-16T12:47:19Z</dc:date>
    </item>
  </channel>
</rss>

