<?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>Malaysia VMware Communities &#187; Disk</title>
	<atom:link href="http://malaysiavm.com/blog/tag/disk/feed/" rel="self" type="application/rss+xml" />
	<link>http://malaysiavm.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 21 Jul 2010 06:59:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Not possible to resize /var/log on vSphere 4 Host</title>
		<link>http://malaysiavm.com/blog/not-possible-to-resize-varlog-on-vsphere-4-host/</link>
		<comments>http://malaysiavm.com/blog/not-possible-to-resize-varlog-on-vsphere-4-host/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 11:43:28 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[Disk]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[var]]></category>
		<category><![CDATA[VMFS]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=1418</guid>
		<description><![CDATA[As my previous experienced, if you having a disk space full on /var, the host server will getting an error message such as &#8220;A general error occured : Failed to create journal File provider&#8221; when creating a new virtual machine. I had my test machine setup as default configuration, which the /var/log only allocated for [...]


Related posts:<ol><li><a href='http://malaysiavm.com/blog/participate-in-new-version-of-vsphere-beta/' rel='bookmark' title='Permanent Link: Participate in new version of vSphere Beta?'>Participate in new version of vSphere Beta?</a></li>
<li><a href='http://malaysiavm.com/blog/apply-vmware-vsphere-4-update-1-patches/' rel='bookmark' title='Permanent Link: Apply VMware vSphere 4 Update 1 Patches'>Apply VMware vSphere 4 Update 1 Patches</a></li>
<li><a href='http://malaysiavm.com/blog/nfs-iscsi-and-fc-storage-on-vsphere/' rel='bookmark' title='Permanent Link: NFS ISCSI and FC Storage on vSphere'>NFS ISCSI and FC Storage on vSphere</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As my previous experienced, if you having a disk space full on /var, the host server will getting an error message such as &#8220;<em>A general error occured : Failed to create journal File provider</em>&#8221; when creating a new virtual machine. I had my test machine setup as default configuration, which the /var/log only allocated for 2GB in place. Prior to move the system to production, I decide to extend the /var/log from 2GB to 10GB as our current standard. Here come to the idea that I try to extend, unmount and remount as I usually did on the <a href="http://malaysiavm.com/blog/tag/linux">Linux</a>. </p>
<p><span id="more-1418"></span></p>
<p>I found that the partition table for vSphere 4 is totally different as ESX 3.5 did. At 1st was confusing as I only have 1 logical drive with <a href="http://malaysiavm.com/blog/tag/raid">RAID</a> 1 configuration on my vSphere 4 machine, but when I did the cat /proc/partitions, it showed as 2 physical devices as sda and sdb. </p>

<a href='http://malaysiavm.com/blog/wp-content/uploads/2009/07/partition2.jpg' rel='shadowbox[album-1418];player=img;' title='partition2'><img width="150" height="150" src="http://malaysiavm.com/blog/wp-content/uploads/2009/07/partition2-150x150.jpg" class="attachment-thumbnail" alt="partition2" title="partition2" /></a>
<a href='http://malaysiavm.com/blog/wp-content/uploads/2009/07/partition3.jpg' rel='shadowbox[album-1418];player=img;' title='partition3'><img width="150" height="150" src="http://malaysiavm.com/blog/wp-content/uploads/2009/07/partition3-150x150.jpg" class="attachment-thumbnail" alt="partition3" title="partition3" /></a>
<a href='http://malaysiavm.com/blog/wp-content/uploads/2009/07/partition4.jpg' rel='shadowbox[album-1418];player=img;' title='partition4'><img width="150" height="150" src="http://malaysiavm.com/blog/wp-content/uploads/2009/07/partition4-150x150.jpg" class="attachment-thumbnail" alt="partition4" title="partition4" /></a>
<a href='http://malaysiavm.com/blog/wp-content/uploads/2009/07/partition5.jpg' rel='shadowbox[album-1418];player=img;' title='partition5'><img width="150" height="150" src="http://malaysiavm.com/blog/wp-content/uploads/2009/07/partition5-150x150.jpg" class="attachment-thumbnail" alt="partition5" title="partition5" /></a>
<a href='http://malaysiavm.com/blog/wp-content/uploads/2009/07/partition6.jpg' rel='shadowbox[album-1418];player=img;' title='partition6'><img width="150" height="150" src="http://malaysiavm.com/blog/wp-content/uploads/2009/07/partition6-150x150.jpg" class="attachment-thumbnail" alt="partition6" title="partition6" /></a>

<p>I tested to delete the partition table from the <a href="http://malaysiavm.com/blog/tag/fdisk">fdisk</a> utility as I did on usual Linux, but is not success. The system will roll back to the existing partition table before I tried to make the changes automatically. You may see the IO error happen when you try to write the partition table. At the same time, I found that there is a <a href="http://malaysiavm.com/blog/tag/vmdk">vmdk</a> with similar 8GB of flat file and vmdk was created on the existing datastore which reflect the local storage on the vSphere host. It is viewable through CLI and vCenter client both. After some research, looks like the virtual disk is referring to <a href="http://malaysiavm.com/blog/tag/vsphere">vSphere</a> core module and important mount point such as / &#038; /var/log. Whenever I tried to remove the virtual disk from the ESX host, I get denied with error message of the virtual disk in use.</p>
<p><img src="http://malaysiavm.com/blog/wp-content/uploads/2009/07/partition5-300x133.jpg" alt="partition5" title="partition5" width="300" height="133" class="alignnone size-medium wp-image-1424" /></p>
<p><img src="http://malaysiavm.com/blog/wp-content/uploads/2009/07/partition6-300x185.jpg" alt="partition6" title="partition6" width="300" height="185" class="alignnone size-medium wp-image-1425" /></p>
<p>This 2 screen shots had helped me to understand that the new system partition method in vSphere 4, which is totally different as it did in ESX 3.5. At the mean time, I also found that to format the rest of the unclaim partiton on the local HDD for <a href="http://malaysiavm.com/blog/tag/vmfs">VMFS</a> 3 file system as Datastore is compulsory during the setup too. Therefore, sizing on the partitions require to be planned prior to final deployment. </p>


<p>Related posts:<ol><li><a href='http://malaysiavm.com/blog/participate-in-new-version-of-vsphere-beta/' rel='bookmark' title='Permanent Link: Participate in new version of vSphere Beta?'>Participate in new version of vSphere Beta?</a></li>
<li><a href='http://malaysiavm.com/blog/apply-vmware-vsphere-4-update-1-patches/' rel='bookmark' title='Permanent Link: Apply VMware vSphere 4 Update 1 Patches'>Apply VMware vSphere 4 Update 1 Patches</a></li>
<li><a href='http://malaysiavm.com/blog/nfs-iscsi-and-fc-storage-on-vsphere/' rel='bookmark' title='Permanent Link: NFS ISCSI and FC Storage on vSphere'>NFS ISCSI and FC Storage on vSphere</a></li>
</ol></p>
	Tags: <a href="http://malaysiavm.com/blog/tag/disk/" title="Disk" rel="tag">Disk</a>, <a href="http://malaysiavm.com/blog/tag/esx/" title="ESX" rel="tag">ESX</a>, <a href="http://malaysiavm.com/blog/tag/host/" title="host" rel="tag">host</a>, <a href="http://malaysiavm.com/blog/tag/var/" title="var" rel="tag">var</a>, <a href="http://malaysiavm.com/blog/tag/vmfs/" title="VMFS" rel="tag">VMFS</a>, <a href="http://malaysiavm.com/blog/tag/vsphere/" title="vSphere" rel="tag">vSphere</a><br />
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/not-possible-to-resize-varlog-on-vsphere-4-host/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disk Performance on ESX and VM</title>
		<link>http://malaysiavm.com/blog/disk-performance-on-esx-and-vm/</link>
		<comments>http://malaysiavm.com/blog/disk-performance-on-esx-and-vm/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 02:49:24 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Data Center]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Disk]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Fiber Channel]]></category>
		<category><![CDATA[Nexus]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Xsigo]]></category>

		<guid isPermaLink="false">http://malaysiavm.com/blog/?p=727</guid>
		<description><![CDATA[Recently I run some stress test on our VMware farm due to the prove of concept we try on some new products and I have some finding would like to share. Click here to enlarge the picture Attach is the screen shot which is been captured during my test.  Our ESX server is connected with [...]


Related posts:<ol><li><a href='http://malaysiavm.com/blog/fcoe-in-the-data-center/' rel='bookmark' title='Permanent Link: FCoE in the Data Center'>FCoE in the Data Center</a></li>
<li><a href='http://malaysiavm.com/blog/server-virtualization-cloud-computing/' rel='bookmark' title='Permanent Link: Server Virtualization &#038; Cloud Computing Model'>Server Virtualization &#038; Cloud Computing Model</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recently I run some stress <a href="http://malaysiavm.com/blog/tag/test">test</a> on our <a href="http://malaysiavm.com/blog/tag/vmware">VMware</a> farm due to the prove of concept we try on some new products and I have some finding would like to share.  </p>
<p><a href="http://malaysiavm.com/images/diskperf.jpg" rel="shadowbox[post-727];player=img;"><img src="http://www.malaysiavm.com/images/diskperf.jpg" alt="" width="500" height="285" /></a><br />
<a href="http://malaysiavm/images/diskperf.jpg" rel="shadowbox[post-727];player=img;"><br />
Click here to enlarge the picture</a><br />
<span id="more-727"></span><br />
Attach is the screen shot which is been captured during my test.  Our <a href="http://malaysiavm.com/blog/tag/esx">ESX</a> server is connected with 2Gb <a href="http://malaysiavm.com/blog/tag/fiber">fiber</a> channel dual connection from the ESX host to the Fiber Switches in our environment. If we do a calculation, 190MB/s will be 1520 Mb/s which is 76 % of the 2Gbps <a href="http://malaysiavm.com/blog/tag/fc">FC</a> connection utilization. In between, there will always be some latency lost from the host level to our FC storage. My <a href="http://malaysiavm.com/blog/tag/san">SAN</a> storage is currently 75% populated with disks in active, this performance is consider good enough for my personal point of view. Bear in mind, this is only utilize 1 physical FC connection from my ESX host.  Another interesting we found, that my R900 with more than 35 VMs per host, in the peak hour, it will not go more than 50MB/s. In this case, it seems that our environment is still under utilize from the I/O perspectives. Now it came to the point that, we had invested so much money on the fiber switches but we did not fully utilize the resources we have. Imagine that each ESX server will consume 2 HBA connection, and we only utilize less than 50% of the available bandwidth. The next move, I will definitely looking for something to reduce the FC ports utilization on our VM farm and data center as well.  I know Xsigo and Cisco both have their idea to do this. You may need to have a look on VP780 from <a href="http://malaysiavm.com/blog/tag/xsigo">Xsigo</a> or <a href="http://malaysiavm.com/blog/tag/cisco">Cisco</a> <a href="http://malaysiavm.com/blog/tag/nexus">Nexus</a> 5000 or 7000 for the next generation data center switches.</p>


<p>Related posts:<ol><li><a href='http://malaysiavm.com/blog/fcoe-in-the-data-center/' rel='bookmark' title='Permanent Link: FCoE in the Data Center'>FCoE in the Data Center</a></li>
<li><a href='http://malaysiavm.com/blog/server-virtualization-cloud-computing/' rel='bookmark' title='Permanent Link: Server Virtualization &#038; Cloud Computing Model'>Server Virtualization &#038; Cloud Computing Model</a></li>
</ol></p>
	Tags: <a href="http://malaysiavm.com/blog/tag/cisco/" title="Cisco" rel="tag">Cisco</a>, <a href="http://malaysiavm.com/blog/tag/disk/" title="Disk" rel="tag">Disk</a>, <a href="http://malaysiavm.com/blog/tag/esx/" title="ESX" rel="tag">ESX</a>, <a href="http://malaysiavm.com/blog/tag/fiber-channel/" title="Fiber Channel" rel="tag">Fiber Channel</a>, <a href="http://malaysiavm.com/blog/tag/nexus/" title="Nexus" rel="tag">Nexus</a>, <a href="http://malaysiavm.com/blog/tag/storage/" title="Storage" rel="tag">Storage</a>, <a href="http://malaysiavm.com/blog/tag/vmware/" title="VMware" rel="tag">VMware</a>, <a href="http://malaysiavm.com/blog/tag/xsigo/" title="Xsigo" rel="tag">Xsigo</a><br />
]]></content:encoded>
			<wfw:commentRss>http://malaysiavm.com/blog/disk-performance-on-esx-and-vm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.411 seconds -->
