<?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>Extending disk space &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/extending-disk-space/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Sun, 02 Oct 2011 12:56:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.2</generator>
	<item>
		<title>Extending LVM disk space</title>
		<link>https://arunns.net/extending-lvm-disk-space/</link>
					<comments>https://arunns.net/extending-lvm-disk-space/#comments</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Sun, 02 Oct 2011 12:56:15 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Extending disk space]]></category>
		<category><![CDATA[lvextend]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[vgextend]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=565</guid>

					<description><![CDATA[Add the new disk drive to the system, you need to reboot the machine and configure the hardware RAID if required. Add the new disk to Volume group For e.g.: if the disk is HP with Smart array # pvcreate /dev/cciss/c0d1 # vgextend &#60;volume_group_name&#62; /dev/cciss/c0d1 Extend the Logical volume: # lvextend -L&#60;+mention_the_size&#62; /dev/&#60;volume_group&#62;/&#60;logical_volume&#62; eg: # [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Add the new disk drive to the system, you need to reboot the machine and configure the hardware RAID if required.</p>
<p>Add the new disk to Volume group</p>
<p>For e.g.: if the disk is HP with Smart array</p>
<p><em># pvcreate /dev/cciss/c0d1 </em><br />
<em># vgextend &lt;volume_group_name&gt; /dev/cciss/c0d1</em></p>
<p>Extend the Logical volume:<br />
<em># lvextend -L&lt;+mention_the_size&gt; /dev/&lt;volume_group&gt;/&lt;logical_volume&gt;</em><br />
<em>eg: # lvextend -L+25G /dev/localhost/var</em><br />
<em>       # lvextend -L+10G /dev/localhost/home</em></p>
<p>Resize the file system:<br />
<em># resizefs &lt;file_system&gt;</em><br />
eg:<br />
<em># resizefs /dev/mapper/localhost-var</em><br />
<em># resizefs /dev/mapper/localhost-home</em></p>
<p>./arun</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/extending-lvm-disk-space/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
