<?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: serviceguard - cant activate vg in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cant-activate-vg/m-p/4343868#M565816</link>
    <description>hi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the other part is just after importing the VG make sure &lt;BR /&gt;&lt;BR /&gt;to run the following command to first make this cluster unaware.&lt;BR /&gt;&lt;BR /&gt;#vgchange -c n vgsgm&lt;BR /&gt;#vgchange -a y -q n vgsgm&lt;BR /&gt;&lt;BR /&gt;check the warnings for the PVs not present these u need to remove later.&lt;BR /&gt;#vgdisplay -v vgsgm&lt;BR /&gt;&lt;BR /&gt;make a note of the PVs and LVs listed and make sure that the LVs are properly imported and llok healthy and that u are not mossing the useful pVs&lt;BR /&gt;&lt;BR /&gt;then u can go ahead with doing vgreduce once u think that all ur LVs are there in the VG and are intact.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vgreduce /dev/vgsgm &lt;PV1&gt; &lt;PV2&gt; ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;these PVs are not reqd now and even without these u have all the LVs intact and healthy.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vgextend /dev/vgsgm &lt;PV_LINK1&gt; &lt;PV_LINK2&gt; &lt;PV_LINK3&gt;   &lt;BR /&gt;&lt;BR /&gt;etc to include the alternate path of the PVs into the VG&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sujit&lt;BR /&gt;&lt;/PV_LINK3&gt;&lt;/PV_LINK2&gt;&lt;/PV_LINK1&gt;&lt;/PV2&gt;&lt;/PV1&gt;</description>
    <pubDate>Fri, 23 Jan 2009 19:40:28 GMT</pubDate>
    <dc:creator>sujit kumar singh</dc:creator>
    <dc:date>2009-01-23T19:40:28Z</dc:date>
    <item>
      <title>serviceguard - cant activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cant-activate-vg/m-p/4343864#M565812</link>
      <description>&lt;BR /&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I was moving our data to a new disk, but after the move  I cant activate the VG.&lt;BR /&gt;&lt;BR /&gt;Any advice greatly apprecaited.&lt;BR /&gt;Its part of a serviceguard cluster&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;vgimport –s –m /tmp2/vgsgm.mapfile /dev/vgsgm /dev/dsk/vpath22 /dev/dsk/vpath11&lt;BR /&gt;vgimport: Quorum not present, or some physical volume(s) are missing.&lt;BR /&gt;&lt;BR /&gt;vgchange -a e vgsgm&lt;BR /&gt;vgchange: Activation mode requested for the volume group "/dev/vgsgm" conflicts with configured mode.&lt;BR /&gt;&lt;BR /&gt;root@bfssgm01 [/tmp]&amp;gt; vgchange -a y vgsgm&lt;BR /&gt;vgchange: Couldn't activate volume group "vgsgm":&lt;BR /&gt;Quorum not present, or some physical volume(s) are missing.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2009 18:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cant-activate-vg/m-p/4343864#M565812</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2009-01-23T18:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard - cant activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cant-activate-vg/m-p/4343865#M565813</link>
      <description>Bonsoir,&lt;BR /&gt;&lt;BR /&gt;"Activation mode requested for the volume group "/dev/vgsgm" conflicts with configured mode"&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; To be able to do "vgchange -a e" you need first to do "vgchange -c y".&lt;BR /&gt;&lt;BR /&gt;Anyway, you have an other problem&lt;BR /&gt;&lt;BR /&gt;"Quorum not present, or some physical volume(s) are missing"&lt;BR /&gt;&lt;BR /&gt;Either you try to import a mirrored VG with only one copy of data, either it is not the case and you have forgotten some disks.&lt;BR /&gt;&lt;BR /&gt;In the first case, you can activate the VG with quorum option "vgchange -a e -q n" and it will work. In the other case, first resolve why you are missing disk before trying to use the VG&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Fri, 23 Jan 2009 19:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cant-activate-vg/m-p/4343865#M565813</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2009-01-23T19:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard - cant activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cant-activate-vg/m-p/4343866#M565814</link>
      <description>cheers Eric - get reply :&lt;BR /&gt;&lt;BR /&gt;root@bfssgm01 [/patch]&amp;gt; vgchange -a e -q n vgsgm&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c63t0d0":&lt;BR /&gt;The HP-UX kernel running on this system does not provide this feature.&lt;BR /&gt;Install the appropriate kernel patch to enable it.&lt;BR /&gt;&lt;BR /&gt;vgchange: The HP-UX kernel running on this system does not provide this feature.&lt;BR /&gt;Install the appropriate kernel patch to enable it.&lt;BR /&gt;&lt;BR /&gt;vgchange: The HP-UX kernel running on this system does not provide this feature.&lt;BR /&gt;Install the appropriate kernel patch to enable it.&lt;BR /&gt;&lt;BR /&gt;vgchange: The HP-UX kernel running on this system does not provide this feature.&lt;BR /&gt;Install the appropriate kernel patch to enable it.&lt;BR /&gt;&lt;BR /&gt;vgchange: The HP-UX kernel running on this system does not provide this feature.&lt;BR /&gt;Install the appropriate kernel patch to enable it.&lt;BR /&gt;&lt;BR /&gt;vgchange: The HP-UX kernel running on this system does not provide this feature.&lt;BR /&gt;Install the appropriate kernel patch to enable it.&lt;BR /&gt;&lt;BR /&gt;vgchange: The HP-UX kernel running on this system does not provide this feature.&lt;BR /&gt;Install the appropriate kernel patch to enable it.&lt;BR /&gt;&lt;BR /&gt;vgchange: The HP-UX kernel running on this system does not provide this feature.&lt;BR /&gt;Install the appropriate kernel patch to enable it.&lt;BR /&gt;&lt;BR /&gt;vgchange: Activation mode requested for the volume group "/dev/vgsgm" conflicts with configured mode.&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c63t0d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c65t0d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c67t0d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c69t0d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c34t0d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c35t0d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c28t0d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c83t0d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2009 19:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cant-activate-vg/m-p/4343866#M565814</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2009-01-23T19:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard - cant activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cant-activate-vg/m-p/4343867#M565815</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the system does not seem to have the appropraite command patches (and might be other enhancement patches) for LVM.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please find the keywords after choosing the OS version and keyword search LVM and get the patches from the ITRC Site Search page for patches.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www11.itrc.hp.com/service/patch/search.do?BC=main" target="_blank"&gt;http://www11.itrc.hp.com/service/patch/search.do?BC=main&lt;/A&gt;|&amp;amp;pageOsid=hpux &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;u shud always have the system patched for the LVM patches uptodate.&lt;BR /&gt;&lt;BR /&gt;also make sure that accordingly it is always good to have system patched fpr all the other bundles as HWEnable,FEature and QPKBAse .these u can do later on also, but as u are prompted please install the LVM patches.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the other thing is that &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1)after u are able to activate the VG in Quorum override mode (vgchange -a y -q n &lt;VG_NAME&gt;)after patchinng , then make sure&lt;BR /&gt;2)vgrduce is run depending upon the correctness of the VG to remove the other PVs&lt;BR /&gt;&lt;BR /&gt;this will depend if the dev files that u have mentioned at the time of Importing the VG are sufficient that u get all the LVs after importing the VG and activating iin the Quorum override mode.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit&lt;/VG_NAME&gt;</description>
      <pubDate>Fri, 23 Jan 2009 19:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cant-activate-vg/m-p/4343867#M565815</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-23T19:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard - cant activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cant-activate-vg/m-p/4343868#M565816</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the other part is just after importing the VG make sure &lt;BR /&gt;&lt;BR /&gt;to run the following command to first make this cluster unaware.&lt;BR /&gt;&lt;BR /&gt;#vgchange -c n vgsgm&lt;BR /&gt;#vgchange -a y -q n vgsgm&lt;BR /&gt;&lt;BR /&gt;check the warnings for the PVs not present these u need to remove later.&lt;BR /&gt;#vgdisplay -v vgsgm&lt;BR /&gt;&lt;BR /&gt;make a note of the PVs and LVs listed and make sure that the LVs are properly imported and llok healthy and that u are not mossing the useful pVs&lt;BR /&gt;&lt;BR /&gt;then u can go ahead with doing vgreduce once u think that all ur LVs are there in the VG and are intact.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vgreduce /dev/vgsgm &lt;PV1&gt; &lt;PV2&gt; ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;these PVs are not reqd now and even without these u have all the LVs intact and healthy.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vgextend /dev/vgsgm &lt;PV_LINK1&gt; &lt;PV_LINK2&gt; &lt;PV_LINK3&gt;   &lt;BR /&gt;&lt;BR /&gt;etc to include the alternate path of the PVs into the VG&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sujit&lt;BR /&gt;&lt;/PV_LINK3&gt;&lt;/PV_LINK2&gt;&lt;/PV_LINK1&gt;&lt;/PV2&gt;&lt;/PV1&gt;</description>
      <pubDate>Fri, 23 Jan 2009 19:40:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cant-activate-vg/m-p/4343868#M565816</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-23T19:40:28Z</dc:date>
    </item>
  </channel>
</rss>

