<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LinuxReaders &#187; pvcreate</title>
	<atom:link href="http://www.linuxreaders.com/tag/pvcreate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxreaders.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 05:06:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>LVM Resize root partition -Centos</title>
		<link>http://www.linuxreaders.com/2010/08/18/lvm-resize-root-partition-centos/</link>
		<comments>http://www.linuxreaders.com/2010/08/18/lvm-resize-root-partition-centos/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 04:55:46 +0000</pubDate>
		<dc:creator>Dhaval Thakar</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[SystemAdmin]]></category>
		<category><![CDATA[increase root partition]]></category>
		<category><![CDATA[lvextend]]></category>
		<category><![CDATA[lvm resize]]></category>
		<category><![CDATA[pvcreate]]></category>
		<category><![CDATA[pvdisplay]]></category>
		<category><![CDATA[pvscan]]></category>
		<category><![CDATA[Resize LVM -Centos]]></category>
		<category><![CDATA[resize root partition]]></category>
		<category><![CDATA[resize2fs]]></category>
		<category><![CDATA[vgextend]]></category>

		<guid isPermaLink="false">http://www.linuxreaders.com/?p=1777</guid>
		<description><![CDATA[This is more of Resize LVM I have tested this on CentOS 5.5. Since this is root partition modification, I&#8217;ll recommend to keep config backup before proceeding. create new partition (partition id should be 8e Linux LVM) ADD PHYSICAL VOLUME pvcreate /dev/new_partition Verify new physical volume pvdisplay Or pvscan Extend existing VOLUME GROUP vgextend VolGroup00 [...]<p><a href="http://www.linuxreaders.com/2010/08/18/lvm-resize-root-partition-centos/">LVM Resize root partition -Centos</a> is a post from: <a href="http://www.linuxreaders.com">LinuxReaders</a>
 <br />
<!-- AddThis Button BEGIN -->
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=dpthakar"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=dpthakar"></script>
<!-- AddThis Button END -->
</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linuxreaders.com/2010/01/18/resize-lvm-centos/" target="_blank">This is more of Resize LVM</a><br />
I have tested this on CentOS 5.5. Since this is root partition modification, I&#8217;ll recommend to keep config backup before proceeding.</p>
<p>create new partition (partition id should be 8e Linux LVM)<br />
ADD PHYSICAL VOLUME</p>
<blockquote><p>pvcreate /dev/new_partition</p></blockquote>
<p>Verify new physical volume</p>
<blockquote><p>pvdisplay<br />
Or<br />
pvscan</p></blockquote>
<p>Extend existing VOLUME GROUP</p>
<blockquote><p>vgextend VolGroup00 /dev/xvda3</p></blockquote>
<p>make sure vg free size is = new partition size using vgdisplay command<br />
Extend existing LVM by adding new partition</p>
<blockquote><p>lvextend /dev/VolGroup00/LogVol00 /dev/xvda3</p></blockquote>
<p>make sure lv size is increased, use lvdisplay</p>
<p>RESIZE FILE SYSTEM<br />
Reboot Linux to init1</p>
<blockquote><p>umount /dev/VolGroup00/LogVol00<br />
fsck -f /dev/VolGroup00/LogVol00</p></blockquote>
<p>Mount / partition or reboot to init1 for following command to run.</p>
<blockquote><p>resize2fs /dev/VolGroup00/LogVol00</p></blockquote>
<p>Now you may reboot &amp; check / partition size.</p>
<p><a href="http://www.linuxreaders.com/2010/08/18/lvm-resize-root-partition-centos/">LVM Resize root partition -Centos</a> is a post from: <a href="http://www.linuxreaders.com">LinuxReaders</a>
 <br />
<!-- AddThis Button BEGIN -->
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<a target="_blank" class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=dpthakar"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0" title="LVM Resize root partition  Centos " /></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=dpthakar"></script>
<!-- AddThis Button END -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxreaders.com/2010/08/18/lvm-resize-root-partition-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resize LVM -Centos</title>
		<link>http://www.linuxreaders.com/2010/01/18/resize-lvm-centos/</link>
		<comments>http://www.linuxreaders.com/2010/01/18/resize-lvm-centos/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 13:22:39 +0000</pubDate>
		<dc:creator>Dhaval Thakar</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[SystemAdmin]]></category>
		<category><![CDATA[lvextend]]></category>
		<category><![CDATA[lvm resize]]></category>
		<category><![CDATA[pvcreate]]></category>
		<category><![CDATA[pvdisplay]]></category>
		<category><![CDATA[pvscan]]></category>
		<category><![CDATA[Resize LVM -Centos]]></category>
		<category><![CDATA[resize2fs]]></category>
		<category><![CDATA[vgextend]]></category>

		<guid isPermaLink="false">http://www.linuxreaders.com/?p=1151</guid>
		<description><![CDATA[Here We are sharing guide to resize LVM size. create new partition (partition id should be 8e Linux LVM) ADD PHYSICAL VOLUME pvcreate /dev/new_partition Verify new physical volume pvdisplay Or pvscan Extend existing VOLUME GROUP vgextend VolGroup00 /dev/xvda3 make sure vg free size is = new partition size using vgdisplay command Extend existing LVM by [...]<p><a href="http://www.linuxreaders.com/2010/01/18/resize-lvm-centos/">Resize LVM -Centos</a> is a post from: <a href="http://www.linuxreaders.com">LinuxReaders</a>
 <br />
<!-- AddThis Button BEGIN -->
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=dpthakar"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=dpthakar"></script>
<!-- AddThis Button END -->
</p>
]]></description>
			<content:encoded><![CDATA[<p>Here We are sharing guide to resize LVM size.</p>
<p>create new partition (partition id should be 8e  Linux LVM)</p>
<p>ADD PHYSICAL VOLUME</p>
<blockquote><p>pvcreate /dev/new_partition</p></blockquote>
<p>Verify new physical volume</p>
<blockquote><p>pvdisplay<br />
Or<br />
pvscan</p></blockquote>
<p>Extend existing VOLUME GROUP</p>
<blockquote><p>vgextend VolGroup00 /dev/xvda3</p></blockquote>
<p>make sure vg free size is = new partition size using vgdisplay command</p>
<p>Extend existing LVM by adding new partition</p>
<blockquote><p>lvextend /dev/VolGroup00/LogVol00 /dev/xvda3</p></blockquote>
<p>make sure lv size is increased, use lvdisplay</p>
<p>RESIZE FILE SYSTEM</p>
<blockquote><p>umount /dev/VolGroup00/LogVol00</p></blockquote>
<blockquote><p>fsck -f /dev/VolGroup00/LogVol00</p></blockquote>
<blockquote><p>resize2fs /dev/VolGroup00/LogVol00</p></blockquote>
<p><a href="http://www.linuxreaders.com/2010/01/18/resize-lvm-centos/">Resize LVM -Centos</a> is a post from: <a href="http://www.linuxreaders.com">LinuxReaders</a>
 <br />
<!-- AddThis Button BEGIN -->
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<a target="_blank" class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=dpthakar"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0" title="Resize LVM  Centos" /></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=dpthakar"></script>
<!-- AddThis Button END -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxreaders.com/2010/01/18/resize-lvm-centos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
