<?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 VG Activation Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/5016135#M608593</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;we have 2 nodes (rp4440) in test environment, and it was clustered. both server has common storage.&lt;BR /&gt;someone wrongly deleted the cluster informations by "cmdeleteconf". Now the problem is there are 3 Volume &lt;BR /&gt;groups(vglock,vgdata,vgscp) and we cannot activate the volume groups by &lt;BR /&gt;"vgchange -a y /dev/vgxxx"&lt;BR /&gt;while lvmtab showing the vg information and ioscan claims all the pv.the vgchange command shows the following outputs:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a n /dev/vglock&lt;BR /&gt;vgchange: Volume group "/dev/vglock" has been successfully changed.&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vglock&lt;BR /&gt;vgchange: Activation mode requested for the volume group "/dev/vglock" conflicts&lt;BR /&gt;with configured mode.&lt;BR /&gt;&lt;BR /&gt;we've also tried with the exclusive mode.&lt;BR /&gt;# vgchange -a e /dev/vglock&lt;BR /&gt;vgchange: Cluster Services not available or unreachable on this system, for volume group "/dev/vglock".&lt;BR /&gt;&lt;BR /&gt;Pls help ...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Jahangir Kabir</description>
    <pubDate>Wed, 29 Nov 2006 09:08:54 GMT</pubDate>
    <dc:creator>Jahangir Kabir</dc:creator>
    <dc:date>2006-11-29T09:08:54Z</dc:date>
    <item>
      <title>VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/5016135#M608593</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;we have 2 nodes (rp4440) in test environment, and it was clustered. both server has common storage.&lt;BR /&gt;someone wrongly deleted the cluster informations by "cmdeleteconf". Now the problem is there are 3 Volume &lt;BR /&gt;groups(vglock,vgdata,vgscp) and we cannot activate the volume groups by &lt;BR /&gt;"vgchange -a y /dev/vgxxx"&lt;BR /&gt;while lvmtab showing the vg information and ioscan claims all the pv.the vgchange command shows the following outputs:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a n /dev/vglock&lt;BR /&gt;vgchange: Volume group "/dev/vglock" has been successfully changed.&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vglock&lt;BR /&gt;vgchange: Activation mode requested for the volume group "/dev/vglock" conflicts&lt;BR /&gt;with configured mode.&lt;BR /&gt;&lt;BR /&gt;we've also tried with the exclusive mode.&lt;BR /&gt;# vgchange -a e /dev/vglock&lt;BR /&gt;vgchange: Cluster Services not available or unreachable on this system, for volume group "/dev/vglock".&lt;BR /&gt;&lt;BR /&gt;Pls help ...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Jahangir Kabir</description>
      <pubDate>Wed, 29 Nov 2006 09:08:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/5016135#M608593</guid>
      <dc:creator>Jahangir Kabir</dc:creator>
      <dc:date>2006-11-29T09:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/5016136#M608594</link>
      <description>You must first turn off the cluster aware bit for the VG.&lt;BR /&gt;&lt;BR /&gt;# vgchange -c n /dev/vglock&lt;BR /&gt;&lt;BR /&gt;Now you should be able to activate it.&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vglock</description>
      <pubDate>Wed, 29 Nov 2006 09:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/5016136#M608594</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-11-29T09:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/5016137#M608595</link>
      <description>Friend&lt;BR /&gt;this occurs due the configuration of its VG it this asset way to cluster then the activation must above as be informed in the topico.</description>
      <pubDate>Wed, 29 Nov 2006 09:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/5016137#M608595</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2006-11-29T09:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/5016138#M608596</link>
      <description>&lt;BR /&gt;Hi Patrick &lt;BR /&gt;&lt;BR /&gt;Thanks for your help. its worked like magic.  &lt;BR /&gt;&lt;BR /&gt;Hi Calandrello &lt;BR /&gt;&lt;BR /&gt;Thanks for your response .&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Jahangir Kabir</description>
      <pubDate>Thu, 30 Nov 2006 00:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/5016138#M608596</guid>
      <dc:creator>Jahangir Kabir</dc:creator>
      <dc:date>2006-11-30T00:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: VG Activation Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/5016139#M608597</link>
      <description>best regards</description>
      <pubDate>Mon, 04 Dec 2006 01:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-problem/m-p/5016139#M608597</guid>
      <dc:creator>Jahangir Kabir</dc:creator>
      <dc:date>2006-12-04T01:37:17Z</dc:date>
    </item>
  </channel>
</rss>

