<?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: LVM Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/5159504#M456110</link>
    <description>&lt;BR /&gt;Thanks.</description>
    <pubDate>Wed, 25 Feb 2009 15:00:52 GMT</pubDate>
    <dc:creator>shashi kanth</dc:creator>
    <dc:date>2009-02-25T15:00:52Z</dc:date>
    <item>
      <title>LVM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/5159499#M456105</link>
      <description>I made a mistake with LVM, i enabled a VG in a 2-node service guard cluster with read-write, and i deleted VG in one node, and i am not able to delete that VG in the 2nd node.&lt;BR /&gt;&lt;BR /&gt;In the 2nd node, if i try to delete a VG, it throws bellow error.&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y -q n -s -l /dev/lvm_fail&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c4t0d5":&lt;BR /&gt;Cross-device link&lt;BR /&gt;vgchange: Cross-device link&lt;BR /&gt;vgchange: Cross-device link&lt;BR /&gt;vgchange: Cross-device link&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c4t0d5":&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/c6t0d5":&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/c8t0d5":&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/c10t0d5":&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;vgchange: Couldn't activate volume group "/dev/lvm_fail":&lt;BR /&gt;Quorum not present, or some physical volume(s) are missing.&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/lvm_fail&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c4t0d5":&lt;BR /&gt;Cross-device link&lt;BR /&gt;vgchange: Cross-device link&lt;BR /&gt;vgchange: Cross-device link&lt;BR /&gt;vgchange: Cross-device link&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c4t0d5":&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/c6t0d5":&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/c8t0d5":&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/c10t0d5":&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;vgchange: Couldn't activate volume group "/dev/lvm_fail":&lt;BR /&gt;Quorum not present, or some physical volume(s) are missing.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am not able to activate VG in the 2nd node to remove the VG.&lt;BR /&gt;&lt;BR /&gt;How can i remove the VG in my 2nd node ?&lt;BR /&gt;&lt;BR /&gt;# pvremove /dev/rdsk/c4t0d5&lt;BR /&gt;pvremove: The physical volume "/dev/rdsk/c4t0d5" belongs to volume group "/dev/lvm_fail".&lt;BR /&gt;pvremove: Couldn't remove physical volume "/dev/rdsk/c4t0d5".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Feb 2009 14:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/5159499#M456105</guid>
      <dc:creator>shashi kanth</dc:creator>
      <dc:date>2009-02-25T14:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/5159500#M456106</link>
      <description>I don't know what you did on node1, but why not trying with vgexport?</description>
      <pubDate>Wed, 25 Feb 2009 14:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/5159500#M456106</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-02-25T14:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/5159501#M456107</link>
      <description>Try 'vgexport'.&lt;BR /&gt;&lt;BR /&gt;# vgexport /dev/lvm_fail&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Feb 2009 14:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/5159501#M456107</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-02-25T14:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/5159502#M456108</link>
      <description>Hi Shashi kanth,&lt;BR /&gt;&lt;BR /&gt;Simply export the vg from second node if you don't need it any more.&lt;BR /&gt;&lt;BR /&gt;#vgexport -v vgname</description>
      <pubDate>Wed, 25 Feb 2009 14:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/5159502#M456108</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-25T14:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/5159503#M456109</link>
      <description>Thank you all. &lt;BR /&gt;&lt;BR /&gt;With vgexport, it's gone.</description>
      <pubDate>Wed, 25 Feb 2009 15:00:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/5159503#M456109</guid>
      <dc:creator>shashi kanth</dc:creator>
      <dc:date>2009-02-25T15:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/5159504#M456110</link>
      <description>&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 25 Feb 2009 15:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/5159504#M456110</guid>
      <dc:creator>shashi kanth</dc:creator>
      <dc:date>2009-02-25T15:00:52Z</dc:date>
    </item>
  </channel>
</rss>

