<?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: Error in staring package!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751351#M257883</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;      In the node where you are trying to start the package execute the following commands.&lt;BR /&gt;&lt;BR /&gt;       #vgchange -a n /dev/vg_p06_ss01.bcv1&lt;BR /&gt;       #vgchange -c y -S y /dev/vg_p06_ss01.bcv1&lt;BR /&gt;       #vgchange -a y /dev/vg_p06_ss01.bcv1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;      Now try starting the package and see whether you are getting the same error.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
    <pubDate>Wed, 15 Mar 2006 04:48:43 GMT</pubDate>
    <dc:creator>Senthil Kumar .A_1</dc:creator>
    <dc:date>2006-03-15T04:48:43Z</dc:date>
    <item>
      <title>Error in staring package!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751344#M257876</link>
      <description>Hello ,&lt;BR /&gt;I am getting following error in the package log file while staring the package.&lt;BR /&gt;&lt;BR /&gt;Mar 15 08:45:52 - "abraham": Activating volume group /dev/vg_p06_ss01.bcv1 with exclusive option.&lt;BR /&gt;vgchange: Activation of volume group "/dev/vg_p06_ss01.bcv1" denied by another node in the cluster.&lt;BR /&gt;Request on this system conflicts with Activation Mode on remote system.&lt;BR /&gt;        ERROR:  Function activate_volume_group&lt;BR /&gt;        ERROR:  Failed to activate /dev/vg_p06_ss01.bcv1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can anybody help please</description>
      <pubDate>Wed, 15 Mar 2006 04:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751344#M257876</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2006-03-15T04:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error in staring package!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751345#M257877</link>
      <description>Hi,&lt;BR /&gt;have a look at:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=575530" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=575530&lt;/A&gt;</description>
      <pubDate>Wed, 15 Mar 2006 04:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751345#M257877</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-15T04:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error in staring package!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751346#M257878</link>
      <description>vgchange: Activation of volume group "/dev/vg_p06_ss01.bcv1" denied by another node in the cluster.&lt;BR /&gt;&lt;BR /&gt;Tells you the VG is still active on another node. You will need to find out which node and deactivate it first.</description>
      <pubDate>Wed, 15 Mar 2006 04:08:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751346#M257878</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2006-03-15T04:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error in staring package!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751347#M257879</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   The error message is self explanatory. I believe the VG "/dev/vg_p06_ss01.bcv1" is activated in some other node in the cluster. To resolve it,&lt;BR /&gt;&lt;BR /&gt;   1) Find the remote node in which VG "/dev/vg_p06_ss01.bcv1" is activated.&lt;BR /&gt;&lt;BR /&gt;   2) Find the LV's that are mounted from this VG with "bdf" command.&lt;BR /&gt;&lt;BR /&gt;   3) Umount all the LV's that are mounted from this VG, using "umount" command.&lt;BR /&gt;&lt;BR /&gt;   4) Deactivate the VG on the remote node using "vgchange -a n &lt;VG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;   5) Start the package now in the node where you want it to start, in your case, the node in which you received the said error message.&lt;BR /&gt;&lt;BR /&gt;NOTE: Possibly this situation araises,due to the improper exit of Package Halt script in the remote node.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A&lt;/VG_NAME&gt;</description>
      <pubDate>Wed, 15 Mar 2006 04:10:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751347#M257879</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-15T04:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error in staring package!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751348#M257880</link>
      <description>&lt;BR /&gt;Hi Amit,&lt;BR /&gt;&lt;BR /&gt;Is it a new package or a OLD ?&lt;BR /&gt;&lt;BR /&gt;IS the VG enabled cluster mode ?&lt;BR /&gt;&lt;BR /&gt;Also make sure thatt VG is not getting actviated in another node already.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Wed, 15 Mar 2006 04:19:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751348#M257880</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-03-15T04:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error in staring package!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751349#M257881</link>
      <description>Hi Amit,&lt;BR /&gt;&lt;BR /&gt;VG is activated on the other node which may be or may not be part of the cluster.&lt;BR /&gt;&lt;BR /&gt;Make sure that VG is not active on any node and retry the operation.&lt;BR /&gt;Also see if that VG is cluster aware right now.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Mar 2006 04:35:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751349#M257881</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-03-15T04:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error in staring package!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751350#M257882</link>
      <description>I tried on the node which it was active and deactivated it on the node.&lt;BR /&gt;&lt;BR /&gt;And tried starting on the intended node. But it gives same error.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Mar 2006 04:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751350#M257882</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2006-03-15T04:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error in staring package!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751351#M257883</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;      In the node where you are trying to start the package execute the following commands.&lt;BR /&gt;&lt;BR /&gt;       #vgchange -a n /dev/vg_p06_ss01.bcv1&lt;BR /&gt;       #vgchange -c y -S y /dev/vg_p06_ss01.bcv1&lt;BR /&gt;       #vgchange -a y /dev/vg_p06_ss01.bcv1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;      Now try starting the package and see whether you are getting the same error.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Wed, 15 Mar 2006 04:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751351#M257883</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-15T04:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error in staring package!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751352#M257884</link>
      <description>Hi,&lt;BR /&gt;How can i check if the VG is part of the cluster?</description>
      <pubDate>Wed, 15 Mar 2006 05:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751352#M257884</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2006-03-15T05:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error in staring package!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751353#M257885</link>
      <description>Hi Amit,&lt;BR /&gt;&lt;BR /&gt;When you specify the VG in Cluster Configuration file (ascii file in /etc/cmcluster/cmclconf.ascii) then it becomes a part of the cluster.&lt;BR /&gt;But if you manually execute the command as:&lt;BR /&gt;# vgchange -c n /dev/vg_p06_ss01.bcv1&lt;BR /&gt;Then vg becomes cluster unaware. &lt;BR /&gt;&lt;BR /&gt;So again to make that VG Cluste aware you need to do:&lt;BR /&gt;#vgchange -c y /dev/vg_p06_ss01.bcv1&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Mar 2006 05:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751353#M257885</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-03-15T05:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error in staring package!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751354#M257886</link>
      <description>It gives this error:&lt;BR /&gt;&lt;BR /&gt;root@abraham:&amp;gt;vgchange -c y vg_p06_ss01.bcv1&lt;BR /&gt;vgchange: Failed to set the specified attributes for volume group "/dev/vg_p06_ss01.bcv1".&lt;BR /&gt;root@abraham:&amp;gt;&lt;BR /&gt;root@abraham:&amp;gt;vgchange -c n /dev/vg_p06_ss01.bcv1&lt;BR /&gt;vgchange: Failed to set the specified attributes for volume group "/dev/vg_p06_ss01.bcv1".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea HP gurus.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Mar 2006 11:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751354#M257886</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2006-03-16T11:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error in staring package!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751355#M257887</link>
      <description>Hi Amit,&lt;BR /&gt;&lt;BR /&gt;Could you post the output of the following command:&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v /dev/vg_p06_ss01.bcv1 | grep -i "VG Status"&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Thu, 16 Mar 2006 12:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751355#M257887</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-03-16T12:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error in staring package!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751356#M257888</link>
      <description>Sandman,&lt;BR /&gt;As requested&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg_p06_ss01.bcv1 | grep -i "VG Status"&lt;BR /&gt;vgdisplay: Volume group not activated.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg_p06_ss01.bcv1".&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Mar 2006 04:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-staring-package/m-p/3751356#M257888</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2006-03-17T04:30:31Z</dc:date>
    </item>
  </channel>
</rss>

