<?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>ClusterFunk &#187; Virtualisation</title>
	<atom:link href="http://www.clusterfunk.co.uk/category/virtualisation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clusterfunk.co.uk</link>
	<description>Stuff I do with Zeus, Microsoft and Virtualisation. Oh and I can&#039;t spell ;)</description>
	<lastBuildDate>Wed, 23 Jun 2010 09:26:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zeus ZTM &amp; ZLB Appliance deployment troubleshooting</title>
		<link>http://www.clusterfunk.co.uk/zeus-ztm-zlb-appliance-deployment-troubleshooting/</link>
		<comments>http://www.clusterfunk.co.uk/zeus-ztm-zlb-appliance-deployment-troubleshooting/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 11:04:00 +0000</pubDate>
		<dc:creator>Antony Joyce</dc:creator>
				<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[Zeus ZTM]]></category>

		<guid isPermaLink="false">http://www.clusterfunk.co.uk/zeus-ztm-zlb-appliance-deployment-troubleshooting/</guid>
		<description><![CDATA[ 
I recently built out a CMS hosting environment for a UK Airport web site. Whilst doing this I came across some issues deploying ZTM and ZLB appliance which is easy to resolve if you know how. 
VM Nic Bindings 
OR..&#160; Binding VM Nic 1 to eth1 and VM Nic 2 to eth0 
Let’s say [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image_thumb.png" width="141" height="49" /></a> </p>
<p>I recently built out a CMS hosting environment for a UK Airport web site. Whilst doing this I came across some issues deploying ZTM and ZLB appliance which is easy to resolve if you know how. </p>
<p><strong><u>VM Nic Bindings</u> </strong></p>
<p>OR..&#160; Binding VM Nic 1 to eth1 and VM Nic 2 to eth0 </p>
<p>Let’s say for arguments sake that the networks are configured as follows&#160; </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image_thumb1.png" width="465" height="281" /></a> </p>
<p>ZTM 1 has following desired config. </p>
<p>The Network adapter 1 is in .76 (VLAN 301 10.0.74.64/27)   <br />The Network adapter 2 is in .108 (VLAN 302 10.0.74.96/27)</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image11.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image_thumb11.png" width="461" height="33" /></a> </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image12.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image_thumb12.png" width="471" height="25" /></a> </p>
<p>Notice that eth1 is bound to VM Network adapter 1 and eth0 to VM Network adapter 2. Compare the MAC addresses above with the mappings below.</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image19.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image_thumb19.png" width="482" height="237" /></a> </p>
<p>This is a problem because the ZTM has the wrong IP config for each NIC. </p>
<p>We could go into the appliance OS and change the nic config as already highlight below the VM ZTM / ZLB Appliance config is managed by the ZTM/ZLB install and you will see messages like below in the config files.</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image20.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image_thumb20.png" width="463" height="67" /></a>&#160;</p>
<p>I found this out the hard way when I added hosts to the hosts file, only to see them disappear and my application stopped running. Now I know this is done on the appliance via the GUI (System&gt;Network&gt;DNS). <img src='http://www.clusterfunk.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p><strong>FIX 1</strong></p>
<p>You can try running <strong>z-set-inital-address</strong> as below.</p>
<p><em><font color="#0000ff">Open the Zeus Virtual Appliance‘s console interface (via VMware management interface)</font></em></p>
<p><em><font color="#0000ff">Press Alt+F2 to switch to tty2. </font></em></p>
<p><em><font color="#0000ff">Logging in as admin with the default password of admin. </font></em></p>
<p><em><font color="#0000ff">Running the z-set-initial-address command. </font></em></p>
<p><em><font color="#0000ff">This will prompt you for an IP address and netmask. Once the command terminates, enter the logout command, and switch back to tty1 by pressing Alt+F1. You should notice that the IP address in the URL for the admin server has changed</font></em></p>
<p>This did not work for me.</p>
<p><strong>FIX 2</strong></p>
<p>This is more of a work round than a fix. It leaves, as a colleague of mine would say&#160; a ‘sub-optimal’ configuration <img src='http://www.clusterfunk.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Open the VM Appliance summary tab </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image15.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image_thumb15.png" width="403" height="270" /></a>&#160; </p>
<p>select Edit Settings and swap the VLAN assignments</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image16.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image_thumb16.png" width="426" height="291" /></a> </p>
<p>In this case I configured&#160; </p>
<p>VM Network adapter 1 in VLAN 302 and    <br />VM Network adapter 2 in VLAN 301&#160; </p>
<p>This results in this configuration.</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image8.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image_thumb8.png" width="386" height="241" /></a> </p>
<p>&#160;</p>
<p><strong><u>No Default Gateway</u></strong></p>
<p>I have already mentioned that there is a command to set the initial IP address for the GUI access to actually configure the appliance.&#160;&#160;&#160; </p>
<p>The command is <strong>z-set-inital-address.</strong> Below is a screenshot that shows the default gateway is left as 0.0.0.0 after running this command. </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image17.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image_thumb17.png" width="456" height="209" /></a> </p>
<p>at the console type netstat –rnv to show the gateway </p>
<p>If the above happens to you type route add default gw <em>&lt;gateway_ip&gt;</em></p>
<p>In my case </p>
<p><strong>route add default gw 10.0.74.65</strong></p>
<p>and then navigate to the GUI to do the initial config as normal. </p>
<p><u><strong>Quick look under the bonnet</strong></u> </p>
<p>The main ZTM files live in /opt/zeus</p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image18.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2010/03/image_thumb18.png" width="457" height="195" /></a>&#160;</p>
<p>Nic config is in </p>
<p>/etc/network/interfaces</p>
<p>Hope this helps <img src='http://www.clusterfunk.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.clusterfunk.co.uk/zeus-ztm-zlb-appliance-deployment-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AMD Virtualisation resources</title>
		<link>http://www.clusterfunk.co.uk/amd-virtualisation-resources/</link>
		<comments>http://www.clusterfunk.co.uk/amd-virtualisation-resources/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 08:30:08 +0000</pubDate>
		<dc:creator>Antony Joyce</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.clusterfunk.co.uk/?p=265</guid>
		<description><![CDATA[ 
Whilst researching my AMD CPU comparison post I found these useful AMD virtualisation&#160; resources. I think that they will be helpful in changing opinions that have been form previously about virtualisation as a enterprise solution. 
http://www.amd.com/us-en/0,,3715_15781,00.html?redir=SWOP08
VIRTUALIZING SERVER WORKLOADS   LOOKING BEYOND CURRENT ASSUMPTIONS    &#34;And while virtualization has moved out of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/01/image4.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="58" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/01/image-thumb4.png" width="126" border="0" /></a> </p>
<p>Whilst researching my AMD CPU comparison post I found these useful AMD virtualisation&#160; resources. I think that they will be helpful in changing opinions that have been form previously about virtualisation as a enterprise solution. </p>
<p><a title="http://www.amd.com/us-en/0,,3715_15781,00.html?redir=SWOP08" href="http://www.amd.com/us-en/0,,3715_15781,00.html?redir=SWOP08" target="_blank">http://www.amd.com/us-en/0,,3715_15781,00.html?redir=SWOP08</a></p>
<p>VIRTUALIZING SERVER WORKLOADS   <br />LOOKING BEYOND CURRENT ASSUMPTIONS    <br /><em>&quot;And while virtualization has moved out of its traditional domain into mainstream production, conventional thinking about its capabilities and limitations still keeps many organizations from embarking on large implementations. The suitability of workloads for virtualization in production environments is often guided by assumptions that are no longer true. Because every server workload has distinct performance characteristics, understanding and taking those characteristics into consideration is necessary to determine the server&#8217;s suitability for virtualization.     <br />Improvements in virtualization hardware and other advances in virtualization technology are making it possible to virtualize an increasingly wide range of      <br />workloads.      </p>
<p>In summary, organizations that decided against virtualization in the past because of concerns about CPU, memory, or I/O bottlenecks would do well to take      <br />another look.      <br /></em><a title="http://www.amd.com/us-en/assets/content_type/DownloadableAssets/AMD_WP_Virtualizing_Server_Workloads-PID.pdf" href="http://www.amd.com/us-en/assets/content_type/DownloadableAssets/AMD_WP_Virtualizing_Server_Workloads-PID.pdf" target="_blank">AMD WP Virtualizing Server Workloads.pdf</a><em>     <br /></em></p>
<p><em><strong>What is AMD Virtualization&#8482; technology?</strong></em></p>
<p><em>The following link has a click-able image that directs you to the appropriate section&#160;&#160; </em></p>
<p><em><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/01/image5.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="150" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/01/image-thumb5.png" width="244" border="0" /></a> </em>
</p>
<p>   <a title="http://www.amd.com/us-en/0,,3715_15781_15785,00.html" href="http://www.amd.com/us-en/0,,3715_15781_15785,00.html">http://www.amd.com/us-en/0,,3715_15781_15785,00.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clusterfunk.co.uk/amd-virtualisation-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power utilisation and Virtualisation</title>
		<link>http://www.clusterfunk.co.uk/power-utilisation-and-virtualisation/</link>
		<comments>http://www.clusterfunk.co.uk/power-utilisation-and-virtualisation/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 16:53:40 +0000</pubDate>
		<dc:creator>Antony Joyce</dc:creator>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.clusterfunk.co.uk/?p=260</guid>
		<description><![CDATA[ 
I notice with great interest that power is starting to push its way to the front of the agenda when discussing any projects these days. While at Tech.Ed this year we were told that Microsoft are building a large DC in Ireland &#34;because of ambient air temperature&#34; Its cold most of the time  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2009/01/image3.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="172" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2009/01/image-thumb3.png" width="244" border="0" /></a> </p>
<p>I notice with great interest that power is starting to push its way to the front of the agenda when discussing any projects these days. While at Tech.Ed this year we were told that Microsoft are building a large DC in Ireland &quot;because of ambient air temperature&quot; Its cold most of the time <img src='http://www.clusterfunk.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . I didn&#8217;t appreciate what this meant until I read the article below which suggests allowing your DC to run at a balmy 32 C (much like any married man&#8217;s living room * <img src='http://www.clusterfunk.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) instead of the usual 18C (65F) and use air from outside to provide cooling. I guess this is an option for some and is certainly something I will discuss with our DC manger the next time I see them.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </p>
<p>From: Green Checklist: 10 ways to save energy in the data centre </p>
<p><em>&quot;Data center energy use can lead to economic catastrophe for many companies </em>(in 2009)<em>. For example, energy use at the largest data centers grew at a 7.5 percent compound annual growth rate (CAGR) between 2000 and 2006 but will hit a 24 percent CAGR from 2006 to 2010, according to Ken Brill, executive director of the </em><a href="http://www.uptimeinstitute.org/" target="_blank"><em>Uptime Institute</em></a><em>. At that rate, the United States will need 30 new 1,000-megawatt power plants by 2015 just to support data center usage.&quot;</em></p>
<p><em>CAGR &#8211; Compound Annual Growth Rate</em></p>
<p><a title="http://www.accelerateresults.com/category/8/article/169-green-checklist-ways-to-save-energy-in-the-data-center-" href="http://www.accelerateresults.com/category/8/article/169-green-checklist-ways-to-save-energy-in-the-data-center">http://www.accelerateresults.com/category/8/article/169-green-checklist-ways-to-save-energy-in-the-data-center-</a></p>
<p>* A genius is any man who can adjust the thermostat to please his wife.</p>
<p>If every there was a killer app for virtualisation this is it. Spend on virtualisation to save a huge amount on power/hosting.&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.clusterfunk.co.uk/power-utilisation-and-virtualisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PlateSpin CPSA: Another feather in the cap.</title>
		<link>http://www.clusterfunk.co.uk/platespin-cpsa-another-feather-in-the-cap/</link>
		<comments>http://www.clusterfunk.co.uk/platespin-cpsa-another-feather-in-the-cap/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 16:50:57 +0000</pubDate>
		<dc:creator>Antony Joyce</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Industry]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.clusterfunk.co.uk/?p=236</guid>
		<description><![CDATA[ 
I have just completed the Certified PlateSpin Analyst (CPSA) exam. 
This is a cracking product for migration, DR, consolidation or technical refresh projects. It comes into its own where you need to maintain service with minimal interruption &#8211; hence the name   
PowerConvert 
http://www.platespin.com/products/powerconvert/
Basically you can take an image of a target source [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.platespin.com/" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="46" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2008/12/image14.png" width="168" border="0" /></a> </p>
<p>I have just completed the Certified PlateSpin Analyst (CPSA) exam. </p>
<p>This is a cracking product for migration, DR, consolidation or technical refresh projects. It comes into its own where you need to maintain service with minimal interruption &#8211; hence the name <img src='http://www.clusterfunk.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>PowerConvert </p>
<p><a title="http://www.platespin.com/products/powerconvert/" href="http://www.platespin.com/products/powerconvert/" target="_blank">http://www.platespin.com/products/powerconvert/</a></p>
<p>Basically you can take an image of a target source which can be an image, physical or virtual server and provision a destination source which can be a physical, virtual or image. Supports live file, block and VSS based imaging + offline PE based imaging of a variety of Windows and Linux OS inc (Windows NT4)</p>
<p>PowerRecon</p>
<p>They have a sister product that is used to analyse/benchmark you environment and then either provided details for consolidation or specification for migration/planning. Its very similar to <a href="http://www.vmware.com/products/capacity_planner/" target="_blank">VMware Capacity Planner</a></p>
<p><a title="http://www.platespin.com/products/powerrecon/" href="http://www.platespin.com/products/powerrecon/" target="_blank">http://www.platespin.com/products/powerrecon/</a></p>
<p>My colleague has put together some excellent posts on practical examples: </p>
<p><a href="http://vinf.net" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="72" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2008/12/image15.png" width="244" border="0" /></a> </p>
<p><a title="http://vinf.net/2008/11/25/platespin-powerconvert-part-1-overview/" href="http://vinf.net/2008/11/25/platespin-powerconvert-part-1-overview/" target="_blank">http://vinf.net/2008/11/25/platespin-powerconvert-part-1-overview/</a>    <br /><a title="http://vinf.net/2008/11/26/platespin-powerconvert-part-2-p2v/" href="http://vinf.net/2008/11/26/platespin-powerconvert-part-2-p2v/" target="_blank">http://vinf.net/2008/11/26/platespin-powerconvert-part-2-p2v/</a>    <br /><a title="http://vinf.net/2008/12/01/platespin-powerconvert-part-3-v2p/" href="http://vinf.net/2008/12/01/platespin-powerconvert-part-3-v2p/" target="_blank">http://vinf.net/2008/12/01/platespin-powerconvert-part-3-v2p/</a></p>
<p>Interested but need assistance?</p>
<p>I work for a <a href="http://www.ioko.com" target="_blank">ioko</a> if you are in-need of consultancy services around these or indeed any <a href="http://www.ioko.com/adg/pro_services.html" target="_blank">technical professional services</a> get in touch with us <a href="http://www.ioko.com/terms/contactus.html" target="_blank">here</a>. We can help. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.clusterfunk.co.uk/platespin-cpsa-another-feather-in-the-cap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great external 2.5&quot; HD for  VMware Workstation</title>
		<link>http://www.clusterfunk.co.uk/great-external-25-hd-for-vmware-workstation/</link>
		<comments>http://www.clusterfunk.co.uk/great-external-25-hd-for-vmware-workstation/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 07:00:15 +0000</pubDate>
		<dc:creator>Antony Joyce</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.clusterfunk.co.uk/?p=221</guid>
		<description><![CDATA[I mentioned that my laptop HD went pop last Monday in my praise of the Ubuntu live CD. I have decided to get a external drive to backup onto (it took six days and much faf to get my data back) and also run my VMs from. So I had a word with my colleague [...]]]></description>
			<content:encoded><![CDATA[<p>I mentioned that my laptop HD went pop last Monday in my praise of the <a href="http://www.clusterfunk.co.uk/?p=212">Ubuntu live CD</a>. I have decided to get a external drive to backup onto (it took six days and much faf to get my data back) and also run my VMs from. So I had a word with my colleague Simon <a href="http://www.techhead.co.uk" target="_blank">TechHead</a> who is our resident hardware guru for spec&#8217;ing this sort of hardware (He&#8217;s also a bit tasty with all things HP) * PLUG* He has some excellent advice for building low cost <a href="http://www.techhead.co.uk/installing-vmware-esx-and-esxi-35-on-an-hp-proliant-ml115-g5-quad-core" target="_blank">VM lab environments</a>&#160;&#160;&#160; </p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2008/12/image9.png"><img style="border-right: 0px; border-top: 0px; margin: 0px 0px 0px 10px; border-left: 0px; border-bottom: 0px" height="204" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2008/12/image-thumb9.png" width="204" align="right" border="0" /></a> </p>
<p>So Simon gave me some tips &#8211; eSATA II, big cache 16Mb is good and fast so 7200RPM. He pointed me at the Western Digital WD3200BEKT 2.5&quot; 320GB 16Mb cache 7200RPM&#160; we found it for around &#163;65inc VAT + P&amp;P. </p>
<p>So I tried the usual suspect for quality hardware at very competitive prices </p>
<p><a href="http://www.overclockers.co.uk/showproduct.php?prodid=HD-225-WD" target="_blank"><strong>Overclockers</strong></a>    <br /><a href="http://www.lambda-tek.com/componentshop/index.pl?" target="_blank"><strong>Lambda-tek</strong></a>    <br /><a href="http://www.microdirect.co.uk/" target="_blank"><strong>MicroDirect</strong></a>    <br /><a href="http://www.ebuyer.com/product/146083?gclid=CI7u1qSVpJcCFU4g3godelapDA" target="_blank"><strong>ebuyer</strong></a>    <br /><a href="http://www.techstore.co.uk/browse.php?a=p&amp;prodLineID=134453" target="_blank"><strong>TechStore</strong></a></p>
<p>They are all in the upper &#163;65+ mark&#160; </p>
<p>I managed to find it here for the princely sum of &#163;57.82 inc Vat     <br /><a title="http://www.drivemylaptop.co.uk/LaptopPartsList.aspx?pt=3" href="http://www.drivemylaptop.co.uk/LaptopPartsList.aspx?pt=3"><strong>http://www.drivemylaptop.co.uk/LaptopPartsList.aspx?pt=3</strong></a></p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2008/12/image10.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="160" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2008/12/image-thumb10.png" width="244" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clusterfunk.co.uk/great-external-25-hd-for-vmware-workstation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft: MCS Talks (Microsoft) Infrastructure Architecture</title>
		<link>http://www.clusterfunk.co.uk/microsoft-mcs-talks-microsoft-infrastructure-architecture/</link>
		<comments>http://www.clusterfunk.co.uk/microsoft-mcs-talks-microsoft-infrastructure-architecture/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 06:00:09 +0000</pubDate>
		<dc:creator>Antony Joyce</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft Hyper-V]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://www.clusterfunk.co.uk/?p=216</guid>
		<description><![CDATA[On-Demand Webcasts
 
Saw this and following on from my TA Tips for Newbies thought this was useful
http://technet.microsoft.com/en-gb/bb986609.aspx
&#160;
On Demand Live Meeting: TechNet Presents: MCS Talks Infrastructure Architecture&#8211; session 1, Infrastructure Architecture Overview     This first session will introduce the &#8220;MCS Talks Infrastructure Architecture&#8221; webcast series, giving an overview of the series and what&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<h5>On-Demand Webcasts</h5>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2008/12/image8.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="57" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2008/12/image-thumb8.png" width="323" border="0" /></a> </p>
<p>Saw this and following on from my <a href="http://www.clusterfunk.co.uk/?p=187" target="_blank">TA Tips for Newbies</a> thought this was useful</p>
<p><a title="http://technet.microsoft.com/en-gb/bb986609.aspx" href="http://technet.microsoft.com/en-gb/bb986609.aspx">http://technet.microsoft.com/en-gb/bb986609.aspx</a></p>
<p>&#160;</p>
<p><a href="http://technet.microsoft.com/en-gb/bb945096.aspx?id=372">On Demand Live Meeting: TechNet Presents: MCS Talks Infrastructure Architecture&#8211; session 1, Infrastructure Architecture Overview </a>    <br />This first session will introduce the &#8220;MCS Talks Infrastructure Architecture&#8221; webcast series, giving an overview of the series and what&#8217;s to come. We will then move in to an overview session looking at the general architecture strategies of specific technology areas, such as adopting Microsoft Windows Server 2008 and Microsoft Windows Vista SP1 and show some real benefits from their deployment. Datacentre consolidation is also a serious consideration for many so we&#8217;ll be looking how Microsoft Hyper-V and the System Center suite of tools can be used to accelerate this and ensure long term reliability from this approach. Finally we&#8217;ll cover some of the other virtualization strategies we&#8217;re seeing, such as when and why we would look to virtualize particular workloads, how virtualization can support branch office models and remote working and finally Microsoft overall virtualization storey, including Presentation and Application virtualization. </p>
<p><a href="http://technet.microsoft.com/en-gb/bb945096.aspx?id=354">ON DEMAND TechNet Presents: MCS Talks Infrastructure Architecture &#8211; session 2, Core Infrastructure</a>    <br />This session will look at core infrastructure services, focussing on the decisions commonly faced by enterprises when deploying Active Directory. We&#8217;ll look at how the improvements in Microsoft Windows Server 2008 can help rationalize the Active Directory infrastructure while still supporting complex and disperse environments. We will cover the design process for an Active Directory Domain Services (AD DS) upgrade and consolidation project, considering the key decisions which must be made and how these will benefit an enterprise environment. New features such as read-only domain controllers (RODCs) and fine-grained password policies will be covered as well as more general design principles and considerations for remote workers. Finally we will cover how it is possible to take advantage of new virtualization technologies in supporting Active Directory. TO ACCESS THE MEETING ON DEMAND PLEASE CLICK REGISTER AND FOLLOW THE STEPS </p>
]]></content:encoded>
			<wfw:commentRss>http://www.clusterfunk.co.uk/microsoft-mcs-talks-microsoft-infrastructure-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EMULEX and Virtualisation</title>
		<link>http://www.clusterfunk.co.uk/emulex-and-virtualisation/</link>
		<comments>http://www.clusterfunk.co.uk/emulex-and-virtualisation/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 00:37:58 +0000</pubDate>
		<dc:creator>Antony Joyce</dc:creator>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.clusterfunk.co.uk/?p=121</guid>
		<description><![CDATA[ 
Interestingly it would seem that Emulex is putting their effort into Hyper-V based on a quick look at the site and resources available for ESX &#38; Hyper-V. I wonder if that has anything to do with EMC? 
Hyper-V
Hyper-V Virtualization &#8211; Enhanced SAN Connectivity with Emulex    http://www.emulex.com/solutions/windows_server_2008/virtual.jsp     

Virtualization [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2008/11/image16.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="108" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2008/11/image-thumb16.png" width="450" border="0" /></a> </p>
<p>Interestingly it would seem that Emulex is putting their effort into Hyper-V based on a quick look at the site and resources available for ESX &amp; Hyper-V. I wonder if that has anything to do with EMC? </p>
<p>Hyper-V</p>
<p>Hyper-V Virtualization &#8211; Enhanced SAN Connectivity with Emulex    <br /><a title="http://www.emulex.com/solutions/windows_server_2008/virtual.jsp" href="http://www.emulex.com/solutions/windows_server_2008/virtual.jsp">http://www.emulex.com/solutions/windows_server_2008/virtual.jsp     </p>
<p></a><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2008/11/image17.png"><img title="image" style="border-right: 0px; border-top: 0px; display: block; float: none; margin: 0px auto; border-left: 0px; border-bottom: 0px" height="181" alt="image" src="http://www.clusterfunk.co.uk/wp-content/uploads/2008/11/image-thumb17.png" width="240" border="0" /></a></p>
<p>Virtualization Self Assessment Tool – Discover your ideal SAN environment for Hyper-V   <br /><a title="http://www.emulex.com/solutions/windows_server_2008/virtualizationTool.jsp" href="http://www.emulex.com/solutions/windows_server_2008/virtualizationTool.jsp">http://www.emulex.com/solutions/windows_server_2008/virtualizationTool.jsp</a></p>
<p> VMware ESX – Support Documents  <br /><a title="http://www.emulex.com/emc/support/vmware.jsp" href="http://www.emulex.com/emc/support/vmware.jsp">http://www.emulex.com/emc/support/vmware.jsp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clusterfunk.co.uk/emulex-and-virtualisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualisation SQL and the Art of War!</title>
		<link>http://www.clusterfunk.co.uk/virtualisation-sql-and-the-art-of-war/</link>
		<comments>http://www.clusterfunk.co.uk/virtualisation-sql-and-the-art-of-war/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 09:13:20 +0000</pubDate>
		<dc:creator>Antony Joyce</dc:creator>
				<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.clusterfunk.co.uk/?p=63</guid>
		<description><![CDATA[I was recently at Microsoft Tech.Ed EMEA in Barcelona (You should go its Berlin next Year). I was doing the rounds between sessions in the main hall and I got to thinking about one of the hot topics doing the rounds at work “can Microsoft SQL 2005/2008 be virtualised”. Now I personally am in the [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently at Microsoft Tech.Ed EMEA in Barcelona (You should go its Berlin next Year). I was doing the rounds between sessions in the main hall and I got to thinking about one of the hot topics doing the rounds at work “can Microsoft SQL 2005/2008 be virtualised”. Now I personally am in the camp of it’s the workload that needs consideration not the server function, assuming that there is no actual block to virtualisation such as specific hardware requirements. However my colleagues were fairly insistent that its a no-no. This is why I love Tech.Ed&#8230; I walked over to the SQL stand and am greeted&#160; by the nice Microsoft chaps manning (or should that be personing ) the stand. “Can I / should I run SQL as a VM?” straight question .. </p>
<p>A resounding chorus of “YES”! was the reply. Now I got chatting to the nice gentleman from Microsoft called <a href="http://blogs.technet.com/andrew/  " target="_blank">Andrew Fryer</a> (it is because of him and my colleagues <a href="http://vinf.net" target="_blank">Simon G</a> and <a href="http://www.techhead.co.uk/" target="_blank">Simon S</a> that I am now writing a blog!) </p>
<p>Andrew who has the wonderful job title of Evangelist provided me details of a test conducted on a four instance production SQL server 2008. This is a 64 page document on SQL virtualisation (under Hyper-V) best practice. </p>
<p><a href="http://sqlcat.com/whitepapers/archive/2008/10/03/running-sql-server-2008-in-a-hyper-v-environment-best-practices-and-performance-recommendations.aspx">http://sqlcat.com/whitepapers/archive/2008/10/03/running-sql-server-2008-in-a-hyper-v-environment-best-practices-and-performance-recommendations.aspx</a></p>
<p><a href="http://www.clusterfunk.co.uk/wp-content/uploads/2008/11/clip-image002.jpg"><img title="clip_image002" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 5px 0px 5px 10px; border-right-width: 0px" height="118" alt="clip_image002" src="http://www.clusterfunk.co.uk/wp-content/uploads/2008/11/clip-image002-thumb.jpg" width="240" align="right" border="0" /></a></p>
<p>Andrew is a very nice chap and he told me about allsorts of interesting SQL related stuff not least a hint that Microsoft are working on SQL deployment that supports sideways scale-out.&#160;&#160; We were talking and I said that basically I arrived at the conference thinking “if you want to go virtual you use VMware ESX period”. Now I am not saying that I have had an epiphany (after all Andrew is an Evangelist) but I have to admit that Hyper-V is worth consideration. Furthermore when Hyper-V R2 is released (2010 anyone?) then VMware better get doing some pretty clever stuff or the sheer scale of Microsoft will simply overwhelm them. Right now ESX is a much slicker proposition but it has its downside and a Microsoft’s unified approach is one key area where deciding IT strategy is based on budgets rather than slick technology. So as promised Andrew <a href="http://www.clusterfunk.co.uk/?p=59" target="_blank">here</a> is I hope an unbiased round up of ESX 3x v Hyper-V (&amp; R2) and to be fair I will also mention some stuff I know about ESX 4x. </p>
<p><a href="http://www.clusterfunk.co.uk/?p=59" target="_blank">VMware ESX 3x Microsoft V Hyper-V Compare and contrast</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clusterfunk.co.uk/virtualisation-sql-and-the-art-of-war/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWARE ESX 3x/4x v Hyper-V R1/R2</title>
		<link>http://www.clusterfunk.co.uk/vmware-esx-3x4x-v-hyper-v-r1r2/</link>
		<comments>http://www.clusterfunk.co.uk/vmware-esx-3x4x-v-hyper-v-r1r2/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 09:04:57 +0000</pubDate>
		<dc:creator>Antony Joyce</dc:creator>
				<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.clusterfunk.co.uk/?p=59</guid>
		<description><![CDATA[This is a compare and contrast of ESX and Hyper-V from a practitioners and hopefully impartial viewpoint.&#160; 
I will discuss following areas
Resilience / High Availability    Networking     Storage     Deployment     Manageability     Conclusions 
I will outline the technologies available [...]]]></description>
			<content:encoded><![CDATA[<p>This is a compare and contrast of ESX and Hyper-V from a practitioners and hopefully impartial viewpoint.&#160; </p>
<p>I will discuss following areas</p>
<p>Resilience / High Availability    <br />Networking     <br />Storage     <br />Deployment     <br />Manageability     <br />Conclusions </p>
<p>I will outline the technologies available in each solution and throw in my own thoughts for good measure.</p>
<p> ESX = 3x (3.5 and 3i ) unless stated   <br />HV = Hyper-V   <br />HV2 = Hyper-V R2
<p><strong>Resilience</strong> </p>
<p>The key concern for a virtualised environment is the high availability of the physical platform on which the VMs reside. It quite clear that a physical production server tends to be fairly important in the modern IT environment and its loss is usually negated through a variety of strategies. Consider the transition from the physical to the virtual. You make a single point of failure represent a potential catastrophic failure with one physical server running 20 or more virtual machines. How do we address this?</p>
<p>For all solutions I assumes that VMs are located on shared storage. I am not interested in stand alone deployments for the reason mentioned above. </p>
<p><strong><u>ESX</u></strong>&#160;</p>
<p>The ESX suite has a number ways of achieving resilience.&#160;&#160;&#160; </p>
<p>HA &#8211; High Availability    <br />ESX server is deployed in a “cluster” configuration with each ESX server monitoring its fellow cluster members and its own console port gateway address. If a member of a cluster is isolated (network issue) or physically disappears (hardware issue) then the other member/s take ownership of the VMs and subject to resource criteria (see DRS below) start spinning up the VMs to restore service.&#160; </p>
<p>Pros:</p>
<p>Technology is tried and tested, works and is very simple to configure. </p>
<p>Simple solution based on ICMP hosts ping each other and gateway. If host is isolated from cluster and gateway it shuts down VMs on the assumption that another ESX server will take on the workload. If the ESX server is isolated from its peers but can still ping gateway it continues as normal assuming that peer/s are at fault.</p>
<p>Cons:</p>
<p>Downtime can be significant, up to 15 minutes.    <br />Although not strictly a HA issue it is possible to configure ESX (via Virtual Centre) in a way that prevents the successful migration of VMs&#160; due to resource allocation conflicts.</p>
<p>VMotion<strong> </strong></p>
<p>Targeted at graceful migration of VM from one ESX server to another. The technology in its simplest terms starts up a copy of the VM to be migrated on the new destination ESX server. The two VMs are then brought in CPU step with each other and when they are fully synchronised a reverse Arp is issued that updates the switch port MAC address tables resulting in all network traffic been directed to the new VM, this final step takes a few milliseconds during which there is no network connectivity to either VMs. Once complete the original VM is powered down.&#160;&#160;&#160;&#160;&#160;&#160; </p>
<p>Requires a separate 1GB VMotion network to facilitate the synchronisation in a timely manor.&#160;&#160; </p>
<p>Storage VMotion </p>
<p>Much like VMotion only the actual VM files are moved from one storage system to another. This enables VMs that have become disk I/O bound to be migrated without downtime.</p>
<p>ESX v4 Introduces the concept of HA VMs </p>
<p>A VM is run on two separate physical ESX servers utilising specific Hardware capability of the new Intel chipset the VMs are CPU synced all CPU cycles are executed one primary host and secondary host so that in the event of a failure a reverse ARP is issued and the secondary VM is instantly available.&#160;&#160;&#160;&#160;&#160;&#160;&#160; </p>
<p>Cons:</p>
<p>This requires specific hardware to implement </p>
<p>Pros: </p>
<p>If this works it will be the single most effective HA solution available to the Windows Systems Administrator. At present MSCS Clusters are the best option for true HA applications.</p>
<p><strong><u>HV</u></strong></p>
<p>Utilises Microsoft Cluster services for HA. Currently there is no zero downtime migration capability. </p>
<p>MSCS Microsoft Cluster Services</p>
<p>This is a area were the future is bright for HV but right now is a poor relation to ESX. In order to create HA solutions for HV a MSCS cluster is created and VMs are stored on the shared volume.</p>
<p>This results in its own problems </p>
<p>1) In order to facilitate a failure between hosts MSCS need to gain LUN level ownership for a host, this means that in order to provided a failover solution that only effects the specific VM that needs migration (thing network card failure) then a VM must have its own LUN</p>
<p>2) As each VM needs its own LUN SAN configuration becomes complex very quickly. Invariably this will add extra load to the SAN storage processors and a much higher administration overhead on fabric management. Furthermore a host can rapidly run out of drive letters to assign to LUNs </p>
<p>HV R2 – Clustered Shared Volumes&#160; </p>
<p>The reason that ESX has VMotion and Storage VMotion is because of the VMFS File system. Put simply VMFS allows multiple hosts to see the same LUN at the same time. Access is at the file level and therefore multiple hosts can write to a LUN simultaneously without effecting the integrity of the LUN. This is not the case with NTFS. NTFS has its hands tied here however there is light at the end of the tunnel…..</p>
<p>CSV allows multiple hosts to connect to a LUN at the same time. All writes are effectively proxied&#160; through a master host (one per CSV) and any host (in the cluster) can read at anytime from the LUN.</p>
<p>This combined with geographically diverse clusters is a very useful technology and has uses beyond virtualisation. Think geographically diverse SQL databases… and while I think about it possibly load balanced SQL DBs for web applications e.g. predominantly read orientated DB access. (I am looking at <a href="http://knowledgehub.zeus.com/articles/2008/07/07/building_a_mysql_load_balancing_proxy" target="_blank">a mySQL load balanced configuration</a> with ZXTMs at the moment V. Clever. ) </p>
<p>Comments: </p>
<p>At Tech.Ed this technology was demonstrated and looks the business. Is it as easy to setup and manage as ESX alternatives? I would have to say no.</p>
<p>HA / Resilience – ESX 1&#160; HV 0</p>
<p>Useful Links</p>
<p><a href="http://technet.microsoft.com/en-us/library/cc753637.aspx" target="_blank">Hyper-V</a>    <br /><a href="http://technet.microsoft.com/en-us/library/cc732181.aspx" target="_blank">Hyper-V Step-by-Step Guide: Hyper-V and Failover Clustering</a></p>
<p>VMware Infrastructure 3 Online Library (<a href="http://pubs.vmware.com/vi35/">HTML</a>)</p>
<p>&#160;</p>
<p>In the next part I will look at Networking….</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clusterfunk.co.uk/vmware-esx-3x4x-v-hyper-v-r1r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Infrastructure 3, HP StorageWorks best practice</title>
		<link>http://www.clusterfunk.co.uk/vmware-infrastructure-3-hp-storageworks-best-practice/</link>
		<comments>http://www.clusterfunk.co.uk/vmware-infrastructure-3-hp-storageworks-best-practice/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 00:28:29 +0000</pubDate>
		<dc:creator>Antony Joyce</dc:creator>
				<category><![CDATA[VMware ESX]]></category>

		<guid isPermaLink="false">http://www.clusterfunk.co.uk/?p=40</guid>
		<description><![CDATA[While writing up a blog on HP EVA configuration I found this HP StorageWorks best practice for VMware ESX 3x     http://h71019.www7.hp.com/ActiveAnswers/downloads/VMware3_StorageWorks_BestPractice.pdf
]]></description>
			<content:encoded><![CDATA[<p>While writing up a blog on <a href="http://www.clusterfunk.co.uk/?p=42" target="_blank">HP EVA configuration</a> I found this HP StorageWorks best practice for VMware ESX 3x     <br /><a title="http://h71019.www7.hp.com/ActiveAnswers/downloads/VMware3_StorageWorks_BestPractice.pdf" href="http://h71019.www7.hp.com/ActiveAnswers/downloads/VMware3_StorageWorks_BestPractice.pdf">http://h71019.www7.hp.com/ActiveAnswers/downloads/VMware3_StorageWorks_BestPractice.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clusterfunk.co.uk/vmware-infrastructure-3-hp-storageworks-best-practice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
