<?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: How do I remove a physical volume in RedHat Linux AS 4 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805118#M23841</link>
    <description>Hi Danesh,&lt;BR /&gt;&lt;BR /&gt;Try "pvdisplay /dev/cciss/c0d1p1" to see if you have physical volume. And try "vgreduce my_volume_group /dev/cciss/c0d1p1" to remove your physical volume group.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sung</description>
    <pubDate>Tue, 13 Jun 2006 15:02:51 GMT</pubDate>
    <dc:creator>Sung Oh</dc:creator>
    <dc:date>2006-06-13T15:02:51Z</dc:date>
    <item>
      <title>How do I remove a physical volume in RedHat Linux AS 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805113#M23836</link>
      <description>I have created a physical volume using the following command on my Linux server:-&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/cciss/c0d1p1&lt;BR /&gt;&lt;BR /&gt;How do remove the physical volume ?&lt;BR /&gt;&lt;BR /&gt;I have tried using pvremove (see below) and receive an error. Can anyone help me?&lt;BR /&gt;&lt;BR /&gt;[root@metis cciss]# pvremove -v /dev/cciss/c0d0p1&lt;BR /&gt;  No physical volume label read from /dev/cciss/c0d0p1&lt;BR /&gt;  Can't open /dev/cciss/c0d0p1 exclusively.  Mounted filesystem?&lt;BR /&gt;[root@metis cciss]# &lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2006 10:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805113#M23836</guid>
      <dc:creator>Danesh Qureshi</dc:creator>
      <dc:date>2006-06-13T10:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a physical volume in RedHat Linux AS 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805114#M23837</link>
      <description>probably your physical volume part of some  group?</description>
      <pubDate>Tue, 13 Jun 2006 12:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805114#M23837</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-06-13T12:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a physical volume in RedHat Linux AS 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805115#M23838</link>
      <description>What about using the fdisk command?  Run fdisk /dev/cciss and then delete the partition by running option d and choosing the number of the partition.</description>
      <pubDate>Tue, 13 Jun 2006 13:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805115#M23838</guid>
      <dc:creator>heybails</dc:creator>
      <dc:date>2006-06-13T13:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a physical volume in RedHat Linux AS 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805116#M23839</link>
      <description>nevermind, that won't work.  it's under LVM.</description>
      <pubDate>Tue, 13 Jun 2006 14:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805116#M23839</guid>
      <dc:creator>heybails</dc:creator>
      <dc:date>2006-06-13T14:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a physical volume in RedHat Linux AS 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805117#M23840</link>
      <description>Make sure everything is deleted out of the filesystem and unmount the filesystem created under the physical volume.  That should free it up to run pvremove.  You can also run it under the GUI system-config-lvm to see a good graph of how it's set up.</description>
      <pubDate>Tue, 13 Jun 2006 14:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805117#M23840</guid>
      <dc:creator>heybails</dc:creator>
      <dc:date>2006-06-13T14:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a physical volume in RedHat Linux AS 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805118#M23841</link>
      <description>Hi Danesh,&lt;BR /&gt;&lt;BR /&gt;Try "pvdisplay /dev/cciss/c0d1p1" to see if you have physical volume. And try "vgreduce my_volume_group /dev/cciss/c0d1p1" to remove your physical volume group.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sung</description>
      <pubDate>Tue, 13 Jun 2006 15:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805118#M23841</guid>
      <dc:creator>Sung Oh</dc:creator>
      <dc:date>2006-06-13T15:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a physical volume in RedHat Linux AS 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805119#M23842</link>
      <description>it's better to run #pvscan before you check the pv status by invoke #pvdisplay. #pvremove is still the best way to remove your exists pv.</description>
      <pubDate>Tue, 13 Jun 2006 17:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-remove-a-physical-volume-in-redhat-linux-as-4/m-p/3805119#M23842</guid>
      <dc:creator>Jun Yu</dc:creator>
      <dc:date>2006-06-13T17:20:12Z</dc:date>
    </item>
  </channel>
</rss>

