<?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>NewPush &#187; add disk</title> <atom:link href="http://newpush.com/tag/add-disk/feed/" rel="self" type="application/rss+xml" /><link>http://newpush.com</link> <description>Server Hosting, Data Warehouse Hosting, Collaboration</description> <lastBuildDate>Mon, 30 Jan 2012 15:40:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Adding a second disk to an LVM</title><link>http://newpush.com/2009/01/adding-a-second-disk-to-an-lvm/</link> <comments>http://newpush.com/2009/01/adding-a-second-disk-to-an-lvm/#comments</comments> <pubDate>Fri, 23 Jan 2009 21:04:34 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[add disk]]></category> <category><![CDATA[LVM]]></category> <category><![CDATA[resize]]></category> <category><![CDATA[storage]]></category><guid isPermaLink="false">http://www.wdream.com/archives/33</guid> <description><![CDATA[In a world of storage on demand and virtualized environments, adding more storage on the fly has become simple even on Linux machines without expensive software like Veritas storage manager.&#160; Here is how to proceed: need to use LVM or &#8230; <a href="http://newpush.com/2009/01/adding-a-second-disk-to-an-lvm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>In a world of storage on demand and virtualized environments, adding more storage on the fly has become simple even on Linux machines without expensive software like Veritas storage manager.&nbsp; Here is how to proceed:<ul><li>need to use LVM or LVM 2</li><li>add the new disk as an LVM capable physical volume: pvcreate /dev/sdb (or hdX)</li><li>add the new disk to the volume group, e.g. vgextend VolGroup00 /dev/sdb</li><li>extend the logical volume, e.g. lvextend -L +55G /dev/VolGroup00/LogVol00</li><li>unmount the volume to resize (this may require stopping services and/or boot into rescue mode)</li><li>check the partition: e2fsck -f /dev/VolGroup00/LogVol00</li><li>resizet the partition: resize2fs /dev/VolGroup00/LogVol00</li></ul><p>If booting from rescue, before you can act on the partition, you need to enable it with:<ul><li>vgchange -a y VolGroup00</li><li>lvchange -a y /dev/VolGroup00/LogVol00</li></ul> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2009/01/adding-a-second-disk-to-an-lvm/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: newpush.com @ 2012-02-09 22:43:18 by W3 Total Cache -->
