<?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: Syntax for pvremove, lvremove and vgremove in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syntax-for-pvremove-lvremove-and-vgremove/m-p/5209933#M464768</link>
    <description>Have a look at the man pages.  They usually offer examples.&lt;BR /&gt;&lt;BR /&gt;# man pvremove&lt;BR /&gt;&lt;BR /&gt;# man lvremove&lt;BR /&gt;&lt;BR /&gt;# man vgremove</description>
    <pubDate>Tue, 17 Nov 2009 15:13:16 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2009-11-17T15:13:16Z</dc:date>
    <item>
      <title>Syntax for pvremove, lvremove and vgremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syntax-for-pvremove-lvremove-and-vgremove/m-p/5209932#M464767</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I would like to know the exact syntax with examples for pvremove, lvremove and vgremove</description>
      <pubDate>Tue, 17 Nov 2009 15:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syntax-for-pvremove-lvremove-and-vgremove/m-p/5209932#M464767</guid>
      <dc:creator>senthil_kumar_2</dc:creator>
      <dc:date>2009-11-17T15:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for pvremove, lvremove and vgremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syntax-for-pvremove-lvremove-and-vgremove/m-p/5209933#M464768</link>
      <description>Have a look at the man pages.  They usually offer examples.&lt;BR /&gt;&lt;BR /&gt;# man pvremove&lt;BR /&gt;&lt;BR /&gt;# man lvremove&lt;BR /&gt;&lt;BR /&gt;# man vgremove</description>
      <pubDate>Tue, 17 Nov 2009 15:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syntax-for-pvremove-lvremove-and-vgremove/m-p/5209933#M464768</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-11-17T15:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for pvremove, lvremove and vgremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syntax-for-pvremove-lvremove-and-vgremove/m-p/5209934#M464769</link>
      <description>As said above man is the best place to search for examples.&lt;BR /&gt;&lt;BR /&gt;Some Examples:&lt;BR /&gt;Remove a logical volume without requiring user confirmation: &lt;BR /&gt;&lt;BR /&gt;lvremove -f /dev/vg01/lvol5 &lt;BR /&gt;&lt;BR /&gt;Remove volume group /dev/vg02 from the system: &lt;BR /&gt;&lt;BR /&gt;vgremove /dev/vg02 &lt;BR /&gt;&lt;BR /&gt;Remove a Physical volume &lt;BR /&gt;&lt;BR /&gt;pvremove /dev/rdsk/c6t3d0&lt;BR /&gt;&lt;BR /&gt;See the below doc also&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4616/ch03s01.html" target="_blank"&gt;http://docs.hp.com/en/5992-4616/ch03s01.html&lt;/A&gt;</description>
      <pubDate>Tue, 17 Nov 2009 15:43:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syntax-for-pvremove-lvremove-and-vgremove/m-p/5209934#M464769</guid>
      <dc:creator>boomerang</dc:creator>
      <dc:date>2009-11-17T15:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for pvremove, lvremove and vgremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syntax-for-pvremove-lvremove-and-vgremove/m-p/5209935#M464770</link>
      <description>You did not specify which OS version you are using.&lt;BR /&gt;below link for hp doc "Common LVM tasks" for 11iv3.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-6576/ch03s03.html" target="_blank"&gt;http://docs.hp.com/en/5992-6576/ch03s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 17 Nov 2009 16:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syntax-for-pvremove-lvremove-and-vgremove/m-p/5209935#M464770</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2009-11-17T16:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for pvremove, lvremove and vgremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syntax-for-pvremove-lvremove-and-vgremove/m-p/5209936#M464771</link>
      <description>Hi Senthil,&lt;BR /&gt;&lt;BR /&gt;Check the man page as:&lt;BR /&gt;&lt;BR /&gt;# man pvremove&lt;BR /&gt;# man lvremove&lt;BR /&gt;# man vgremove&lt;BR /&gt;&lt;BR /&gt;Or you can check the following links:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90692/pvremove.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90692/pvremove.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90691/lvremove.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90691/lvremove.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90692/vgremove.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90692/vgremove.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti</description>
      <pubDate>Wed, 18 Nov 2009 03:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syntax-for-pvremove-lvremove-and-vgremove/m-p/5209936#M464771</guid>
      <dc:creator>Kranti Mahmud</dc:creator>
      <dc:date>2009-11-18T03:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for pvremove, lvremove and vgremove</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syntax-for-pvremove-lvremove-and-vgremove/m-p/5209937#M464772</link>
      <description>I am closing this thread.</description>
      <pubDate>Wed, 18 Nov 2009 13:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syntax-for-pvremove-lvremove-and-vgremove/m-p/5209937#M464772</guid>
      <dc:creator>senthil_kumar_2</dc:creator>
      <dc:date>2009-11-18T13:33:13Z</dc:date>
    </item>
  </channel>
</rss>

