<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Expand LVM disk on Linux in VMware</title>
	<atom:link href="http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/</link>
	<description>Random bits and bobs</description>
	<lastBuildDate>Wed, 16 Jun 2010 17:37:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ben</title>
		<link>http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/comment-page-1/#comment-2893</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 16 Jun 2010 17:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/#comment-2893</guid>
		<description>Thanks for the guide! It helped me a ton. A potentially easier approach could be to create a new virtual disk and add it to the LVM, instead of resizing the one you already have. But at any rate your guide worked for me - and I can report that using Mike Karolow&#039;s suggestion is also successful. Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for the guide! It helped me a ton. A potentially easier approach could be to create a new virtual disk and add it to the LVM, instead of resizing the one you already have. But at any rate your guide worked for me &#8211; and I can report that using Mike Karolow&#8217;s suggestion is also successful. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad Abu Nabhan</title>
		<link>http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/comment-page-1/#comment-2880</link>
		<dc:creator>Mohammad Abu Nabhan</dc:creator>
		<pubDate>Sat, 12 Jun 2010 13:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/#comment-2880</guid>
		<description>Thank you very much. Nice and easy and to the point. I just copied your commands and worked like a charm.

I really appreciate it.</description>
		<content:encoded><![CDATA[<p>Thank you very much. Nice and easy and to the point. I just copied your commands and worked like a charm.</p>
<p>I really appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/comment-page-1/#comment-2819</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 13 May 2010 19:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/#comment-2819</guid>
		<description>Worked like a charm, many thanks and may God bless.</description>
		<content:encoded><![CDATA[<p>Worked like a charm, many thanks and may God bless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran Pathur</title>
		<link>http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/comment-page-1/#comment-2775</link>
		<dc:creator>Kiran Pathur</dc:creator>
		<pubDate>Wed, 05 May 2010 15:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/#comment-2775</guid>
		<description>Thanks Chris, your script really helped me. We are extending disk using LVM as mentioned above but instead of adding a new disk, we extend existing disk and create a partition on it and add to LVM. We always needed to reboot, so that the extra disk space is available. But Chris&#039;s script really did it without rebooting. I have used forcerescan option and finally it boils down to the following
echo 1 &gt; /sys/class/scsi_device/0:0:1:0/device/rescan
Also after creating a partition, when we ran pvcreate /dev/sdb2 we got an exception saying that /dev/sdb2 in not recognized or filtered out. I ran partprobe and pvcreate worked afterwards without problems.

If you are adding a new disk, you can make it detected using following command:
echo &quot;- - -&quot; &gt; /sys/class/scsi_host/host0/scan

You might need to replace host0 with proper value.</description>
		<content:encoded><![CDATA[<p>Thanks Chris, your script really helped me. We are extending disk using LVM as mentioned above but instead of adding a new disk, we extend existing disk and create a partition on it and add to LVM. We always needed to reboot, so that the extra disk space is available. But Chris&#8217;s script really did it without rebooting. I have used forcerescan option and finally it boils down to the following<br />
echo 1 &gt; /sys/class/scsi_device/0:0:1:0/device/rescan<br />
Also after creating a partition, when we ran pvcreate /dev/sdb2 we got an exception saying that /dev/sdb2 in not recognized or filtered out. I ran partprobe and pvcreate worked afterwards without problems.</p>
<p>If you are adding a new disk, you can make it detected using following command:<br />
echo &#8220;- &#8211; -&#8221; &gt; /sys/class/scsi_host/host0/scan</p>
<p>You might need to replace host0 with proper value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atif</title>
		<link>http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/comment-page-1/#comment-2597</link>
		<dc:creator>Atif</dc:creator>
		<pubDate>Wed, 24 Mar 2010 07:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/#comment-2597</guid>
		<description>amazing....!! this is the only post available on google how to resize LVM.</description>
		<content:encoded><![CDATA[<p>amazing&#8230;.!! this is the only post available on google how to resize LVM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LaTouf</title>
		<link>http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/comment-page-1/#comment-2533</link>
		<dc:creator>LaTouf</dc:creator>
		<pubDate>Thu, 18 Mar 2010 08:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/#comment-2533</guid>
		<description>Thank you so very much !</description>
		<content:encoded><![CDATA[<p>Thank you so very much !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary S.</title>
		<link>http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/comment-page-1/#comment-2300</link>
		<dc:creator>Gary S.</dc:creator>
		<pubDate>Fri, 26 Feb 2010 16:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/#comment-2300</guid>
		<description>Thanks a ton! This post saved the day for me on a project with a very short deadline. I followed step-by-step and there was nothing out of place or confusing. Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks a ton! This post saved the day for me on a project with a very short deadline. I followed step-by-step and there was nothing out of place or confusing. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/comment-page-1/#comment-1423</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 20 Nov 2009 10:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/#comment-1423</guid>
		<description>ThankyouThankyouThankyou
I know naff all about Linux so most online help is way over my head or assumes prior knowledge of the OS.
You&#039;ve pitched this guide at exactly the right level for me which is a life saver. After trying on a test system we just extended a live virtual DB server - no problemo.
Thanks again.</description>
		<content:encoded><![CDATA[<p>ThankyouThankyouThankyou<br />
I know naff all about Linux so most online help is way over my head or assumes prior knowledge of the OS.<br />
You&#8217;ve pitched this guide at exactly the right level for me which is a life saver. After trying on a test system we just extended a live virtual DB server &#8211; no problemo.<br />
Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raja Thiruvathuru</title>
		<link>http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/comment-page-1/#comment-1377</link>
		<dc:creator>Raja Thiruvathuru</dc:creator>
		<pubDate>Tue, 20 Oct 2009 01:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/#comment-1377</guid>
		<description>you guys are the linux heroes</description>
		<content:encoded><![CDATA[<p>you guys are the linux heroes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bassem</title>
		<link>http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/comment-page-1/#comment-1237</link>
		<dc:creator>Bassem</dc:creator>
		<pubDate>Sun, 27 Sep 2009 08:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.swizzling.org/2008/04/01/expand-lvm-disk-on-linux-in-vmware/#comment-1237</guid>
		<description>just a hint , instead of the last command , i have to use this -&gt;  ext2online  /dev/VolGroup00/LogVol00    becuase my file system was mounted</description>
		<content:encoded><![CDATA[<p>just a hint , instead of the last command , i have to use this -&gt;  ext2online  /dev/VolGroup00/LogVol00    becuase my file system was mounted</p>
]]></content:encoded>
	</item>
</channel>
</rss>
