<?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: Proble with volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513620#M643720</link>
    <description>Hi, As the last resort I'd advice to export and then import volume group, what is not so difficult in the case of non root VG (is also possibleb, more difficult in the case og root VG).&lt;BR /&gt;To be more precise do as follows:&lt;BR /&gt;1. unmount all file systems in the logical volumes of the volume group to be exported.&lt;BR /&gt;2.  vgchange -a n VG_name&lt;BR /&gt;3. vgexport VG_name&lt;BR /&gt;4. mkdir /dev/VG_name&lt;BR /&gt;5. mknod /dev/VG_name/group c 64 0x0N0000&lt;BR /&gt;   where N is properly selected (may be the same as in exported volume group&lt;BR /&gt;6. vgimport VG_name /dev/dsk/c#t#d# /dev/dsk/.....&lt;BR /&gt;&lt;BR /&gt;If you use different than default names for logical volumes, must use the so called map file doing export and then import. See man pages.&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Apr 2001 19:47:00 GMT</pubDate>
    <dc:creator>Wieslaw Krajewski</dc:creator>
    <dc:date>2001-04-04T19:47:00Z</dc:date>
    <item>
      <title>Proble with volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513617#M643717</link>
      <description>I up the volume group without quorum and then &lt;BR /&gt;I have a following problem:&lt;BR /&gt;&lt;BR /&gt;Volume group "/dev/vgdesadb" has been successfully extended.&lt;BR /&gt;vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates&lt;BR /&gt; 5 disks for "/dev/vgdesadb"; /etc/lvmtab has 4 disks.&lt;BR /&gt;Cannot proceed with backup.&lt;BR /&gt;&lt;BR /&gt;How can i resolve this problem ?&lt;BR /&gt;&lt;BR /&gt;Also I have a problem with the server, with this messagge:&lt;BR /&gt;&lt;BR /&gt;Apr  4 15:54:09 s2500d cmcld: Service cmlvmd terminated. Unable to get exit stat&lt;BR /&gt;us (No such file or directory)&lt;BR /&gt;Apr  4 15:54:09 s2500d cmcld: Halting s2500d to preserve data integrity&lt;BR /&gt;Apr  4 15:54:09 s2500d cmcld: Reason: LVM daemon failed&lt;BR /&gt;&lt;BR /&gt;Anybody know , what happend ?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;MDF</description>
      <pubDate>Wed, 04 Apr 2001 18:37:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513617#M643717</guid>
      <dc:creator>Marcelo De Florio</dc:creator>
      <dc:date>2001-04-04T18:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proble with volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513618#M643718</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The Kernel somehow still thinks you have one more disk in the group than you really have.&lt;BR /&gt;&lt;BR /&gt;Here are 2 steps you can try:&lt;BR /&gt;&lt;BR /&gt;1) mv /etc/lvmtab to /etc/lvmtab.old and then vgscan -v &lt;BR /&gt;or&lt;BR /&gt;2) vgreduce -f /dev/vg...&lt;BR /&gt;&lt;BR /&gt;That will take the unnecessary information out&lt;BR /&gt;&lt;BR /&gt;Steffi Jones</description>
      <pubDate>Wed, 04 Apr 2001 19:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513618#M643718</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2001-04-04T19:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proble with volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513619#M643719</link>
      <description>I execute mv /etc/lvmtab /etc/lvmtab.old and then vgscan -v, &lt;BR /&gt;&lt;BR /&gt;but i have a same problem:&lt;BR /&gt;&lt;BR /&gt;Logical volume "/dev/vgdesadb/lvora817" has been successfully extended.&lt;BR /&gt;vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates&lt;BR /&gt; 5 disks for "/dev/vgdesadb"; /etc/lvmtab has 4 disks.&lt;BR /&gt;Cannot proceed with backup.&lt;BR /&gt;&lt;BR /&gt;MDF</description>
      <pubDate>Wed, 04 Apr 2001 19:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513619#M643719</guid>
      <dc:creator>Marcelo De Florio</dc:creator>
      <dc:date>2001-04-04T19:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Proble with volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513620#M643720</link>
      <description>Hi, As the last resort I'd advice to export and then import volume group, what is not so difficult in the case of non root VG (is also possibleb, more difficult in the case og root VG).&lt;BR /&gt;To be more precise do as follows:&lt;BR /&gt;1. unmount all file systems in the logical volumes of the volume group to be exported.&lt;BR /&gt;2.  vgchange -a n VG_name&lt;BR /&gt;3. vgexport VG_name&lt;BR /&gt;4. mkdir /dev/VG_name&lt;BR /&gt;5. mknod /dev/VG_name/group c 64 0x0N0000&lt;BR /&gt;   where N is properly selected (may be the same as in exported volume group&lt;BR /&gt;6. vgimport VG_name /dev/dsk/c#t#d# /dev/dsk/.....&lt;BR /&gt;&lt;BR /&gt;If you use different than default names for logical volumes, must use the so called map file doing export and then import. See man pages.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Apr 2001 19:47:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513620#M643720</guid>
      <dc:creator>Wieslaw Krajewski</dc:creator>
      <dc:date>2001-04-04T19:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proble with volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513621#M643721</link>
      <description>Try "vgreduce -f vgdesadb"  this should reduce out any missing PV's the kernel thinks are in vgdesadb.</description>
      <pubDate>Thu, 05 Apr 2001 16:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513621#M643721</guid>
      <dc:creator>Byron Myers</dc:creator>
      <dc:date>2001-04-05T16:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proble with volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513622#M643722</link>
      <description>Byron:&lt;BR /&gt;      I can probe with your recomendation but I have the same problem. &lt;BR /&gt;&lt;BR /&gt;      Any more ideas about resolve this ?&lt;BR /&gt;&lt;BR /&gt;MDF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Apr 2001 12:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513622#M643722</guid>
      <dc:creator>Marcelo De Florio</dc:creator>
      <dc:date>2001-04-10T12:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proble with volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513623#M643723</link>
      <description>You mentioned that you "up the vg without quorum". &lt;BR /&gt;Do you have a logical volume with any extents on a non-existant or faulty disk. Try a vgdisplay -v to see if you have any errors or if you have a lvol with stale partitions if so you need to lvreduce these lvols before running the vgreduce -f command.</description>
      <pubDate>Tue, 10 Apr 2001 14:31:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513623#M643723</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2001-04-10T14:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Proble with volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513624#M643724</link>
      <description>Before you do something else:&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;vgscan -v (to recreate /etc/lvmtab)&lt;BR /&gt;&lt;BR /&gt;Now it shouldn't give any more errors.&lt;BR /&gt;check with "vgdisplay -v" if there is any problem.&lt;BR /&gt;good luck.</description>
      <pubDate>Tue, 10 Apr 2001 14:46:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513624#M643724</guid>
      <dc:creator>Pedro Sousa</dc:creator>
      <dc:date>2001-04-10T14:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proble with volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513625#M643725</link>
      <description>Marcelo,&lt;BR /&gt;&lt;BR /&gt;I dont know if you've resolved this yet, but here is my take on it.&lt;BR /&gt;&lt;BR /&gt;These guys are right about the lvmtab, vgscan answer, but in order for this to work, I think you have to deactivate the VG first. &lt;BR /&gt;&lt;BR /&gt;vgchange -a n /dev/vgwhatever&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.something&lt;BR /&gt;vgscan -p -v&lt;BR /&gt; check this output to ensure that the&lt;BR /&gt; correct number of PV's are in that volume&lt;BR /&gt; group. If so:&lt;BR /&gt;vgscan -v&lt;BR /&gt;vgchange -a y /dev/vgwhatever&lt;BR /&gt;&lt;BR /&gt;Let us know the outcome.</description>
      <pubDate>Wed, 11 Apr 2001 20:07:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513625#M643725</guid>
      <dc:creator>Jeff Gyurko</dc:creator>
      <dc:date>2001-04-11T20:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proble with volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513626#M643726</link>
      <description>I had this exact problem. I followed the earlier instructions suggesting "vgreduce -f vgxx". I did this, and was then instructed to mv /etc/lvmtab, and run "vgscan -v". This fixed the problem.</description>
      <pubDate>Tue, 23 Jul 2002 00:54:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proble-with-volume-group/m-p/2513626#M643726</guid>
      <dc:creator>Andrew Galbraith Ryer</dc:creator>
      <dc:date>2002-07-23T00:54:14Z</dc:date>
    </item>
  </channel>
</rss>

