<?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>Thomas Maurer (tm) &#187; VMware</title>
	<atom:link href="http://www.thomasmaurer.ch/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another private cloud weblog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:10:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VMware VirtualCenter Server service does not start automatically after reboot</title>
		<link>http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/</link>
		<comments>http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 08:42:00 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Does not start]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=2725</guid>
		<description><![CDATA[We had a problem with our VMware VirtualCenter Server service which did not start automatically after a server reboot. This could be a problem when the VMware VirtualCenter Server service starts before the MSSQL Server. Now the solution to solve &#8230; <a href="http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/" data-count="horizontal" data-text="VMware VirtualCenter Server service does not start automatically after reboot" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2011%2F10%2Fvmware-virtualcenter-server-service-does-not-start-automatically-after-reboot%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>We had a problem with our VMware VirtualCenter Server service which did not start automatically after a server reboot. This could be a problem when the VMware VirtualCenter Server service starts before the MSSQL Server.</p>
<p>Now the solution to solve this problem is to add a dependency to the VMware VirtualCenter Server service.</p>
<p>The VirtualCenter Server service is dependent on the following services:</p>
<ul>
<li>SQL Services</li>
<li>ADAM Services (when using linked mode in vCenter Server 4.x)</li>
</ul>
<p>How to create a service dependency:</p>
<ol>
<li>Open the services.msc<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/services01.png" rel="lightbox[2725]"><img class="aligncenter size-medium wp-image-2726" title="services.msc " src="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/services01-300x222.png" alt="services.msc " width="300" height="222" /></a></li>
<li>Check out the name of the service you want to add as dependency<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/sqlservice.png" rel="lightbox[2725]"><img class="aligncenter size-medium wp-image-2727" title="sqlservice" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/sqlservice-265x300.png" alt="sqlservice" width="265" height="300" /></a></li>
<li>open the Registry Editor (regedit)</li>
<li>Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vpxd</li>
<li>Double-click the DependOnService key and add the Service name using the name of the Service in our case MSSQLSERVER</li>
<li>In the Services window, open the service properties for the service VMware VirtualCenter Server.</li>
<li>In the Dependencies tab, verify the VMware VirtualCenter service is listed as depending on the service.</li>
</ol>
<p>In Windows Server 2008 or later you could also set VMware VirtualCenter Server service to startup type Automatic (Delay):</p>
<ol>
<li>Click Start &gt; Run, type services.msc, and click OK.</li>
<li>Right-click on the VMware VirtualCenter Server service and click Properties.</li>
<li>Change the startup type from Automatic to Automatic (Delay).<br />
<img class="aligncenter size-medium wp-image-2729" title="delaystartup" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/10/delaystartup-273x300.png" alt="delaystartup" width="273" height="300" /></li>
</ol>
<p>&nbsp;<br />
More Information on this: <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1007669" title="VMware KB" target="_blank">VMware KB</a</p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-2725"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/10/vmware-virtualcenter-server-service-does-not-start-automatically-after-reboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8: Client Hyper-V and boot from VHD</title>
		<link>http://www.thomasmaurer.ch/2011/09/windows-8-client-hyper-v-and-boot-from-vhd/</link>
		<comments>http://www.thomasmaurer.ch/2011/09/windows-8-client-hyper-v-and-boot-from-vhd/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 15:10:42 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 8]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[bcdboot]]></category>
		<category><![CDATA[Boot from VHD]]></category>
		<category><![CDATA[Client Hyper-V]]></category>
		<category><![CDATA[Dynamic Memory]]></category>
		<category><![CDATA[Hyper-V 3]]></category>
		<category><![CDATA[Microsoft Hyper-v]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[VHD]]></category>
		<category><![CDATA[VHDX]]></category>
		<category><![CDATA[Windows Hyper-V]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=2558</guid>
		<description><![CDATA[Some days before the BUILD conference, Microsoft released a video about Hyper-V in Windows 8. Now after some days of testing I am already a big fan of the client Hyper-V. It lets me create a perfect lab at work &#8230; <a href="http://www.thomasmaurer.ch/2011/09/windows-8-client-hyper-v-and-boot-from-vhd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2011/09/windows-8-client-hyper-v-and-boot-from-vhd/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2011/09/windows-8-client-hyper-v-and-boot-from-vhd/" data-count="horizontal" data-text="Windows 8: Client Hyper-V and boot from VHD" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2011%2F09%2Fwindows-8-client-hyper-v-and-boot-from-vhd%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/09/clienthyper-v.png" rel="lightbox[2558]"><img class="aligncenter size-large wp-image-2559" title="Windows 8 Client Hyper-V" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/09/clienthyper-v-1024x542.png" alt="Windows 8 Client Hyper-V" width="584" height="309" /></a></p>
<p>Some days before the BUILD conference,<a title="Awesome – Building Windows 8: Hyper-V" href="http://www.thomasmaurer.ch/2011/09/awesome-building-windows-8-hyper-v/" target="_blank"> Microsoft released a video </a>about Hyper-V in Windows 8. Now after some days of testing I am already a big fan of the client Hyper-V. It lets me create a perfect lab at work or a development VM and Linux VM&#8217;s for KTSI.</p>
<p>It&#8217;s a great solution for me. Sure there were other solutions like Virtual PC, Virtual Box and VMware Workstation before, but using the built-in Hyper-V has some advantages which make my life a little easier.</p>
<ul>
<li><strong>PowerShell support</strong> &#8211; it lets me start up a whole lab environment within seconds. I can really quick import Virtual Machines and start them up. And also do some other cool scripted solutions.</li>
<li><strong>Performance</strong> &#8211; it offers great performance.</li>
<li><strong>VHD and VHDX</strong> &#8211; it&#8217;s great to work with one virtual disk format and not have to convert virtual disks. It&#8217;s also great together with the boot from VHD feature.</li>
<li><strong>Dynamic Memory</strong></li>
<li><strong>Remote Management</strong> for Hyper-V Servers (like the <a title="Remote Server Administration Tools for Windows 7 with Service Pack 1 (SP1) now available" href="http://www.thomasmaurer.ch/2011/04/remote-server-administration-tools-for-windows-7-with-service-pack-1-sp1-now-available/" target="_blank">RSAT</a>)</li>
<li><strong>Live Storage Migration</strong> &#8211; Move a running Virtual Machine from local disk to another local disk, USB or network share and back</li>
</ul>
<p>Microsoft made also the boot from VHD feature a little simpler.</p>
<ol>
<li>First Mount the VHD you want to boot. (right click on the VHD and &#8220;Mount&#8221;)<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/09/mountvhd.png" rel="lightbox[2558]"><img class="aligncenter size-large wp-image-2562" title="mount vhd" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/09/mountvhd-1024x623.png" alt="mount vhd" width="584" height="355" /></a></li>
<li>Now check the new drive letter of the VHD in my case this is G:</li>
<li>Open the command prompt and type <strong>bcdboot G:\windows<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/09/bcdboot.png" rel="lightbox[2558]"><img class="aligncenter size-full wp-image-2563" title="bcdboot" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/09/bcdboot.png" alt="bcdboot" width="677" height="395" /></a></strong></li>
<li>Now your VHD will appear in the boot menu. You can check that by typing <strong>bcdedit</strong></li>
<li>and as you can see no sysprep or generalize needed</li>
</ol>
<p>Here a small list of Hyper-V client features:</p>
<ul>
<li>32 Virtual CPUs</li>
<li>NUMA in VM</li>
<li>512 GB RAM</li>
<li>Sleep, Hibernate</li>
<li>Management console</li>
<li>Manage Hyper-V Server from this console</li>
<li>Snapshots</li>
<li>Up to 1024 running VM&#8217;s</li>
<li>VHD, and VHDX (up to 16TB)</li>
<li>Dynamic disks, Differencing disks, pass through disks, fixedsize disks</li>
<li>4K sector size</li>
<li>DMTF comliant WMI</li>
<li>Networking offloads</li>
<li>Live Storage Migration</li>
<li>Native VHD boot</li>
<li>Dynamic Memory</li>
<li>Remote Management</li>
<li>PowerShell</li>
<li>Export snapshots</li>
<li>Resource Pools</li>
<li>External, Internal and Private Networks</li>
<li>Bi-Direction audio</li>
<li>Enlightened IDE &amp; SCSI controllers</li>
<li>Hyper-V on SMB</li>
<li>up to256 virtual drives</li>
<li>up to 12 virtual NICs</li>
<li>VLAN support</li>
<li>3D Graphics (Software)</li>
<li>Mutli Touch</li>
<li>USB redirection (with RDP)</li>
<li>Wireless NICs</li>
<li>Export &amp; Import VMs</li>
<li>Hyper-V Extensible Switch</li>
<li>VHDX Resiliency</li>
</ul>
<p>Supported Operating Systems:</p>
<ul>
<li>Windows XP SP3</li>
<li>Windows Server 2003 SP2</li>
<li>Windows Server 2003 R2 SP2</li>
<li>Windows Vista</li>
<li>Windows Server 2008</li>
<li>Windows 7</li>
<li>Windows Server 2008 R2</li>
<li>Windows Storage Server 2008 R2</li>
<li>Windows Home Server 2011</li>
<li>Windows SBS 2011</li>
<li>Windows 8</li>
<li>Windows Server 8</li>
<li>CentOS 5.2-5.6</li>
<li>CentOS 6.0</li>
<li>Red Hat Enterprise Linux 5.2-5.6, 6.0, 6.1</li>
<li>SUSE Linux Enterprise 10, 11</li>
</ul>
<p>In my opinion Client Hyper-V is a great solution and lab to go for Developers, IT Pros, Testers, Sales people and a lot more.</p>
<p>&nbsp;</p>
<p><iframe src="http://www.youtube.com/embed/wQsQWw87yNA" frameborder="0" width="560" height="315"></iframe></p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-2558"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/09/windows-8-client-hyper-v-and-boot-from-vhd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft System Center Virtual Machine Manager 2012 RC released</title>
		<link>http://www.thomasmaurer.ch/2011/09/microsoft-system-center-virtual-machine-manager-2012-rc-released/</link>
		<comments>http://www.thomasmaurer.ch/2011/09/microsoft-system-center-virtual-machine-manager-2012-rc-released/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 17:44:19 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Virtual Machine Manager 2012]]></category>
		<category><![CDATA[System Center Virtual Machine Mananger 2008 R2]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[RC]]></category>
		<category><![CDATA[Release Candidate]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[SCVMM 2012]]></category>
		<category><![CDATA[System Center Virutal Machine Manager]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=2524</guid>
		<description><![CDATA[Two days ago Microsoft released the Release Candidate of System Center Virtual Machine Manager 2012. First thing, you can now Upgrade from SCVMM 2008 R2 SP1 to the Release Candidate and you will be able to upgrade to the RTM &#8230; <a href="http://www.thomasmaurer.ch/2011/09/microsoft-system-center-virtual-machine-manager-2012-rc-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2011/09/microsoft-system-center-virtual-machine-manager-2012-rc-released/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2011/09/microsoft-system-center-virtual-machine-manager-2012-rc-released/" data-count="horizontal" data-text="Microsoft System Center Virtual Machine Manager 2012 RC released" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2011%2F09%2Fmicrosoft-system-center-virtual-machine-manager-2012-rc-released%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/09/scvmm2012rc.png" rel="lightbox[2524]"><img class="aligncenter size-medium wp-image-2525" title="SCVMM 2012 RC" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/09/scvmm2012rc-300x123.png" alt="SCVMM 2012 RC" width="300" height="123" /></a></p>
<p>Two days ago Microsoft released the Release Candidate of System Center Virtual Machine Manager 2012. First thing, you can now Upgrade from SCVMM 2008 R2 SP1 to the Release Candidate and you will be able to upgrade to the RTM version from SCVMM 2012 RC or SCVMM 2008 R2 SP1.</p>
<p>Download: <a title="SCVMM 2012 RC" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d6ebce6e-2858-4bc0-92b4-cbf9be07bba5" target="_blank">EXE<br />
</a>Download: <a title="SCVMM 2012 RC" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=76002803-4fe8-4573-a76d-6b2b11adfe58" target="_blank">VHD</a></p>
<p>The Release Candidate brings a lot of changes and new features.</p>
<h1>Feature Summary:</h1>
<ul>
<li><strong>Fabric Management</strong>
<ul>
<li>Setup Upgrade
<ul>
<li>*New in RC -Upgrade- Setup will support the following upgrade paths:
<ul>
<li>VMM 2008 R2 SP1 &#8211;SC VMM 2012 RC &#8212; SC VMM 2012 RTM</li>
<li>SC VMM 2012 RC &#8212; SC VMM 2012 RTM</li>
</ul>
</li>
</ul>
</li>
<li>Hyper-V and Cluster Lifecycle Management – Deploy Hyper-V to bare metal<br />
server, create Hyper-V clusters, orchestrate patching of a Hyper-V Cluster</p>
<ul>
<li>*New in RC:
<ul>
<li>ISO or CD-based OSD for environments with DHCP without WDS</li>
<li>OSD will now convert dynamic to fixed type of VHD destination</li>
<li>All network adapters on host can be configured during<br />
provisioning</li>
</ul>
</li>
<li>*New in RC:
<ul>
<li>Ability to bypass cluster validation during cluster creation</li>
<li>Run cluster validation reports on-demand</li>
<li>New Cluster status tab to view an aggregated status and a cluster validation<br />
report</li>
<li>Ability to see current CSV owner in the properties of the<br />
cluster</li>
</ul>
</li>
</ul>
</li>
<li>Third Party Virtualization Platforms &#8211; Add and Manage Citrix XenServer and<br />
VMware ESX Hosts and Clusters</li>
<li>Network Management – Manage IP Address Pools, MAC Address Pools and Load<br />
Balancers</p>
<ul>
<li>*New in RC:
<ul>
<li>Simplification of the logical networks in the Fabric workspace</li>
<li>Ability to see IP addresses that are in use from a IP pool</li>
<li>Added support for Microsoft Network Load Balancer</li>
<li>Gateway and DNS are no longer mandatory fields for logical networks</li>
<li>Load balancer can now support affinity to logical<br />
networks</li>
</ul>
</li>
</ul>
</li>
<li>Storage Management – Classify Storage, Manage Storage Pools and LUNs
<ul>
<li>*New in RC
<ul>
<li>Create persistent sessions to iSCSI array and logon initiator to array</li>
<li>Better scalability of storage operations &#8211; LUN create, snapshot, clone,<br />
masking, and unmasking</li>
<li>Option to create storage groups per cluster (BETA only supported creation of<br />
storage group per node in a cluster)</li>
<li>Enablement of MPIO feature when provisioning a new Hyper-V server</li>
<li>Automatic MPIO device claim</li>
<li>Support for arrays that implement OnePortPerView</li>
</ul>
</li>
</ul>
</li>
<li>Update Management- Keep your VMM Fabric Servers (VMM roles, hosts, and<br />
clusters) up-to-date with patches.</p>
<ul>
<li>*New in RC:
<ul>
<li>Share a WSUS root server between System Center Configuration Manager 2007<br />
R2/ System Center Configuration Manager 2012 Beta</li>
<li>Hyper-V Cluster Orchestration- Nodes put into VMM Maintenance Mode can be<br />
set to trigger Maintenance Mode in Operations Manager.</li>
</ul>
</li>
</ul>
</li>
<li>Resource Optimization
<ul>
<li>Dynamic Optimization – proactively balance the load of VMs across a<br />
cluster</li>
<li>Power Optimization – schedule power savings to use the right number of hosts<br />
to run your workloads – power the rest off until they are needed.</p>
<ul>
<li>*New in RC:
<ul>
<li>Set Operations Manager Mode for powered down hosts</li>
</ul>
</li>
</ul>
</li>
<li>PRO – integrate with System Center Operations Manager to respond to<br />
application-level performance monitors.</p>
<ul>
<li>*New in RC:
<ul>
<li>Support added for System Center Operations Manager 2012 Beta</li>
<li>VMM will ship two sample PRO Packs: Cluster scale out and Service scale out<br />
MPs</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><strong>Cloud Management</strong>
<ul>
<li>Abstract server, network and storage resources into private clouds</li>
<li>Delegate access to private clouds with control of capacity, capabilities and<br />
user quotas</li>
<li>Enable self-service usage for application administrator to author, deploy,<br />
manage and decommission applications in the private cloud</li>
</ul>
</li>
<li><strong>Service Lifecycle Management</strong></li>
<ul>
<li>Define service templates to create sets of connected virtual machines, OS<br />
images and application packages</p>
<ul>
<li>*New in RC:
<ul>
<li>Service Designer and Specialization UI enhancements</li>
<li>Added ability to use Service Template Patterns</li>
</ul>
</li>
</ul>
</li>
<li>Compose operating system images and applications during service deployment
<ul>
<li>*New in RC:
<ul>
<li>IP-based provisioning</li>
<li>New application instance view</li>
</ul>
</li>
</ul>
</li>
<li>Scale out the number of virtual machines in a service</li>
<li>Service performance and health monitoring integrated with System Center<br />
Operations Manager</li>
<li>Decouple OS image and application updates through image-based servicing
<ul>
<li>*New in RC:
<ul>
<li>Streamlined ability to enable OS VHD updates to a Service Template</li>
<li>Publish updated Service Templates in order to update Service<br />
Instances</li>
</ul>
</li>
</ul>
</li>
<li>Leverage powerful application virtualization technologies such as Server<br />
App-V</li>
</ul>
</ul>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-2524"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/09/microsoft-system-center-virtual-machine-manager-2012-rc-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t get stuck in the IT past</title>
		<link>http://www.thomasmaurer.ch/2011/08/dont-get-stuck-in-the-it-past/</link>
		<comments>http://www.thomasmaurer.ch/2011/08/dont-get-stuck-in-the-it-past/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 14:07:52 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Ads]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Virtual Machine Manager 2012]]></category>
		<category><![CDATA[System Center Virtual Machine Mananger 2008 R2]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Private Cloud]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[VMlimited]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=2492</guid>
		<description><![CDATA[Watch what happens when you try to buy a cloud solution from the wrong company. Microsoft pokes fun at VMware with “VMlimited man&#8220;.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2011/08/dont-get-stuck-in-the-it-past/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2011/08/dont-get-stuck-in-the-it-past/" data-count="horizontal" data-text="Don't get stuck in the IT past" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2011%2F08%2Fdont-get-stuck-in-the-it-past%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Watch what happens when you try to buy a cloud solution from the wrong company.</p>
<p><iframe width="640" height="390" src="http://www.youtube.com/embed/hewedqvSWaI" frameborder="0" allowfullscreen></iframe></p>
<p>Microsoft pokes fun at VMware with “<a title="VMLimited man" href="http://vmlimited.ctp.trafficmgr.com/" target="_blank">VMlimited man</a>&#8220;.</p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-2492"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/08/dont-get-stuck-in-the-it-past/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable SSH on ESXi 5 via vSphere Client</title>
		<link>http://www.thomasmaurer.ch/2011/08/enable-ssh-on-esxi-5-via-vsphere-client/</link>
		<comments>http://www.thomasmaurer.ch/2011/08/enable-ssh-on-esxi-5-via-vsphere-client/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 10:53:20 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Enable SSH]]></category>
		<category><![CDATA[Enable SSH on ESXi]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[ESXi 5]]></category>
		<category><![CDATA[ESXi 5.0]]></category>
		<category><![CDATA[ESXi host]]></category>
		<category><![CDATA[Host]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[VMware vSphere]]></category>
		<category><![CDATA[vSphere Client]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=2479</guid>
		<description><![CDATA[In the first post I wrote how you can enable SSH on the ESXi 5.0 host. In this post I show you how you can enable or activate SSH on the ESXi 5.0 hosts via the vSphere Client. First start &#8230; <a href="http://www.thomasmaurer.ch/2011/08/enable-ssh-on-esxi-5-via-vsphere-client/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2011/08/enable-ssh-on-esxi-5-via-vsphere-client/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2011/08/enable-ssh-on-esxi-5-via-vsphere-client/" data-count="horizontal" data-text="Enable SSH on ESXi 5 via vSphere Client" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2011%2F08%2Fenable-ssh-on-esxi-5-via-vsphere-client%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>In the first post I wrote how you can <a title="Activate SSH on VMware ESXi 5.0" href="http://www.thomasmaurer.ch/2011/08/activate-ssh-on-vmware-esxi-5-0/" target="_blank">enable SSH on the ESXi 5.0 host</a>. In this post I show you how you can enable or activate SSH on the ESXi 5.0 hosts via the vSphere Client.</p>
<ol>
<li>First start the vSphere Client</li>
<li>Select the ESXi host in the configurations tab</li>
<li>Select Security Profile<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-27-at-12.47.12.png" rel="lightbox[2479]"><img class="aligncenter size-medium wp-image-2480" title="Enable SSH on ESXi 5.0 vis vSphere Client" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-27-at-12.47.12-300x245.png" alt="Enable SSH on ESXi 5.0 vis vSphere Client" width="300" height="245" /></a></li>
<li>Click on Properties in the upper right corner and you will get the a popup with all the services on this ESXi 5.0 hosts. Select the SSH service and press the Options button.<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-27-at-12.47.42.png" rel="lightbox[2479]"><img class="aligncenter size-medium wp-image-2481" title="Enable SSH on ESXi 5.0 vis vSphere Client" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-27-at-12.47.42-286x300.png" alt="Enable SSH on ESXi 5.0 vis vSphere Client" width="286" height="300" /></a></li>
<li>Now you can start the services and set the startup options<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-27-at-12.47.59.png" rel="lightbox[2479]"><img class="aligncenter size-medium wp-image-2482" title="Enable SSH on ESXi 5.0 vis vSphere Client" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-27-at-12.47.59-300x199.png" alt="Enable SSH on ESXi 5.0 vis vSphere Client" width="300" height="199" /></a></li>
<li>press okay and you are done..</li>
</ol>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-2479"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/08/enable-ssh-on-esxi-5-via-vsphere-client/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Activate SSH on VMware ESXi 5.0</title>
		<link>http://www.thomasmaurer.ch/2011/08/activate-ssh-on-vmware-esxi-5-0/</link>
		<comments>http://www.thomasmaurer.ch/2011/08/activate-ssh-on-vmware-esxi-5-0/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 21:08:29 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Activate ssh]]></category>
		<category><![CDATA[Activate SSH on VMware ESXi 5.0]]></category>
		<category><![CDATA[Enable SSH]]></category>
		<category><![CDATA[Enable SSH on ESXi]]></category>
		<category><![CDATA[Enable SSH on VMware ESXi 5.0]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Host]]></category>
		<category><![CDATA[Hypervisor]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[VMware ESXi]]></category>
		<category><![CDATA[VMware vSphere Hypervisor]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[vSphere 5.0]]></category>
		<category><![CDATA[vSphere Hypervisor]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=2472</guid>
		<description><![CDATA[As in VMware ESXi 4.1 you can enable or activate SSH on VMware ESXi 5.0 very simple. VMware ESXi 5.0 is also known as VMware vSphere Hypervisor. On the start screen press F2 for &#8220;Customize System&#8221; Login with the local password &#8230; <a href="http://www.thomasmaurer.ch/2011/08/activate-ssh-on-vmware-esxi-5-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2011/08/activate-ssh-on-vmware-esxi-5-0/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2011/08/activate-ssh-on-vmware-esxi-5-0/" data-count="horizontal" data-text="Activate SSH on VMware ESXi 5.0" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2011%2F08%2Factivate-ssh-on-vmware-esxi-5-0%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>As in <a title="Activated SSH on ESXi 4.1" href="http://www.thomasmaurer.ch/2010/07/activated-ssh-on-esxi-4-1/" target="_blank">VMware ESXi 4.1</a> you can enable or activate SSH on VMware ESXi 5.0 very simple. VMware ESXi 5.0 is also known as VMware vSphere Hypervisor.</p>
<ol>
<li>On the start screen press F2 for &#8220;Customize System&#8221;<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-25-at-22.55.16.png" rel="lightbox[2472]"><img class="aligncenter size-medium wp-image-2473" title="VMware ESXi 5.0 enable SSH" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-25-at-22.55.16-300x224.png" alt="VMware ESXi 5.0 enable SSH" width="300" height="224" /></a></li>
<li>Login with the local password<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-25-at-22.55.48.png" rel="lightbox[2472]"><img class="aligncenter size-medium wp-image-2474" title="VMware ESXi 5.0 enable SSH" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-25-at-22.55.48-300x223.png" alt="VMware ESXi 5.0 enable SSH" width="300" height="223" /></a></li>
<li>Select and enter Troubleshooting Options<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-25-at-22.56.32.png" rel="lightbox[2472]"><img class="aligncenter size-medium wp-image-2475" title="VMware ESXi 5.0 enable SSH" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-25-at-22.56.32-300x219.png" alt="VMware ESXi 5.0 enable SSH" width="300" height="219" /></a></li>
<li>Click on Enable SSH to activate SSH on your VMware ESXi 5.0 host<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-25-at-22.57.03.png" rel="lightbox[2472]"><img class="aligncenter size-medium wp-image-2476" title="VMware ESXi 5.0 enable SSH" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-25-at-22.57.03-300x219.png" alt="VMware ESXi 5.0 enable SSH" width="300" height="219" /></a></li>
<li>After you have pressed the ENTER key you will now see that SSH is enabled<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-25-at-22.57.27.png" rel="lightbox[2472]"><img class="aligncenter size-medium wp-image-2477" title="VMware ESXi 5.0 activate SSH" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/08/Screen-Shot-2011-08-25-at-22.57.27-300x224.png" alt="VMware ESXi 5.0 activate SSH" width="300" height="224" /></a></li>
</ol>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-2472"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/08/activate-ssh-on-vmware-esxi-5-0/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Boot from VHD</title>
		<link>http://www.thomasmaurer.ch/2011/06/boot-from-vhd/</link>
		<comments>http://www.thomasmaurer.ch/2011/06/boot-from-vhd/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 15:25:10 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[bdcedit]]></category>
		<category><![CDATA[Boot]]></category>
		<category><![CDATA[diskpart]]></category>
		<category><![CDATA[vdisk]]></category>
		<category><![CDATA[VHD]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[Virtual PC]]></category>
		<category><![CDATA[VMware Workstation]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=2224</guid>
		<description><![CDATA[If you need to run multiple instances of Windows on your computer, you have different options. First you could use software like Microsoft Virtual PC or VMware Workstation to run a virtual instance. But if you need more performance, or &#8230; <a href="http://www.thomasmaurer.ch/2011/06/boot-from-vhd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2011/06/boot-from-vhd/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2011/06/boot-from-vhd/" data-count="horizontal" data-text="Boot from VHD" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2011%2F06%2Fboot-from-vhd%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>If you need to run multiple instances of Windows on your computer, you have different options. First you could use software like <a href="http://www.microsoft.com/windows/virtual-pc/default.aspx" target="_blank">Microsoft Virtual PC</a> or <a href="http://www.vmware.com/products/workstation/" target="_blank">VMware Workstation</a> to run a virtual instance. But if you need more performance, or you have to run for example Microsoft Hyper-V you need a native installed Operating System. Until Microsoft added the feature “boot from VHD”, you had to create different partitions for each installation. Since Microsoft allowed you to use VHD to boot you won a lot of flexibility.</p>
<p>This guide should show you how you can install a new operation system in a VHD, which you can boot from.</p>
<ol>
<li>First boot from a Windows Setup DVD or USB Stick</li>
<li>On the screen where you could click “Install now” you have also a “Repair your computer” option in the bottom left corner. Click on this option or use the short cut “Shift + F10” to boot in to the command line mode.</li>
<li>Enter diskpart<br />
<a rel="lightbox" href="http://www.thomasmaurer.ch/wp-content/uploads/2011/06/Capture1.png"><img style="background-image: none; margin: 3px 8px 8px 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="Capture1" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/06/Capture1_thumb.png" border="0" alt="Capture1" width="244" height="125" /></a></li>
<li>Create a new VHD file<br />
create vdisk file=”filepathandfilename” type=”expandable” maximum=maxsiize<br />
<a rel="lightbox" href="http://www.thomasmaurer.ch/wp-content/uploads/2011/06/Capture2.png"><img style="background-image: none; margin: 3px 8px 8px 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="Capture2" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/06/Capture2_thumb.png" border="0" alt="Capture2" width="244" height="125" /></a></li>
<li>Now you have to attach this VHD<br />
select vidsk file=”filepathandfilename”<br />
attach vdisk<br />
<a rel="lightbox" href="http://www.thomasmaurer.ch/wp-content/uploads/2011/06/Capture3.png"><img style="background-image: none; margin: 3px 8px 8px 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Capture3" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/06/Capture3_thumb.png" border="0" alt="Capture3" width="244" height="125" /></a></li>
<li>Now you can switch back to the “Install now” screenby pressing “ALT+TAB” and now do the setup on the new create vdisk.</li>
<li>If you start Windows the next time you will see the new and the old Windows in the boot menu.</li>
</ol>
<p>If you want to add a already existing VHD to the boot menu you can use bdcedit to edit the boot menu.</p>
<pre>bcdedit /copy {originalguid} /d "New Windows 7 Installation"
bcdedit /set {newguid} device vhd=[D:]\Image.vhd
bcdedit /set {newguid} osdevice vhd=[D:]\Image.vhd
bcdedit /set {newguid} detecthal on</pre>
<p>You can get more information <a href="http://blogs.msdn.com/b/knom/archive/2009/04/07/windows-7-vhd-boot-setup-guideline.aspx" target="_blank">here</a>.</p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-2224"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/06/boot-from-vhd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How Microsoft Hyper-V and the Cisco UCS changed our lives</title>
		<link>http://www.thomasmaurer.ch/2011/05/how-microsoft-hyper-v-and-the-cisco-ucs-changed-our-lives/</link>
		<comments>http://www.thomasmaurer.ch/2011/05/how-microsoft-hyper-v-and-the-cisco-ucs-changed-our-lives/#comments</comments>
		<pubDate>Wed, 25 May 2011 19:23:15 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[UCS]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Blade]]></category>
		<category><![CDATA[Cisco UCS]]></category>
		<category><![CDATA[Cisco UCS Bladecenter]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[cooling]]></category>
		<category><![CDATA[Datacenter]]></category>
		<category><![CDATA[energie]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Hyper-V Cluster]]></category>
		<category><![CDATA[Hyper-v r2]]></category>
		<category><![CDATA[Microsoft Hyper-v]]></category>
		<category><![CDATA[Microsoft Hyper-V R2]]></category>
		<category><![CDATA[P2V]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[rack]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[SCVMM 2008 R2]]></category>
		<category><![CDATA[SCVMM 2012]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[System Center Virtual Machine Manager]]></category>
		<category><![CDATA[System Center Virtual Machine Manager 2008 R2]]></category>
		<category><![CDATA[System Center Virtual Machine Manager 2012]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Unix Server]]></category>
		<category><![CDATA[V2V]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Virtual machines]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=1834</guid>
		<description><![CDATA[At the end of last year we had our Cisco UCS ordered and in your datacenter. In January we started the testing and made the Clusters ready for the production environment. In February we started the migration of our existing &#8230; <a href="http://www.thomasmaurer.ch/2011/05/how-microsoft-hyper-v-and-the-cisco-ucs-changed-our-lives/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2011/05/how-microsoft-hyper-v-and-the-cisco-ucs-changed-our-lives/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2011/05/how-microsoft-hyper-v-and-the-cisco-ucs-changed-our-lives/" data-count="horizontal" data-text="How Microsoft Hyper-V and the Cisco UCS changed our lives" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2011%2F05%2Fhow-microsoft-hyper-v-and-the-cisco-ucs-changed-our-lives%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/02/IMG_1345.jpg" rel="lightbox[1834]"><img class="aligncenter size-medium wp-image-1544" title="Cisco UCS Hardware" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/02/IMG_1345-300x224.jpg" alt="Cisco UCS Hardware" width="300" height="224" /></a></p>
<p>At the end of last year we had our <a title="Cisco UCS" href="http://www.cisco.com/en/US/netsol/ns944/index.html" target="_blank">Cisco UCS </a>ordered and in your datacenter. In January we started the testing and made the Clusters ready for the production environment. In February we started the migration of our existing environment, mostly P2V and also some V2V migrations.</p>
<p>Here some interessting facts about our Cisco UCS and <a title="Hyper-V" href="http://www.microsoft.com/hyper-v-server/en/us/default.aspx" target="_blank">Hyper-V</a> project.</p>
<ul>
<li>We use 12 Cisco UCS Blades this is like 10 HE of rackspace</li>
<li>We migrated 45 Windows Servers and 47 Unix Servers in just one week</li>
<li>We replace 2 racks of server with a half rack of two Cisco UCS Bladecenters</li>
<li>We think we can replace 2-3 racks more with our two Bladecenters.</li>
<li>At the end of this year we think we could replace 4-5 racks with 1/2 rack</li>
<li>We still have a lot of physical and virtual server which will be needed to be migrated to the Bladecenter.</li>
<li>We will get even more out of our Blade Servers by activting Hyper-V Dynamic Memory as a new feature of Hyper-V R2 ServicePack 1</li>
</ul>
<p>This migration had a lot of positive influence on other things in the datacenter.</p>
<p><img class="aligncenter size-full wp-image-1852" title="Datacenter Power" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/power.png" alt="Datacenter Power" width="344" height="289" /></p>
<ul>
<li>we need now 4% less energie overall</li>
<li>we need now 6% less cooling overall</li>
<li>we need less space (1 and 1/2 racks at the moment)</li>
<li>now our system administrator travel 50% less to the datacenter, because of hardware defects or other administrative tasks.</li>
<li>We can deploy new servers in minutes instead of hours</li>
</ul>
<p>I think all of this numbers (except the time we need to deploy new servers )will increase after the next migrations.</p>
<p>Now I started to write a series of blog posts about installing Microsoft Hyper-V R2 on the Cisco UCS system:</p>
<ul>
<li><a title="Cisco UCS Hyper-V Cluster – Part1" href="http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-part1/" target="_blank">Cisco UCS Hyper-V Cluster – Part1</a></li>
<li><a title="Cisco UCS Hyper-V Cluster – Create Hyper-V Image for Blade Servers – Part 2" href="http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-create-hyper-v-image-for-blade-servers-part-2/" target="_blank">Cisco UCS Hyper-V Cluster – Create Hyper-V Image for Blade Servers – Part 2</a></li>
<li><a title="Cisco UCS Hyper-V Cluster – Install Blade Servers – Part 3" href="http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-install-blade-servers-part-3/" target="_blank">Cisco UCS Hyper-V Cluster – Install Blade Servers – Part 3</a></li>
<li><a title="Cisco UCS Hyper-V Cluster – Configure Blade Servers – Part 4" href="http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-%e2%80%93-configure-blade-servers-%e2%80%93-part-4/" target="_blank">Cisco UCS Hyper-V Cluster – Configure Blade Servers – Part 4</a></li>
<li><a title="Cisco UCS Hyper-V Cluster – Configure Hyper-V Networks – Part 5" href="http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-%e2%80%93-configure-hyper-v-networks-%e2%80%93-part-5/" target="_blank">Cisco UCS Hyper-V Cluster – Configure Hyper-V Networks – Part 5</a></li>
<li><a title="Cisco UCS Hyper-V Cluster – Create Hyper-V Cluster – Part 6" href="http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-%e2%80%93-create-hyper-v-cluster-%e2%80%93-part-6/" target="_blank">Cisco UCS Hyper-V Cluster – Create Hyper-V Cluster – Part 6</a></li>
<li><a title="Cisco UCS Hyper-V Cluster – Add Nodes to Hyper-V Cluster – Part 7" href="http://www.thomasmaurer.ch/2011/03/cisco-ucs-hyper-v-cluster-%e2%80%93-add-nodes-to-hyper-v-cluster-%e2%80%93-part-7/" target="_blank">Cisco UCS Hyper-V Cluster – Add Nodes to Hyper-V Cluster – Part 7</a></li>
<li><a title="Cisco UCS Hyper-V Cluster – Add Hyper-V Cluster to SCVMM – Part 8" href="http://www.thomasmaurer.ch/2011/03/cisco-ucs-hyper-v-cluster-%e2%80%93-add-hyper-v-cluster-to-scvmm-%e2%80%93-part-8/" target="_blank">Cisco UCS Hyper-V Cluster – Add Hyper-V Cluster to SCVMM – Part 8</a></li>
<li><a title="Cisco UCS Hyper-V Cluster – Important Updates for the Hyper-V Cluster – Part 9" href="http://www.thomasmaurer.ch/2011/05/cisco-ucs-hyper-v-cluster-%e2%80%93-important-updates-for-the-hyper-v-cluster-%e2%80%93-part-9/">Cisco UCS Hyper-V Cluster – Important Updates for the Hyper-V Cluster – Part 9</a></li>
</ul>
<p>Microsoft Hyper-V and the Cisco UCS Bladecenter are a powerful team. The UCS Virtual Hardware takes alot of complexety from the hypervisor in your case Hyper-V. You don&#8217;t need NIC teaming and stuff like that. Thats is making it very easy to deploy Hyper-V Clusters. And with the <a title="System Center Virtual Machine Manager" href="http://www.microsoft.com/systemcenter/en/us/virtual-machine-manager.aspx" target="_blank">Microsoft System Center Virtual Machine Manager</a> you can save a lot of time in managing your clusters, hosts, virtual machine and also in P2V and V2V migrations. Since Microsoft SCVMM supports <a title="Windows Powershell" href="http://www.thomasmaurer.ch/tag/powershell/" target="_blank">Windows Powershell</a> you can also do a lot of scripting automation. And with the release of the new Version of SCVMM (<a title="Profiles in System Center Virtual Machine Manager 2012" href="http://www.thomasmaurer.ch/2011/04/profiles-in-system-center-virtual-machine-manager-2012/" target="_blank">System Center Virtual Machine Manager 2012</a>) this will even get better for deploying new virtual machines, services and even public and private clouds.</p>
<p><img class="aligncenter size-full wp-image-1867" title="Hyper-V R2 SP1" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/3056.hyper-v2-large-msg_thumb_0D8890EC.jpg" alt="Hyper-V R2 SP1" width="554" height="311" /></p>
<p>We started with Microsoft Hyper-V R2 Servers before the release of Service Pack 1. We think we can even get a lot more out of your systems with the new Dynamic Memory feature for Hyper-V which comes in Service Pack 1.</p>
<p>At the end we think choosing the Cisco UCS, Microsoft Hyper-V and Microsoft System Center Virtual Machine Manager for our datacenter was the best choice we have made, in terms of costs and technology.</p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-1834"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/05/how-microsoft-hyper-v-and-the-cisco-ucs-changed-our-lives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco UCS Hyper-V Cluster – Configure Hyper-V Networks – Part 5</title>
		<link>http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-%e2%80%93-configure-hyper-v-networks-%e2%80%93-part-5/</link>
		<comments>http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-%e2%80%93-configure-hyper-v-networks-%e2%80%93-part-5/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 13:29:21 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[UCS]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Blade Center]]></category>
		<category><![CDATA[Blade Server]]></category>
		<category><![CDATA[Bladecenter]]></category>
		<category><![CDATA[Cisco Blade Center]]></category>
		<category><![CDATA[Cisco UCS]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Hyper-V Cluster]]></category>
		<category><![CDATA[Hyper-V Network Configuration]]></category>
		<category><![CDATA[Microsoft Hyper-v]]></category>
		<category><![CDATA[Microsoft Hyper-V 2008 R2]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Network Configuration]]></category>
		<category><![CDATA[Networkadapters]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[UCS Blade Server]]></category>
		<category><![CDATA[Virtual Network]]></category>
		<category><![CDATA[Virtual Network Adapters]]></category>
		<category><![CDATA[Virtual Network Manager]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=1536</guid>
		<description><![CDATA[This How-To shows you how you configure the (Virtual) Network Adapters of the Hyper-V Servers. This is not really heavy, but to complete the UCS Hyper-V Guide I post this. If you use Microsoft System Center Virtual Machine Manager 2008 &#8230; <a href="http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-%e2%80%93-configure-hyper-v-networks-%e2%80%93-part-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-%e2%80%93-configure-hyper-v-networks-%e2%80%93-part-5/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-%e2%80%93-configure-hyper-v-networks-%e2%80%93-part-5/" data-count="horizontal" data-text="Cisco UCS Hyper-V Cluster – Configure Hyper-V Networks – Part 5" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2011%2F02%2Fcisco-ucs-hyper-v-cluster-%25e2%2580%2593-configure-hyper-v-networks-%25e2%2580%2593-part-5%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>This How-To shows you how you configure the (Virtual) Network Adapters of the Hyper-V Servers. This is not really heavy, but to complete the UCS Hyper-V Guide I post this. If you use <a href="http://www.microsoft.com/systemcenter/en/us/virtual-machine-manager.aspx" target="_blank">Microsoft System Center Virtual Machine Manager 2008 R2</a> you will find later a post about doing this in SCVMM 2008 R2.</p>
<ol>
<li>Connect to the Hyper-V Server with the Hyper-V Manager Console<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/02/Screen-shot-2011-02-01-at-13.13.13.png" rel="lightbox[1536]"><img class="aligncenter size-medium wp-image-1586" title="Hyper-V Manager" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/02/Screen-shot-2011-02-01-at-13.13.13-300x225.png" alt="Hyper-V Manager" width="300" height="225" /></a></li>
<li>Now you can configure the Networks under Virtual Network Manager on each Hyper-V Host.<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/02/Screen-shot-2011-02-01-at-13.15.34.png" rel="lightbox[1536]"><img class="aligncenter size-medium wp-image-1587" title="Hyper-V Virtual Network Manager" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/02/Screen-shot-2011-02-01-at-13.15.34-300x281.png" alt="Hyper-V Virtual Network Manager" width="300" height="281" /></a>What we did is, we added 7 (Virtual) Network adapters to the UCS Bladenodes in the UCS Manager. We added the same on Configuration on the Blades which are using VMware ESXi and on the Blades with Microsoft Hyper-V and thats why we have a Network called vMotion on the Hyper-V Servers. We use the vMotion network adpater for the private Failover Cluster Heartbeat.</li>
</ol>
<p>Basically we have the following Networks:</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/02/Screen-shot-2011-02-22-at-11.18.51.png" rel="lightbox[1536]"><img class="aligncenter size-medium wp-image-1590" title="UCS Blade Server Networks" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/02/Screen-shot-2011-02-22-at-11.18.51-300x133.png" alt="UCS Blade Server Networks" width="300" height="133" /></a></p>
<ul>
<li>1. Network adapter is the Hyper-V Management Network dedicated to the Hyper-V Node</li>
<li>2. Network adpater for Hyper-V Cluster Live Migration</li>
<li>3. Network adapter for private Failover Cluster Heartbeat</li>
<li>4. Network adapter External Network, is used for our main external Network</li>
<li>5. Network adapter Internal Network, is used for our internal Management Network for Servers</li>
<li>6. and 7. Network adapters are used for VLAN Trunks</li>
</ul>
<p>To get the best performance we don&#8217;t share any Network Adapter with the Hyper-V Host and a Virtual Network.</p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-1536"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-%e2%80%93-configure-hyper-v-networks-%e2%80%93-part-5/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cisco UCS Hyper-V Cluster &#8211; Part1</title>
		<link>http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-part1/</link>
		<comments>http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-part1/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 13:58:04 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[UCS]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Blade Center]]></category>
		<category><![CDATA[Blade Server]]></category>
		<category><![CDATA[Cisco Blade Center]]></category>
		<category><![CDATA[Cisco UCS]]></category>
		<category><![CDATA[Cisco Unified Computing System]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Datacenter]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Hpyer-V]]></category>
		<category><![CDATA[Hyper-V Cluster]]></category>
		<category><![CDATA[Microsoft Hyper-v]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[UCS Manager]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=1522</guid>
		<description><![CDATA[This is my first post on a Microsoft Hyper-V Cluster with a Cisco UCS. In the next parts I will write about how to setup a Hyper-V Cluster on a UCS. After testing and evaluation Bladecenters for our Datacenter, we &#8230; <a href="http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-part1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-part1/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-part1/" data-count="horizontal" data-text="Cisco UCS Hyper-V Cluster - Part1" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2011%2F02%2Fcisco-ucs-hyper-v-cluster-part1%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/01/cisco_ucs.jpg" rel="lightbox[1522]"><img class="aligncenter size-medium wp-image-1523" title="CISCO UCS" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/01/cisco_ucs-300x240.jpg" alt="CISCO UCS" width="300" height="240" /></a>This is my first post on a <a title="Microsoft Hyper-V" href="http://www.microsoft.com/hyper-v-server/en/us/default.aspx" target="_blank">Microsoft Hyper-V</a> Cluster with a <a title="Cisco UCS" href="http://www.cisco.com/en/US/netsol/ns944/index.html" target="_blank">Cisco UCS</a>. In the next parts I will write about how to setup a Hyper-V Cluster on a UCS.</p>
<p>After testing and evaluation Bladecenters for our Datacenter, we decided that the Cisco UCS is the best solution for us. There are a lot of reasons why the UCS (Cisco Unified Computing System) is one of the best systems for a datacenter. Some of them are:</p>
<ul>
<li>Easy cabling</li>
<li>Single Management Console for Switches, Chassies and Blades (UCS Manager)</li>
<li>Hardware Virtualization</li>
<li>Made for Datacenters</li>
</ul>
<p>About the <a title="Cisco UCS Wikipedia" href="http://en.wikipedia.org/wiki/Cisco_Unified_Computing_System" target="_blank">Cisco UCS (Wikipedia)</a>:</p>
<p style="padding-left: 30px;">The Cisco Unified Computing System (UCS) is a data center computing solution composed of computing hardware, virtualization software, switching fabric, and management software. The idea behind the system is to reduce total cost of ownership and improve scalability by integrating the different components into a cohesive platform that can be managed as a single unit. Just-In-Time deployment of resources and 1:N redundancy are also possible with a system of this type.</p>
<p>But lets start with our project. First of all what have we got in our starting configuration.</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/02/IMG_1345.jpg" rel="lightbox[1522]"><img class="aligncenter size-medium wp-image-1544" title="Cisco UCS Hardware" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/02/IMG_1345-300x224.jpg" alt="Cisco UCS Hardware" width="300" height="224" /></a></p>
<ul>
<li>Two chassies with 6 Blade Servers each</li>
<li>12 Blade Servers (2x Intel Xeon 6-cores and 72GB RAM)</li>
<li>6 Nodes for VMware and 6 Nodes for Hyper-V</li>
<li>EMC Storage</li>
</ul>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2011/01/Screen-shot-2011-01-31-at-09.20.14.png" rel="lightbox[1522]"><img class="aligncenter size-medium wp-image-1524" title="Cisco UCS Hyper-V Taskmanager" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/01/Screen-shot-2011-01-31-at-09.20.14-300x188.png" alt="Cisco UCS Hyper-V Taskmanager" width="300" height="188" /></a>In the next part I will write about how to Setup the Blade Servers with Microsoft Hyper-V Server (Core).</p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-1522"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2011/02/cisco-ucs-hyper-v-cluster-part1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

