<?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>Virtual Hike</title>
	<atom:link href="http://www.virtual-hike.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtual-hike.com</link>
	<description>Exploring the Virtual Road</description>
	<lastBuildDate>Tue, 01 May 2012 14:54:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>vApp: The operation is not allowed in the current state</title>
		<link>http://www.virtual-hike.com/2012/05/vapp-the-operation-is-not-allowed-in-the-current-state/</link>
		<comments>http://www.virtual-hike.com/2012/05/vapp-the-operation-is-not-allowed-in-the-current-state/#comments</comments>
		<pubDate>Tue, 01 May 2012 14:54:48 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.virtual-hike.com/?p=1172</guid>
		<description><![CDATA[I was upgrading some VMs that were a member of a vApp. During the process I noticed that all the VMs had really old snaphosts. As most of you probably know leaving a VM in snapshot mode for a long time isn&#8217;t wise because it can fill-up your datastore. So I removed the snaphosts from [...]]]></description>
			<content:encoded><![CDATA[<p>I was upgrading some VMs that were a member of a vApp.<br />
During the process I noticed that all the VMs had really old snaphosts. As most of you probably know leaving a VM in snapshot mode for a long time isn&#8217;t wise because it can fill-up your datastore. So I removed the snaphosts from the VMs. 1 VM deleted its snaphost quickly, so I powered the VM on. During the power on stage I got the error:</p>
<p>The operation is not allowed in the current state</p>
<p>It didn&#8217;t took me long the discover the problem. The other VM was still deleting his snapshots, preventing the other VM powering up.<br />
Though I find the behavior strange. You cannot snapshot a vApp at once and why doesn&#8217;t VMware allow me to power on a VM in a vApp when another VM is deleting his snaphosts?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtual-hike.com/2012/05/vapp-the-operation-is-not-allowed-in-the-current-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amount of CPU cores vs. CPU Mhz</title>
		<link>http://www.virtual-hike.com/2012/03/amount-of-cpu-cores-vs-cpu-mhz/</link>
		<comments>http://www.virtual-hike.com/2012/03/amount-of-cpu-cores-vs-cpu-mhz/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 14:12:40 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.virtual-hike.com/?p=1168</guid>
		<description><![CDATA[While performing a performance analysis for a customer, one of the things that came up is the lack op CPU power. Meaning, He had over committed the amount of vCPU&#8217;s. This is easily resolved by adding more CPU&#8217;s to the cluster. While discussing witch hardware to buy we ended up in the following discussion. Is [...]]]></description>
			<content:encoded><![CDATA[<p>While performing a performance analysis for a customer, one of the things that came up is the lack op CPU power. Meaning, He had over committed the amount of vCPU&#8217;s. This is easily resolved by adding more CPU&#8217;s to the cluster. While discussing witch hardware to buy we ended up in the following discussion.</p>
<p>Is it better to buy a server with a 4 core 3 Ghz CPU or with a 6 core 2.2 Ghz CPU?</p>
<p>In other words, what is better for performance? The total amount of Mhz in the host or the amount of CPU cores?</p>
<p>First let me explain my thoughts. A virtual machine with 1 vCPU can run on 1 core at a time. Although it seems that all virtual machines are running at the same time, this isn&#8217;t the fact. The CPU scheduler of the VMkernel places a virtual machine on CPU core and when this VM is done doing his thing another virtual machine can use this core. Of course when you have multiple cores in a host, more virtual machines can run at the same time.<br />
When you have a 2 vCPU virtual machine, this virtual machine wants to &#8216;lock&#8217; 2 fyscial CPU cores at the same time. When a second core ain&#8217;t available the virtual machine is co-stopped (%CSTP).<br />
If a core has more 3 Ghz, the calculation being done on that CPU core faster than on a 2 Ghz CPU core. So a other virtual machine can be put on this CPU core for his calculation.<br />
On the other hand, with more CPU cores in your host. More virtual machines can perform CPU calculations at the same time. Ending up in a lower %READY.</p>
<p>While Googling around on the internet I stumbled on <a title="More MHZ does not equal better consolidation ratio ?" href="http://communities.vmware.com/message/2000985" target="_blank">this</a> thread in the VMware Community forums. Jon Hemming explaines how Capacity planner rates a system. The first CPU core counts as 100%, the second CPU core is 90% of the first CPU core. The third CPU core is 90% of the the second CPU.</p>
<table border="1" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td style="text-align: center;">Core count</td>
<td>CPU1 2 Ghz</td>
<td>CPU2 3 Ghz</td>
</tr>
<tr>
<td style="text-align: center;">1</td>
<td>2000</td>
<td>3000</td>
</tr>
<tr>
<td style="text-align: center;">2</td>
<td>1800</td>
<td>2700</td>
</tr>
<tr>
<td style="text-align: center;">3</td>
<td>1620</td>
<td>2430</td>
</tr>
<tr>
<td style="text-align: center;">4</td>
<td>1458</td>
<td>2187</td>
</tr>
<tr>
<td style="text-align: center;">5</td>
<td>1312.2</td>
<td>1968.3</td>
</tr>
<tr>
<td style="text-align: center;">6</td>
<td>1180.98</td>
<td>1771.47</td>
</tr>
<tr>
<td style="text-align: center;">7</td>
<td>1062.882</td>
<td>1594.323</td>
</tr>
<tr>
<td style="text-align: center;">8</td>
<td>956.5938</td>
<td>1434.8907</td>
</tr>
<tr>
<td style="text-align: center;">9</td>
<td>860.93442</td>
<td></td>
</tr>
<tr>
<td style="text-align: center;">10</td>
<td>774.840978</td>
<td></td>
</tr>
<tr>
<td style="text-align: center;">11</td>
<td>697.3568802</td>
<td></td>
</tr>
<tr>
<td style="text-align: center;">12</td>
<td>627.62119218</td>
<td></td>
</tr>
<tr>
<td style="text-align: center;">Total</td>
<td>14351.40927038</td>
<td>17085.9837</td>
</tr>
</tbody>
</table>
<p>As you can see, with this calculation the two 3 Ghz 4 core CPU has more power than the two 2 Ghz 6 core CPU.<br />
Jon indicated that this calculation isn&#8217;t up-to-date for modern hardware and that the are trying to optimization this algorithm.<br />
This post is back-upped by a <a title="Why Greater Performance Per-Core Matters for Server Virtualization " href="http://www.youtube.com/watch?v=zXaDDKmx88w" target="_blank">Youtube</a> movie from Intel. In this movie Intel claims that the bigger the CPU is, the more and flexibler  it can run virtual machines. In this movie you will see 1 small virtual machine combined with 1 large virtual machine will better fit in a large CPU than in 2 smaller CPUs. But 2 virtual machines cannot run at the same time in a CPU? Lake of CPU cores will result in %CSTP and %READY.</p>
<p>So this left me a bit confused. My opinion: it&#8217;s better to have more cores than more Mhz. What&#8217;s your opinion?</p>
<p>I&#8217;m guessing the result will be a combination of both. But what when have the budget for more 2 Ghz CPUs or less 3 Ghz CPUs?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtual-hike.com/2012/03/amount-of-cpu-cores-vs-cpu-mhz/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My VCP5 exam experience</title>
		<link>http://www.virtual-hike.com/2012/01/my-vcp5-exam-experience/</link>
		<comments>http://www.virtual-hike.com/2012/01/my-vcp5-exam-experience/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 14:51:44 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.virtual-hike.com/?p=1165</guid>
		<description><![CDATA[The last and first week of the year I normally reserve for some jobs around the house, some time with wife and kid and some studying. This time the VCP5 exam was the goal. I combined this with the update of my vSphere4 administration and advanced administration course I give for Ictivity Training. This way [...]]]></description>
			<content:encoded><![CDATA[<p>The last and first week of the year I normally reserve for some jobs around the house, some time with wife and kid and some studying.</p>
<p>This time the VCP5 exam was the goal. I combined this with the update of my vSphere4 administration and advanced administration course I give for Ictivity Training. This way I practice the new vSphere 5 features and have the course up-to-date.</p>
<p>Although I have given a vSphere5 administration course (with only the features of that where already available in vSphere4) there were quit some features I didn&#8217;t have the time to play with except in the VMware Vsphere: What&#8217;s new ESXi 5.0 and vCenter Server 5.0. This includes Storage profiles, Auto deploy and more.</p>
<p>As I follow @esloof on Twitter I read on his blog that the VCP5 exam is different than the VCP4 exam. With the previous VCP exam you had to know the maximum configurations out-of-your-head! There were quite some question: &#8220;What is the maximum size of a VMFS volume&#8221;. This is not the case any more. The exam is more based on global ESXi 5.0 knowledge with I think is a good thing.</p>
<p>The material I used for my preparation:</p>
<ul>
<li>VMware Education (by @esloof) VMware vSphere: What&#8217;s new ESXi 5.0 and vCenter Server 5.0</li>
<li>Scott Lowe (@scott_lowe) Mastering VMware vSphere 5</li>
<li>Duncan Epping (@DuncanYB) and Frank Denneman (@FrankDenneman) vSphere 5 Clustering Technical Deepdive</li>
<li>And a lot of testing <img src='http://www.virtual-hike.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  in my home-lab</li>
</ul>
<p>Gladly all the work payed-off and I passed my exam with a score of 411 where a minimum score of 300 is the passing rate.</p>
<p>As I&#8217;m VCAP4-DCD and VCAP4-DCA certified I will go for VCAP5 when it&#8217;s available.<br />
After that maybe I will go for VCDX but I&#8217;m wondering if this certification brings me more interesting work here in the Netherlands. There aren&#8217;t many corporations in the Netherlands that need a VCDX for there environment.<br />
So will we see. For now I&#8217;m glad I can call myself VCP5</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtual-hike.com/2012/01/my-vcp5-exam-experience/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some vSphere5 and vCenter5 upgrade considerations</title>
		<link>http://www.virtual-hike.com/2012/01/some-vsphere5-and-vcenter5-upgrade-considerations/</link>
		<comments>http://www.virtual-hike.com/2012/01/some-vsphere5-and-vcenter5-upgrade-considerations/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 13:22:42 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.virtual-hike.com/?p=1161</guid>
		<description><![CDATA[While preparing for my VCP5 exam I was reading a lot of material including the upgrade guide. As with all upgrade, not all upgrade paths are supported. That&#8217;s why I thought to make a list with some upgrade considerations. vSphere5 only comes with the ESXi hypervisor architecture. The main distinction is that ESX comes with [...]]]></description>
			<content:encoded><![CDATA[<p>While preparing for my VCP5 exam I was reading a lot of material including the upgrade guide.</p>
<p>As with all upgrade, not all upgrade paths are supported. That&#8217;s why I thought to make a list with some upgrade considerations.</p>
<ol>
<li>vSphere5 only comes with the ESXi hypervisor architecture. The main distinction is that ESX comes with a Service Console (also called SC or COS from Console Operating System) and ESXi only has a tech support mode (busybox implementation). If you want to perform command-line administration, you can use vCLI or PowerCLI.</li>
<li>You can upgrade from ESX 3.5/4.x and ESXi 4.x installations to ESXi 5.0 preserving your VMFS partitions.</li>
<li>New installation and boot devices options are:
<ul>
<li>Unified Extensible Firmware Interface (UEFI) like USB</li>
<li>Disk larger than 2TB if the system firmware supports it.</li>
</ul>
</li>
<li>A minimum of 2098MB or RAM is required.</li>
<li>No graphical installer is available because this requires a Service Console.</li>
<li>The (text-base) installer can be used for new installations or upgrades</li>
<li>New partitions use the GUID partition table (GPT) instead of the MBR. GUID supports partitions size larger than 2TB.</li>
<li>New installations create a 4GB scratch partition. Any remaining disk space is formatted as VMFS datastore.</li>
<li>Rolling back to a previous version of ESX/ESXi is not supported.</li>
<li>When using a kick-start script (ks.cfg) you can press Shift-O when the ESXi installer screen appears to edit the boot options and provide the kick-start script (Example: ks=nfs//192.168.1.10/vSphere-install/esxi5.cfg nameserver=192.168.1.10 ip=192.168.1.1 netmask=255.255.255.0 gateway=192.168.1.254)</li>
<li>The default database for vCenter 5 is Microsoft SQL Server 2008 R2 express. This is bundled with the vCenter DVD. Requirements are:
<ul>
<li>Microsoft Windows Installer version 4.5 (MSI 4.5)</li>
<li>4GB RAM</li>
<li>4GB Disk Storage</li>
<li>64 Bits Operating System</li>
</ul>
</li>
<li>A in-place upgrade on Windows XP is not supported</li>
<li>When doing a in-place upgrade of your vCenter server, your vCenter server can be down for 40 till 50 minutes. During this downtime, DRS will not function. HA will.</li>
<li>A in-place upgrade on a 32Bits Operating System is not supported. You have to perform a migration to a 64Bits Operating System.</li>
<li>There is also a vCenter appliance available. This appliance is based on SUSE Linux Enterprise Server 11 (SLES11).</li>
<li>Some configuration files are not migrated when performing a upgrade:
<ul>
<li>/etc/sysconfig/mouse</li>
<li>/etc/sudoers</li>
<li>/etc/yp.conf</li>
<li>Custom scripts that are added to /etc/rc.d</li>
</ul>
</li>
<li>Configuration files that are migrated are:
<ul>
<li>/etc/vmware/esx.conf</li>
<li>/etc/ntp.conf, ntp.drift, ntp.keys</li>
<li>/etc/krb.*, /etc/krb5.*</li>
<li>/etc/hosts, /etc/resolv.conf</li>
<li>/etc/pam.d/*</li>
<li>/etc/vmware/vmkiscsid/*</li>
</ul>
</li>
<li>Configuration files that are partially migrated are:
<ul>
<li>/etc/passwd, /etc/shadow (only root and vpxusers accounts)</li>
</ul>
</li>
<li>When performing a new vSphere5 installation the default partition table that is used will be GPT. When performing a in-place upgrade the MBR partition format will be kept.</li>
<li>When migration from ESX the Service Console network interface cards (NICs) are converted to VMkernel NICs and the Service Console port group is removed.</li>
<li>Rule set files and customized firewall rules are not preserved.</li>
<li>You cannot perform a in-place upgrade from ESX4.x to ESXi 5.0 when the ESX4.x was upgraded from ESX3.x.</li>
<li>When performing a in-place upgrade from ESX 4.x the /boot partition has to have more than 350Mb of free space. If the hosts that you are upgrading does not have more than 250MB of free space in the /boot partition, use a scripted or interactive upgrade instead.</li>
<li>You can preserve your (local) VMFS datastores when upgrading. Afterward you can upgrade your VMFS3 datastore to VMFS5.</li>
</ol>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtual-hike.com/2012/01/some-vsphere5-and-vcenter5-upgrade-considerations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>vSphere Performance troubleshooting</title>
		<link>http://www.virtual-hike.com/2011/12/vsphere-performance-troubleshouting/</link>
		<comments>http://www.virtual-hike.com/2011/12/vsphere-performance-troubleshouting/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 14:53:09 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.virtual-hike.com/?p=1097</guid>
		<description><![CDATA[&#8220;The server has poor performance because the server is running virtual.&#8221; &#8220;Virtual server are always slower than physical servers.&#8221; &#8220;My vSphere server has 60% CPU utilization but the performance of my Virtual Server is poor.&#8221; When you are a VMware administrator you constantly have to defend your self that it doesn&#8217;t matter if a server [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;The server has poor performance because the server is running virtual.&#8221;<br />
&#8220;Virtual server are always slower than physical servers.&#8221;<br />
&#8220;My vSphere server has 60% CPU utilization but the performance of my Virtual Server is poor.&#8221;</p>
<p>When you are a VMware administrator you constantly have to defend your self that it doesn&#8217;t matter if a server is virtualized or that it running on physical hardware. But how can you troubleshoot these issues?</p>
<p>In these Performance Troubleshooting series I&#8217;m going to explain how you can troubleshoot performance problems in your virtualized environment.<br />
This series will contain the following chapters:</p>
<ol>
<li><a title="CPU Troubleshouting" href="http://www.virtual-hike.com/2011/12/vsphere-performance-troubleshooting-part1-cpu/">CPU</a></li>
<li>Memory</li>
<li>Storage</li>
<li>Network</li>
<li>Virtual Machine</li>
</ol>
<p>If you think I left something out. Let me know!</p>
<p>Before you dive into the different chapters, first let me explain how esxtop works.</p>
<p><strong>Running esxtop</strong><br />
You can run esxtop in 2 different ways. One directly in the ESXi Console (the so called busybox) or remote through the remote CLI command called resxtop.<br />
In case you want to run esxtop on the ESXi console,  login as root and start esxtop by typing the command esxtop followed by a enter.</p>
<p><cite>esxtop</cite></p>
<p>If you want to use resxtop start resxtop on a OS where the remote CLI commands are installed with the following parameters:</p>
<p><cite>esxtop &#8211;server [dns or ip adres of ESXi host] &#8211;user [username probably root] &#8211;password [password of the user]</cite></p>
<p>The option &#8211;user and &#8211;password are not required. If you don&#8217;t provide them as a parameter, you will be prompted for them.</p>
<p><strong>Alter esxtop view</strong><br />
When esxtop is started (it doesn&#8217;t matter if this is remote or local) you can alter you view.</p>
<table style="width: 503px; height: 73px; background-color: #d4d1ce;" border="1" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td><strong>Option</strong></td>
<td><strong>Result</strong></td>
</tr>
<tr style="background-color: #ffffff;">
<td style="text-align: center;">V (Capital)</td>
<td>The esxtop screen will only view Virtual Machines. If V is pressed again all other worlds are displayed again.</td>
</tr>
<tr>
<td style="text-align: center;">f</td>
<td>Alters the field list. This enables you to create a custom view.</td>
</tr>
<tr style="background-color: #ffffff;">
<td style="text-align: center;">s</td>
<td>Changes the refresh time of the screen. This is default 5 sec.</td>
</tr>
<tr>
<td style="text-align: center;">h</td>
<td>Help screen</td>
</tr>
<tr style="background-color: #ffffff;">
<td style="text-align: center;">c</td>
<td>CPU view</td>
</tr>
<tr>
<td style="text-align: center;">m</td>
<td>Memory view</td>
</tr>
<tr style="background-color: #ffffff;">
<td style="text-align: center;">n</td>
<td>Network view</td>
</tr>
<tr>
<td style="text-align: center;">i</td>
<td>Interrupt view</td>
</tr>
<tr style="background-color: #ffffff;">
<td style="text-align: center;">d</td>
<td>Disk Adapter view</td>
</tr>
<tr>
<td style="text-align: center;">u</td>
<td>Disk Devices view</td>
</tr>
<tr style="background-color: #ffffff;">
<td style="text-align: center;">v</td>
<td>Disk VM view</td>
</tr>
<tr>
<td style="text-align: center;">p</td>
<td>Power State view</td>
</tr>
<tr style="background-color: #ffffff;">
<td style="text-align: center;">#</td>
<td>Limits the number of rows displayed in esxtop</td>
</tr>
<tr>
<td style="text-align: center;">w</td>
<td>Write the alter config. If you just press enter after pressing w, the default configuration is altered. If you provide a path and file-name you can use this configuration the next time you start esxtop. You will have to provide the option -c with the path of the configuration file.<br />
Example: esxtop -c ~/myesxtopconf.cfg</td>
</tr>
</tbody>
</table>
<p><strong>Running esxtop in batch mode</strong><br />
It&#8217;s also possible to start esxtop in batch mode. The results are saved in a CSV file. This can be done with the option -b. With the option -d you can specify the delay for the refresh and the option -n specifies the amount of iterations. Example:</p>
<p><cite>esxtop -c ~/myesxtopconf.cfg -b -d 5 -n 10 &gt; ~/esxtop-output.csv</cite></p>
<p>In this example esxtop is started with a custom configruation file called myesxtopconf.cfg, in batch mode, with a delay of 5, and 10 iterations.<br />
With resxtop you have to provide the IP or DNS name of the ESXi host.</p>
<p>The CSV file can be imported in Microsoft Perfmon for example. Note that if you have a large CSV file the import can take a very long time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtual-hike.com/2011/12/vsphere-performance-troubleshouting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>vSphere Performance troubleshooting Part1: CPU</title>
		<link>http://www.virtual-hike.com/2011/12/vsphere-performance-troubleshooting-part1-cpu/</link>
		<comments>http://www.virtual-hike.com/2011/12/vsphere-performance-troubleshooting-part1-cpu/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 14:52:30 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.virtual-hike.com/?p=1100</guid>
		<description><![CDATA[Even do vSphere is telling you that the overall CPU utilization is no more than 60%, this doesn&#8217;t indicated that your VM isn&#8217;t running low on CPU resources. In this part where going to deepdive in troubleshooting CPU performance related issues on your vSphere environment. Although I&#8217;m using vSphere 5.0 for my screenshot, most of [...]]]></description>
			<content:encoded><![CDATA[<p>Even do vSphere is telling you that the overall CPU utilization is no more than 60%, this doesn&#8217;t indicated that your VM isn&#8217;t running low on CPU resources.<br />
In this part where going to deepdive in troubleshooting CPU performance related issues on your vSphere environment. Although I&#8217;m using vSphere 5.0 for my screenshot, most of the options used also go for vSphere 3 and 4.</p>
<p>Key tool for CPU performance troubleshooting is esxtop or if your running your esxtop remote resxtop.<br />
I my examples I&#8217;m using esxtop directly on the vSphere ESXi console but all of these command also work with resxtop.You just have to provide a extra parameter called &#8211;server on witch server you want to run the command. Of course you have to provide a username and password to get access to that server.</p>
<p>If we start esxtop on our vSphere ESXi host we will get the following screen:</p>
<div class="wp-caption alignleft" style="width: 110px"><a class="shutterset_" href="http://www.virtual-hike.com/wp-content/gallery/esxtop/esxtopcpu01.jpg"><img class="ngg-singlepic ngg-center " src="http://www.virtual-hike.com/wp-content/gallery/esxtop/thumbs/thumbs_esxtopcpu01.jpg" alt="esxtopcpu01" width="100" height="75" /></a><p class="wp-caption-text">Click on image to enlarge</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>First let me explain what we see here.</p>
<div class="wp-caption alignleft" style="width: 321px"><a class="shutterset_" href="http://www.virtual-hike.com/wp-content/gallery/esxtop/esxtopcpu02.jpg"><img class="ngg-singlepic ngg-center  " src="http://www.virtual-hike.com/wp-content/gallery/esxtop/esxtopcpu02.jpg" alt="esxtopcpu02" width="311" height="24" /></a><p class="wp-caption-text">Click on image to enlarge</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The first three lines:</p>
<table class="alignleft" style="border-width: 0pt; background-color: #d4d1ce; border-style: solid; width: 494px; height: 378px;" border="1" cellspacing="2" cellpadding="2" align="left">
<tbody>
<tr>
<td> 1:06:05pm</td>
<td> The current time of your ESXi server. Notice that the time is in UTC.</td>
</tr>
<tr style="background-color: #ffffff;">
<td> up 18 days 3:35</td>
<td> How long your ESXi server has been up.</td>
</tr>
<tr>
<td> 307 worlds</td>
<td> a world is a process thats running in your VMkernel</td>
</tr>
<tr style="background-color: #ffffff;">
<td> 5 VMs</td>
<td> The amount of VMs running on your ESXi host</td>
</tr>
<tr>
<td> 12 vCPUs</td>
<td> The amount of vCPU provided to VMs</td>
</tr>
<tr style="background-color: #ffffff;">
<td> CPU load average</td>
<td>The average CPU load per 5, 10 and 15 minutues. If the average load is higher than the amount of CPU cores, your system has not enough CPU recourses.</td>
</tr>
<tr>
<td> PCPU USED(%)</td>
<td>Real-time amount of CPU usage per CPU core in percentages. As you can see my system is a 8 core system (2 quad core CPUs). AVG: is the average of all pCPU cores.<br />
(4,3 + 2,4 + 0,0 + 0,3 +5,1 + 1,7 + 2,7 + 3,3) / 8 = 25</td>
</tr>
<tr style="background-color: #ffffff;">
<td> PCPU UTIL(%)</td>
<td> Real-time amount of CPU utilizaton per CPU core in percentage. AVG is the average of all pCPU cores. (4,4 + 7,2 + 100 + 5,2 + 5,9 + 2,3 + 2,4 + 4,4) / 8 = 16</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>After the first three lines you will see a table with like the following:</p>
<p>&nbsp;</p>
<div class="wp-caption alignleft" style="width: 354px"><a class="shutterset_" href="http://www.virtual-hike.com/wp-content/gallery/esxtop/esxtopcpu03_0.jpg"><img class="ngg-singlepic ngg-center " src="http://www.virtual-hike.com/wp-content/gallery/esxtop/esxtopcpu03_0.jpg" alt="esxtopcpu03_0" width="344" height="8" /></a><p class="wp-caption-text">Click on image to enlarge</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>So let me explain what we see there:</p>
<table style="background-color: #d4d1ce; width: 516px; height: 828px;" border="1" cellspacing="2" cellpadding="2" align="left">
<tbody>
<tr>
<td>ID</td>
<td> The recourse world id. A world is an ESXi VMkernel schedulable entity, similar to a process or thread in other operating systems.</td>
</tr>
<tr style="background-color: #ffffff;">
<td>GID</td>
<td> The resource group world id. A group contains more worlds. If you press e in esxtop and enter the number of the GID, this GID will expand itself in multiple world&#8217;s for the same group. Every VM consists of minimum 4 worlds:</p>
<ol>
<li>vmx: This world is used for vCPU world explained in vmx-vcpu-#.</li>
<li>vmast.#: Ths world is used for memory scanning.</li>
<li>vmx-mks: This world is used for mouse, keyboard and monitor.</li>
<li>vmx-vcpu-#: This world is used for every vCPU of the VM. The amount of vCPU worlds is the same as the amount of vCPU configured for this VM.</li>
</ol>
</td>
</tr>
<tr>
<td>NAME</td>
<td> The name of the world or world recourse pool.</td>
</tr>
<tr style="background-color: #ffffff;">
<td>NWLD</td>
<td> The amount of world&#8217;s in the world recourse pool.</td>
</tr>
<tr>
<td>%USED</td>
<td>The percentage of physical CPU core cycles used by the recourse pool/world.</td>
</tr>
<tr>
<td></td>
<td>%USED = #vCPU*100%<br />
indicates that the VM occupies all the CPU cycles he can takes. Indicates that the VM is running at 100%.</td>
</tr>
<tr style="background-color: #ffffff;">
<td>%RUN</td>
<td>The percentage of time scheduled. This value can be twice as large as %USED.</td>
</tr>
<tr style="background-color: #ffffff;">
<td></td>
<td>%RUN &gt; %USED the pCPU is not running at its rated clock frequency. Probably due Power saving.</td>
</tr>
<tr>
<td>%SYS</td>
<td>The percentage of time spend in the ESXi VMkernel on behave of the recourse pool/world to process interrupts and to perform other system activities.</td>
</tr>
<tr>
<td></td>
<td>If higher than 25 the VM is a high IO VM. If you are aware of this,OK. If not check other statistics.</td>
</tr>
<tr style="background-color: #ffffff;">
<td>%WAIT</td>
<td>
<table border="0" cellspacing="1" cellpadding="1" align="left">
<tbody>
<tr>
<td>The total percentage of time the Resource pool/world spent in wait state.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>%VMWAIT</td>
<td></td>
</tr>
<tr>
<td></td>
<td>=%WAIT-%IDLE</td>
</tr>
<tr style="background-color: #ffffff;">
<td>%RDY</td>
<td>The percentage of time the Resource pool/world was ready to run.</td>
</tr>
<tr style="background-color: #ffffff;">
<td></td>
<td>&gt;20% indicated that the amount of pCPU cores is to low.</td>
</tr>
<tr>
<td>%IDLE</td>
<td> The percentage of time the Resource pool/world was idle.</td>
</tr>
<tr style="background-color: #ffffff;">
<td>%OVRLP</td>
<td> The Percentage of system time that was spent on behalf of some other Resource Pool/World while Resource Pool/World was scheduled.</td>
</tr>
<tr>
<td>%CSTP</td>
<td>The  percentage of time the Resource pool/world spent in ready, co-deschedule state.</td>
</tr>
<tr>
<td></td>
<td> &gt;5% This accours when a VM as more vCPUs and one vCPU has to wait on another vCPU in order to catch up.</td>
</tr>
<tr style="background-color: #ffffff;">
<td>%MLMTD</td>
<td> Percentage  of time the ESX VMKernel deliberately did not run the Resource Pool/World because that would violate the Resource Pool/World&#8217;s limit setting.</td>
</tr>
<tr>
<td>%SWPWT</td>
<td></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>This picture (who I have borrowed from a VMworld presentation) explains the overall relationship between the different variables.</p>
<p><img class="ngg-singlepic ngg-left" src="http://www.virtual-hike.com/wp-content/gallery/esxtop/esxtopcpu04.jpg" alt="esxtopcpu04" width="608" height="243" /></p>
<p>Oke, now we now where the different variables stand for and what there relationship is. The next question will be,  which variables do I have to monitor and what are there thresholds?</p>
<table style="background-color: #d4d1ce; width: 519px; height: 130px;" border="1" cellspacing="2" cellpadding="2" align="left">
<tbody>
<tr>
<td><strong>Variable</strong></td>
<td><strong>Threshold</strong></td>
<td><strong>Resolution</strong></td>
</tr>
<tr style="background-color: #ffffff;">
<td>%RDY</td>
<td style="text-align: center;">&gt;10%</td>
<td>If higher than 10% for a long time, add more CPU cores tho your vSphere host</td>
</tr>
<tr>
<td>%CSTP</td>
<td style="text-align: center;">&gt;5%</td>
<td>This only occurs in a VM with more than 1 vCPU. Add more pCPU to the host or decrease the amount of vCPUs in the VM</td>
</tr>
<tr style="background-color: #ffffff;">
<td>%MLMTD</td>
<td style="text-align: center;">&gt;0%</td>
<td>If higher than 0% the vCPU is throttled because of CPU limits</td>
</tr>
<tr>
<td>%SYS</td>
<td style="text-align: center;">&gt;20%</td>
<td>If higher than 20% the VM is like a high I/O VM. Check guest OS for problems</td>
</tr>
<tr style="background-color: #ffffff;">
<td>%RUN</td>
<td style="text-align: center;">&gt;%USED</td>
<td>The pCPU is not running at its rated clock frequency. Probably due Power saving.</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>So that’s what you need to know about monitoring you vSphere ESXi host with esxtop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtual-hike.com/2011/12/vsphere-performance-troubleshooting-part1-cpu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere5 and Broadcom iSCSI Adapter IQN name contains localhost</title>
		<link>http://www.virtual-hike.com/2011/10/vsphere5-and-broadcom-iscsi-adapter-iqn-name-contains-localhost/</link>
		<comments>http://www.virtual-hike.com/2011/10/vsphere5-and-broadcom-iscsi-adapter-iqn-name-contains-localhost/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 09:13:04 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.virtual-hike.com/?p=1090</guid>
		<description><![CDATA[Just a quick post about something I noticed while configuring a new vSphere5 host with a Broadcom iSCSI Adapter. This  is not a real iSCSI HBA but a vmnic with TCP/IP offloading. This offloading feature benefits the performance of iSCSI because the vmkernel doesn&#8217;t have to do as must work as with a normal vmnic [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post about something I noticed while configuring a new vSphere5 host with a Broadcom iSCSI Adapter. This  is not a real iSCSI HBA but a vmnic with TCP/IP offloading. This offloading feature benefits the performance of iSCSI because the vmkernel doesn&#8217;t have to do as must work as with a normal vmnic without the offloading feature.</p>
<p>The Broadcom vmnic will show up as a vmhba in the configuration screen of your vSphere5 host.</p>

<a href="http://www.virtual-hike.com/wp-content/gallery/diverse/broadcom-iscsi01.jpg" title="" class="shutterset_singlepic81" >
	<img class="ngg-singlepic" src="http://www.virtual-hike.com/wp-content/gallery/cache/81__320x240_broadcom-iscsi01.jpg" alt="broadcom-iscsi01" title="broadcom-iscsi01" />
</a>

<p>With the Software iSCSI client provided by VMware the IQN name of this adapter is created when you enable the adapter. This IQN name has a naming convention like: iqn.1998-01.com.vmware:<strong>hostname</strong>:string where hostname is the name of your vSphere host and string is a random value. Now with the Broadcom card the hostname is where the pain is. As the Broadcom card is enabled by default the hostname is detected as localhost (as seen in the screenshot).<br />
Of course this is not what we want. As when we have a 32 vSphere host all showing up in your iSCSI storage as localhost, it&#8217;s now easy to see anymore witch iqn belongs to a vSphere host. Of course the string behind the hostname will be unique and you can document the iqn, but it&#8217;s easier and thus better manageable if the iqn contains the real hostname of the server who you have configured during installation.</p>
<p>As of now, the only way I figured out to change the hostname in the iqn name of your vmhba is to go to the properties of you vmhba, on the General tab click configure and change the iqn name in the iSCSI Name field.</p>

<a href="http://www.virtual-hike.com/wp-content/gallery/diverse/broadcom-iscsi02.jpg" title="" class="shutterset_singlepic82" >
	<img class="ngg-singlepic" src="http://www.virtual-hike.com/wp-content/gallery/cache/82__320x240_broadcom-iscsi02.jpg" alt="broadcom-iscsi02" title="broadcom-iscsi02" />
</a>

<p>After doing so you have to to a rescan of the vmhba in order to update the information in your iSCSI target. If you have used the previous iqn name containing the hostname as localhost you have the setup your lun masking in your iSCSI target again.</p>
<p>Note: I have tested this behavior with Broadcom NICs, I don&#8217;t know if the behavior is similar on other NICs who have offloading features.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtual-hike.com/2011/10/vsphere5-and-broadcom-iscsi-adapter-iqn-name-contains-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMworld Copenhagen</title>
		<link>http://www.virtual-hike.com/2011/10/vmworld-copenhagen/</link>
		<comments>http://www.virtual-hike.com/2011/10/vmworld-copenhagen/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 09:29:24 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.virtual-hike.com/?p=1087</guid>
		<description><![CDATA[One more day of work and than after the weekend I&#8217;m flying to Copenhagen. Off to VMworld 2011. I&#8217;m really excited this year. A lot of great new stuff has been released (vSphere5 and all of its features, View5 etc). So I&#8217;m expecting a lot of great session and meet-ups with some people in the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.virtual-hike.com/wp-content/uploads/2011/10/110256_VM11_Email_Header_EMEA_released.jpg"><img class="alignnone size-full wp-image-1088" title="110256_VM11_Email_Header_EMEA_released" src="http://www.virtual-hike.com/wp-content/uploads/2011/10/110256_VM11_Email_Header_EMEA_released.jpg" alt="" width="598" height="172" /></a></p>
<p>One more day of work and than after the weekend I&#8217;m flying to Copenhagen. Off to VMworld 2011. I&#8217;m really excited this year. A lot of great new stuff has been released (vSphere5 and all of its features, View5 etc). So I&#8217;m expecting a lot of great session and meet-ups with some people in the community. I noticed that there are a lot of people from the Netherlands. We will see at the VMware Benelux party:-)</p>
<p>If you&#8217;re interested in contacting me, use <a title="Twitter Michael" href="http://www.google.nl/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CB0QFjAA&amp;url=http%3A%2F%2Ftwitter.com%2Fwilmsenit&amp;rct=j&amp;q=twitter%20wilmsenit&amp;ei=tgCYTs3UNMP0-gbo-_jPBQ&amp;usg=AFQjCNEj68sxjZ4Nq2ON56QtJjww1ZJrJg&amp;cad=rja">Twitter.</a></p>
<p>For the people how are interested this is my schedule (for the moment).</p>
<div id="print_header">
<h1>VMworld Europe 2011</h1>
<h2><span id="print_time">Oct 14, 2011</span> Personal Schedule</h2>
<div id="intro_copy">Printed below is your personal schedule.</div>
</div>
<div id="print_container">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th colspan="4">Monday</th>
</tr>
<tr>
<th colspan="4">Tuesday</th>
</tr>
<tr>
<td class="sess_time" valign="middle">
<div class="start_time"><em>Start:</em> 9:00 AM</div>
<div class="end_time"><em>End:</em> 10:00 AM</div>
</td>
<td class="sess_type" nowrap="nowrap"></td>
<td class="sess_room" valign="middle">SUP1018</p>
<div class="room_name">Auditorium 15</div>
</td>
<td class="sess_title" valign="middle">The Biggest VMware Management Launch Ever! – Find out What’s New &amp; What’s Nex&#8230;</td>
</tr>
<tr>
<td class="sess_time" valign="middle">
<div class="start_time"><em>Start:</em> 10:30 AM</div>
<div class="end_time"><em>End:</em> 11:30 AM</div>
</td>
<td class="sess_type" nowrap="nowrap"></td>
<td class="sess_room" valign="middle">VSP1999</p>
<div class="room_name">Room C1-M1</div>
</td>
<td class="sess_title" valign="middle">esxtop for Advanced Users</td>
</tr>
<tr>
<td class="sess_time" valign="middle">
<div class="start_time"><em>Start:</em> 12:00 PM</div>
<div class="end_time"><em>End:</em> 1:00 PM</div>
</td>
<td class="sess_type" nowrap="nowrap"></td>
<td class="sess_room" valign="middle">VSP3864</p>
<div class="room_name">Room C1-M2</div>
</td>
<td class="sess_title" valign="middle">Best Practices for Virtual Networking</td>
</tr>
<tr>
<td class="sess_time" valign="middle">
<div class="start_time"><em>Start:</em> 1:30 PM</div>
<div class="end_time"><em>End:</em> 2:30 PM</div>
</td>
<td class="sess_type" nowrap="nowrap"></td>
<td class="sess_room" valign="middle">VSP3868</p>
<div class="room_name">Room C1-M4</div>
</td>
<td class="sess_title" valign="middle">VMware vStorage Best Practices</td>
</tr>
<tr>
<th colspan="4">Wednesday</th>
</tr>
<tr>
<td class="sess_time" valign="middle">
<div class="start_time"><em>Start:</em> 10:30 AM</div>
<div class="end_time"><em>End:</em> 11:30 AM</div>
</td>
<td class="sess_type" nowrap="nowrap"></td>
<td class="sess_room" valign="middle">VSP1933</p>
<div class="room_name">Room C1-M1</div>
</td>
<td class="sess_title" valign="middle">Storage I/O Control for Network-Attached Storage Datastores</td>
</tr>
<tr>
<td class="sess_time" valign="middle">
<div class="start_time"><em>Start:</em> 12:00 PM</div>
<div class="end_time"><em>End:</em> 1:00 PM</div>
</td>
<td class="sess_type" nowrap="nowrap"></td>
<td class="sess_room" valign="middle">VSP3205</p>
<div class="room_name">Auditorium 12</div>
</td>
<td class="sess_title" valign="middle">Technology Preview: VMware vStorage APIs for VM and Application Granular Data Management</td>
</tr>
<tr>
<td class="sess_time" valign="middle">
<div class="start_time"><em>Start:</em> 1:30 PM</div>
<div class="end_time"><em>End:</em> 2:30 PM</div>
</td>
<td class="sess_type" nowrap="nowrap"></td>
<td class="sess_room" valign="middle">BCO3324</p>
<div class="room_name">Room C1-M2</div>
</td>
<td class="sess_title" valign="middle">Site Recovery Manager 5 and VMware vSphere Replication: Simple and Reliable D&#8230;</td>
</tr>
<tr>
<td class="sess_time" valign="middle">
<div class="start_time"><em>Start:</em> 3:00 PM</div>
<div class="end_time"><em>End:</em> 4:00 PM</div>
</td>
<td class="sess_type" nowrap="nowrap"></td>
<td class="sess_room" valign="middle">VSP1682</p>
<div class="room_name">Room C1-M1</div>
</td>
<td class="sess_title" valign="middle">VMware vSphere Clustering Q&amp;A</td>
</tr>
<tr>
<td class="sess_time" valign="middle">
<div class="start_time"><em>Start:</em> 4:30 PM</div>
<div class="end_time"><em>End:</em> 5:30 PM</div>
</td>
<td class="sess_type" nowrap="nowrap"></td>
<td class="sess_room" valign="middle">VSP2122</p>
<div class="room_name">Room C1-M1</div>
</td>
<td class="sess_title" valign="middle">VMware vMotion in VMware vSphere 5.0: Architecture, Performance and Best Prac&#8230;</td>
</tr>
<tr>
<th colspan="4">Thursday</th>
</tr>
<tr>
<td class="sess_time" valign="middle">
<div class="start_time"><em>Start:</em> 11:00 AM</div>
<div class="end_time"><em>End:</em> 12:00 PM</div>
</td>
<td class="sess_type" nowrap="nowrap"></td>
<td class="sess_room" valign="middle">VSP1708</p>
<div class="room_name">Room H-M5</div>
</td>
<td class="sess_title" valign="middle">VCDX Panel Defense Preparation</td>
</tr>
<tr>
<td class="sess_time" valign="middle">
<div class="start_time"><em>Start:</em> 12:30 PM</div>
<div class="end_time"><em>End:</em> 1:30 PM</div>
</td>
<td class="sess_type" nowrap="nowrap"></td>
<td class="sess_room" valign="middle">VSP1700</p>
<div class="room_name">Room C1-M2</div>
</td>
<td class="sess_title" valign="middle">VMware vSphere 5.0 Storage Features</td>
</tr>
<tr>
<td class="sess_time" valign="middle">
<div class="start_time"><em>Start:</em> 2:00 PM</div>
<div class="end_time"><em>End:</em> 3:00 PM</div>
</td>
<td class="sess_type" nowrap="nowrap"></td>
<td class="sess_room" valign="middle">EUC2846</p>
<div class="room_name">Room C1-M4</div>
</td>
<td class="sess_title" valign="middle">VMware View Enterprise Architecture Design and Implementation Best Practices</td>
</tr>
</tbody>
</table>
<div id="sess_legend"><span><img src="https://vmworldeurope2011.wingateweb.com/scheduler/assets/images/rosette.png" alt="" /> = Conference Event</span><br />
<span><img src="https://vmworldeurope2011.wingateweb.com/scheduler/assets/images/flag_yellow.png" alt="" /> = Waiting List</span></div>
</div>
<p>&nbsp;</p>
<p>Have a real nice VMworld!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtual-hike.com/2011/10/vmworld-copenhagen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading my home vSphere 4 cluster to a vSphere5 cluster (Part 4 upgrading VMFS)</title>
		<link>http://www.virtual-hike.com/2011/09/upgrading-my-home-vsphere-4-cluster-to-a-vsphere5-cluster-part-4/</link>
		<comments>http://www.virtual-hike.com/2011/09/upgrading-my-home-vsphere-4-cluster-to-a-vsphere5-cluster-part-4/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 18:01:59 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.virtual-hike.com/?p=1074</guid>
		<description><![CDATA[In part 3 of the series Upgrading my home vSphere 4 cluster to a vSphere5 cluster we upgraded my ESXi4 hosts to ESXi5 with the help of Update Manger. Now that we&#8217;re running ESXi 5 where able to upgrade the VMFS3 datastores to VMFS5. First a little overview. My server who is named ESX2 has [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.virtual-hike.com/2011/09/upgrading-my-home-vsphere-4-cluster-to-a-vsphere5-cluster-part-3/">part 3</a> of the series Upgrading my home vSphere 4 cluster to a vSphere5 cluster we upgraded my ESXi4 hosts to ESXi5 with the help of Update Manger. Now that we&#8217;re running ESXi 5 where able to upgrade the VMFS3 datastores to VMFS5.</p>
<p>First a little overview. My server who is named ESX2 has 1 VMFS3.46 datastore named vmfslun1 with a block size of 4 MB. On this datastore I have 1 test VM called <em>WinXP Mike</em>. During the upgrade this VM is powered on. The LUN is hosted on a QNAP NAS with iSCSI.</p>
<p><a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_vmfs_01.jpg"><img class="alignnone size-medium wp-image-1076" title="upgrade_vmfs_01" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_vmfs_01-300x236.jpg" alt="" width="300" height="236" /></a></p>
<p>As you have probably heard as of vSphere5 the default and only block size you can select is 1MB. This is because of VMFS5 VMware isn&#8217;t using MBR anymore as the default partition table but GPT (GUID Partition Table). So when I upgrade my VMFS3 datastore to VMFS5 is MBR changed to GPT? No, as you probably know, the maximum size of a VMFS3 datastore is 2TB-512 Byte  (without extends), the maximum size of a  VMFS5 datastore is 64TB &#8211; 512 Bytes (without extends). This is a major improvement. So when does the MBR partition table change to GPT? Simple, when the VFMS5 datastore grows beyond 2 TB.<br />
Be aware that upgrading your VMFS3 to VMFS5 is a one-way process, there is no turning back.The block size will not change, so if you have a VMFS3 datastore with a 4MB block size, after the upgrade you will have a VMFS5 datastore with a 8MB block size.</p>
<p>That said, you probably asking your self: &#8220;Does it matter that I have VMFS5 datastores with different block sizes?&#8221; This depends if you have a VAAI capable storage. This can influence the performance of your storage. Best is to have all the datastores the same block size. So a best practice is to create your VMFS datastores with a 1MB block size and move your VMs to them.</p>
<p>If recreating your VMFS datastores isn&#8217;t a option, you have to upgrade them.</p>
<ol>
<li>Select your ESXi host and click on the configuration tab.</li>
<li>Select Storage and click on the LUN who holds a VMFS3 partition.</li>
<li>In the <em>Datastore Details</em> section select <em>Upgrade to VMFS5</em>.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_vmfs_02.jpg"><img class="alignnone size-full wp-image-1077" title="upgrade_vmfs_02" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_vmfs_02.jpg" alt="" width="183" height="73" /></a></li>
<li>vCenter will check is the datastore is ready to be upgrade. This means that all the host connected to the datastore have to be ESXi 5.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_vmfs_03.jpg"><img class="alignnone size-medium wp-image-1078" title="upgrade_vmfs_03" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_vmfs_03-300x104.jpg" alt="" width="300" height="104" /></a></li>
<li>The upgrade is perfomed by the ESXi host where you are connected to. Wait until the task is Completed in the resend tasks section.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_vmfs_04.jpg"><img class="alignnone size-medium wp-image-1079" title="upgrade_vmfs_04" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_vmfs_04-300x54.jpg" alt="" width="300" height="54" /></a></li>
<li>After a while your VMFS datastore is upgrade to VMFS5. This while my VM kept running. Nice!<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_vmfs_05.jpg"><img class="alignnone size-medium wp-image-1080" title="upgrade_vmfs_05" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_vmfs_05-300x239.jpg" alt="" width="300" height="239" /></a></li>
</ol>
<p>More info on VMFS5? Look at the following blog post of <a href="http://frankdenneman.nl/2011/07/upgrading-vmfs-datastores-and-sdrs/">Frank Denneman</a> and <a href="http://www.boche.net/blog/index.php/2011/07/21/vmfs-5-vmfs-3-whats-the-deal/">Jason Boche</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtual-hike.com/2011/09/upgrading-my-home-vsphere-4-cluster-to-a-vsphere5-cluster-part-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Upgrading my home vSphere 4 cluster to a vSphere5 cluster (Part 3)</title>
		<link>http://www.virtual-hike.com/2011/09/upgrading-my-home-vsphere-4-cluster-to-a-vsphere5-cluster-part-3/</link>
		<comments>http://www.virtual-hike.com/2011/09/upgrading-my-home-vsphere-4-cluster-to-a-vsphere5-cluster-part-3/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 09:26:47 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.virtual-hike.com/?p=1042</guid>
		<description><![CDATA[It has been a while when I wrote part 2 but I&#8217;ve been really busy with vSphere5 that I didn&#8217;t had the time to complete my series. But now part 3 of upgrading my home vSphere 4 cluster to a vSphere 5 cluster. In this part where going to upgrade my 2 ESXi 4.1 server [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a while when I wrote <a title="Part 2: Upgrading Update Manager" href="http://www.virtual-hike.com/2011/08/upgrading-my-home-vsphere-4-cluster-to-a-vsphere5-cluster-part-2/">part 2</a> but I&#8217;ve been really busy with vSphere5 that I didn&#8217;t had the time to complete my series. But now part 3 of upgrading my home vSphere 4 cluster to a vSphere 5 cluster. In this part where going to upgrade my 2 ESXi 4.1 server to ESXi 5 with Update Manager.</p>
<p>What I didn&#8217;t wrote about is that you have to upgrade your vSphere client. This is so straight forward that I&#8217;m not going to use a lot a screenshot for it. Just download the vSphere 5 client, start the installation, next, next, next and finish:).</p>
<p>Now we can begin to upgrade the first ESXi host. First step is to import the ESXi 5 ISO file into the repository of Update Manager.</p>
<ol>
<li>Start the Update Manger by clicking on the<em> Update Manager</em> icon in the vCenter Home view.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_001.jpg"><img class="alignnone size-full wp-image-1046" title="upgrade_esxi5_001" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_001.jpg" alt="" width="183" height="121" /></a></li>
<li>In the Update Manager Administration view click on the <em>ESXi Images</em> tab.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_002.jpg"><img class="alignnone size-medium wp-image-1047" title="upgrade_esxi5_002" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_002-300x36.jpg" alt="" width="300" height="36" /></a></li>
<li>Click on<em> Import ESXi Image</em>.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_003.jpg"><img class="alignnone size-medium wp-image-1048" title="upgrade_esxi5_003" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_003-300x66.jpg" alt="" width="300" height="66" /></a></li>
<li>Click on <em>Browse</em> and browser to your VMware-VMvisor-Installer-5.0.0-xxxxxx.x86_64.iso and click <em>Open.</em> You&#8217;re returned to the Select ESXi image screen. Click <em>Next.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_004.jpg"><img class="alignnone size-medium wp-image-1049" title="upgrade_esxi5_004" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_004-300x260.jpg" alt="" width="300" height="260" /></a><br />
</em></li>
<li>Update Manger will try to connect to the Update Manager server and starts uploading the ISO file into the Update Manager repository. After the upload and import is finished click Next.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_005.jpg"><img class="alignnone size-medium wp-image-1050" title="upgrade_esxi5_005" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_005-300x219.jpg" alt="" width="300" height="219" /></a></li>
<li>Leave the option Create a baseline using the ESXi image selected and provide a name for the baseline, in my case I call this baseline upgrade_to_ESXi5. If you want you can provide a description for the baseline. Click Finish.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_006.jpg"><img class="alignnone size-medium wp-image-1051" title="upgrade_esxi5_006" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_006-300x220.jpg" alt="" width="300" height="220" /></a></li>
</ol>
<p>Now that the ESXi image is imported and we have created a baseline. We can begin to upgrade the first ESXi host.</p>
<ol>
<li> In vCenter home view, select Host and Clusters.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_007.jpg"><img class="alignnone size-full wp-image-1052" title="upgrade_esxi5_007" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_007.jpg" alt="" width="211" height="123" /></a></li>
<li>Select you ESXi host and select the Update Manger tab.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_008.jpg"><img class="alignnone size-medium wp-image-1053" title="upgrade_esxi5_008" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_008-300x85.jpg" alt="" width="300" height="85" /></a></li>
<li>As you can see in my screenshot. It looks like my host is Compliant, but the new baseline is not attached. To attach the new baseline click on Attach.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_009.jpg"><img class="alignnone size-medium wp-image-1054" title="upgrade_esxi5_009" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_009-300x144.jpg" alt="" width="300" height="144" /></a></li>
<li>A new window will open and you&#8217;re able to select the new baseline. Select the upgrade_to_ESXi5 baseline and click Attach.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_010.jpg"><img class="alignnone size-medium wp-image-1055" title="upgrade_esxi5_010" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_010-262x300.jpg" alt="" width="262" height="300" /></a></li>
<li>Your Update Manager screen will refresh and the compliant state will show up as Unknown. Click on Scan.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_011.jpg"><img class="alignnone size-medium wp-image-1056" title="upgrade_esxi5_011" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_011-300x173.jpg" alt="" width="300" height="173" /></a></li>
<li>In the Confirm Scan screen deselect Patches and Extensions and select Upgrades. Click on Scan.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_012.jpg"><img class="alignnone size-medium wp-image-1057" title="upgrade_esxi5_012" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_012-300x122.jpg" alt="" width="300" height="122" /></a></li>
<li>The scan will start and after a while your host compliance status will show up as Incompatible. My host shows up as Incompatible because I&#8217;ve installed custom NIC drivers. These drivers will be removed when the host is upgraded.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_013.jpg"><img class="alignnone size-medium wp-image-1058" title="upgrade_esxi5_013" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_013-300x113.jpg" alt="" width="300" height="113" /></a></li>
<li>Click on Remediate to start the upgrade process.</li>
<li>In Baseline Groups and Types select Upgrade Baselines. When you selected Upgrade Baselines you&#8217;re able to select the baseline you&#8217;ve created. Click Next.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_014.jpg"><img class="alignnone size-medium wp-image-1059" title="upgrade_esxi5_014" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_014-300x226.jpg" alt="" width="300" height="226" /></a></li>
<li>Read the license agreement <img src='http://www.virtual-hike.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  and place a mark before I accept the terms and license agreement. Click next.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_015.jpg"><img class="alignnone size-medium wp-image-1060" title="upgrade_esxi5_015" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_015-300x227.jpg" alt="" width="300" height="227" /></a></li>
<li>As I have installed custom NIC drivers and I&#8217;m not sure those are compatible with ESXi 5 I place a mark before Remove installed third-party software that is incompatible with the upgrade, and continue with the remediation. Click next.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_016.jpg"><img class="alignnone size-medium wp-image-1061" title="upgrade_esxi5_016" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_016-300x226.jpg" alt="" width="300" height="226" /></a></li>
<li>In the schedule screen, you can give this upgrade a Task Name and a Task Description. If you want you can start this upgrade at a specific time, but I want to start the upgrade Immediately. Click next.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_017.jpg"><img class="alignnone size-medium wp-image-1062" title="upgrade_esxi5_017" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_017-300x227.jpg" alt="" width="300" height="227" /></a></li>
<li>Before the upgrade can start, the host has to be in maintenance mode. New with Update Manager 5 is that you can power off virtual machines before remediation. I don&#8217;t want that so I leave the default Do Not Change VM Power Sate selected. Click next.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_018.jpg"><img class="alignnone size-medium wp-image-1063" title="upgrade_esxi5_018" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_018-300x226.jpg" alt="" width="300" height="226" /></a></li>
<li>In the Cluster remediation option I only select Disable High Availabilility admission control if it is enabled for any of the selected clusters. The other option are not necessary for me. Click next.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_019.jpg"><img class="alignnone size-medium wp-image-1064" title="upgrade_esxi5_019" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_019-300x226.jpg" alt="" width="300" height="226" /></a></li>
<li>You&#8217;re provided with a summary of the selected options you&#8217;ve made. Review the option and if you&#8217;re sure you haven&#8217;t made a wrong choice, click finish and your upgrade will start.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_020.jpg"><img class="alignnone size-medium wp-image-1065" title="upgrade_esxi5_020" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_020-300x227.jpg" alt="" width="300" height="227" /></a></li>
<li>You can keep track of the upgrade in the Resent Task screen. After a while you ESXi host will reboot and the upgrade is finised.<br />
<a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_021.jpg"><img class="alignnone size-medium wp-image-1066" title="upgrade_esxi5_021" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_021-300x225.jpg" alt="" width="300" height="225" /></a><a href="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_022.jpg"><img class="alignnone size-medium wp-image-1067" title="upgrade_esxi5_022" src="http://www.virtual-hike.com/wp-content/uploads/2011/09/upgrade_esxi5_022-300x53.jpg" alt="" width="300" height="53" /></a></li>
</ol>
<p>As you can see, my home ESXi is now version 5.0.0 build 469512.</p>
<p>There are many new cool features with vSphere5, who are well documenten by VMware in this <a title="vSphere5 new features" href="http://www.vmware.com/files/pdf/products/.../vmware-what-is-new-vsphere5.pdf">pdf</a>.</p>
<p>Next blog post will be upgrading the Virtual Machines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtual-hike.com/2011/09/upgrading-my-home-vsphere-4-cluster-to-a-vsphere5-cluster-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

