<?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; pvscan</title> <atom:link href="http://www.linuxreaders.com/tag/pvscan/feed/" rel="self" type="application/rss+xml" /><link>http://www.linuxreaders.com</link> <description></description> <lastBuildDate>Tue, 07 Feb 2012 04:52:06 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>LVM Resize root partition -Centos</title><link>http://www.linuxreaders.com/2010/08/18/lvm-resize-root-partition-centos/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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
/>  <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> </p> ]]></description> <content:encoded><![CDATA[<p></p><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
/>  <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> </p><p></p><p>Related posts:<ol><li><a
href='http://www.linuxreaders.com/2010/01/18/resize-lvm-centos/' rel='bookmark' title='Resize LVM -Centos'>Resize LVM -Centos</a></li><li><a
href='http://www.linuxreaders.com/2010/05/10/migrate-linux-on-xenserver-p2v/' rel='bookmark' title='Migrate Linux On Xenserver -P2V'>Migrate Linux On Xenserver -P2V</a></li><li><a
href='http://www.linuxreaders.com/2010/05/12/migrate-win-xp-on-xenserver-p2v/' rel='bookmark' title='Migrate Win XP On Xenserver -P2V'>Migrate Win XP On Xenserver -P2V</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.linuxreaders.com/2010/08/18/lvm-resize-root-partition-centos/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Resize LVM -Centos</title><link>http://www.linuxreaders.com/2010/01/18/resize-lvm-centos/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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
/>  <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> </p> ]]></description> <content:encoded><![CDATA[<p></p><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
/>  <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> </p><p></p><p>Related posts:<ol><li><a
href='http://www.linuxreaders.com/2009/10/28/how-to-modify-swap-size/' rel='bookmark' title='How to Modify Swap Size'>How to Modify Swap Size</a></li><li><a
href='http://www.linuxreaders.com/2010/01/12/easiest-way-for-interface-bonding-centos/' rel='bookmark' title='Easiest way for Interface Bonding &#8211; CentOS'>Easiest way for Interface Bonding &#8211; CentOS</a></li><li><a
href='http://www.linuxreaders.com/2009/04/15/25-highly-anticipated-open-source-releases-coming-this-year/' rel='bookmark' title='25 highly anticipated open-source releases coming this year'>25 highly anticipated open-source releases coming this year</a></li></ol></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>
