<?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>vReality &#187; Virtualization</title>
	<atom:link href="http://v-reality.info/category/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://v-reality.info</link>
	<description>Cloud is the new Virtual Reality</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:37:10 +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>Configuring multi-NIC vMotion on vSphere 5</title>
		<link>http://v-reality.info/2012/02/configuring-multi-nic-vmotion-on-vsphere-5/</link>
		<comments>http://v-reality.info/2012/02/configuring-multi-nic-vmotion-on-vsphere-5/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 09:26:24 +0000</pubDate>
		<dc:creator>Tomi Hakala</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vmotion]]></category>

		<guid isPermaLink="false">http://v-reality.info/?p=2187</guid>
		<description><![CDATA[<p>vSphere 5 introduced support for utilizing multiple network interfaces per single host for vMotion transfer. This is very useful feature for systems which are limited to 1 Gigabit network as migrating multiple VMs off a host can take very long time with 1 Gigabit vMotion network. Multiple NIC vMotion also allow larger workloads to [...]]]></description>
			<content:encoded><![CDATA[<p>vSphere 5 introduced support for utilizing multiple network interfaces per single host for vMotion transfer. This is very useful feature for systems which are limited to 1 Gigabit network as migrating multiple VMs off a host can take very long time with 1 Gigabit vMotion network. Multiple NIC vMotion also allow larger workloads to be migrated successfully when they could fail without in case of insufficient vMotion bandwidth.</p>
<p>Taking advantage of multiple NIC vMotion requires having multiple vMotion vmkernel interfaces on each host. You need to assign unique IP address for each of those vmkernel interface and you should bind each vmkernel interface to a different uplink NIC.</p>
<h2>Configuring standard vSwitch for multi-NIC vMotion</h2>
<p>To enable multiple NIC vMotion with standard vSwitch you could either use single vSwitch with multiple uplinks, or you could use multiple vSwitches with single uplink.<img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 25px auto 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="vSwitch with multiple uplinks" border="0" alt="vSwitch with multiple uplinks" src="http://v-reality.info/wp-content/uploads/2012/02/vSwitch2.png" width="429" height="165" /></p>
<p align="center">a. Single vSwitch with multiple uplinks</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 50px auto 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="Multiple vSwitches with single uplink" border="0" alt="Multiple vSwitches with single uplink" src="http://v-reality.info/wp-content/uploads/2012/02/vSwitchx22.png" width="429" height="200" /></p>
<p align="center">b. Multiple vSwitches with single uplink</p>
<h2 align="left">vMotion vmkernel interface</h2>
<p align="left">Add new vmkernel interface and enable vMotion on it. vSphere 5 can load balance vMotion transfer over up 16 interfaces with 1 Gigabit NICs or up to 4 interfaces with 10 Gigabit NICs.</p>
<p align="left"><a href="http://v-reality.info/wp-content/uploads/2012/02/add_vmotion2.png" rel="lightbox[4]"><img style="background-image: none; border-right-width: 0px; margin: 35px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="" border="0" alt="" src="http://v-reality.info/wp-content/uploads/2012/02/add_vmotion2_thumb.png" width="578" height="424" /></a></p>
<p align="left">You can assign IP addresses from same subnet to all vMotion vmkernel interfaces, but IP address has to be unique on each interface.</p>
<p align="left"><a href="http://v-reality.info/wp-content/uploads/2012/02/add_vmotion2_ip.png" rel="lightbox[4]"><img style="background-image: none; border-right-width: 0px; margin: 35px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="" border="0" alt="" src="http://v-reality.info/wp-content/uploads/2012/02/add_vmotion2_ip_thumb.png" width="578" height="424" /></a></p>
<h2>Override switch failover order</h2>
<p>If you have multiple vmkernel interfaces on same vSwitch you need to assign dedicated uplink for each vMotion portgroup. Go to the “<em>NIC Teaming</em>” tab on portgroup settings, enable “<em>Override switch failover order</em>” and configure only single vmnic as “<em>Active Adapters</em>”, any other adapters should be set as “<em>Unused Adapters</em>”.</p>
<p>Repeat this step for each vMotion vmkernel interface, assign unique vmnic adapter for each vMotion portgroup, eg. “<em>vMotion 1</em>” portgroup has “<em>vmnic2</em>” as active adapter and “<em>vMotion 2</em>” portgroup has “<em>vmnic3</em>” as active adapter.</p>
<p><a href="http://v-reality.info/wp-content/uploads/2012/02/failover_order3.png" rel="lightbox[4]"><font color="#000000"></font><img style="background-image: none; border-right-width: 0px; margin: 35px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Set failover order" border="0" alt="Set failover order" src="http://v-reality.info/wp-content/uploads/2012/02/failover_order_thumb3.png" width="389" height="480" /></a></p>
<h2>Verifying multi-NIC vMotion functionality</h2>
<p>ESXi 5 hosts will take advantage of multiple vMotion interfaces automatically once they have been properly set. Any single vMotion will be load balanced on all vMotion interfaces you have configured. To verify that vMotion load balancing takes place check ESXi host vmkernel.log, you should see multiple connections for single vMotion session.</p>
<p>Outgoing vMotion session</p>
<blockquote><p><font size="2" face="Courier New">cpu1:10496)MigrateNet: 1155: 1328264432389309 S: <strong>Successfully bound connection to vmknic &#8217;10.0.0.4&#8242;</strong>         <br />cpu1:10496)VMotionUtil: 3118: 1328264432389309 S: Stream connection 1 added.         <br />cpu1:10496)MigrateNet: 1155: 1328264432389309 S: <strong>Successfully bound connection to vmknic &#8217;10.0.0.1&#8242;</strong>         <br />cpu1:10496)VMotionUtil: 3118: 1328264432389309 S: Stream connection 2 added.</font></p>
</blockquote>
<p>Incoming vMotion session</p>
<blockquote><p><font size="2" face="Courier New">cpu1:10321)MigrateNet: 1155: 1328264187746848 D: Successfully bound connection to vmknic &#8217;10.0.0.4&#8242;        <br />cpu0:2666)MigrateNet: vm 2666: 1979: <strong>Accepted connection from &lt;10.0.0.5&gt;</strong>         <br />cpu0:2666)MigrateNet: vm 2666: 2049: dataSocket 0x4100154e60c0 receive buffer size is 563272         <br />cpu1:2666)VMotionUtil: 3118: 1328264187746848 D: Stream connection 1 added.         <br />cpu1:2666)MigrateNet: vm 2666: 1979: <strong>Accepted connection from &lt;10.0.0.2&gt;</strong>         <br />cpu1:2666)MigrateNet: vm 2666: 2049: dataSocket 0x4100154e6760 receive buffer size is 563272         <br />cpu1:2666)VMotionUtil: 3118: 1328264187746848 D: Stream connection 2 added.</font></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://v-reality.info/2012/02/configuring-multi-nic-vmotion-on-vsphere-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use custom AD group with ESXi 5 AD integration</title>
		<link>http://v-reality.info/2012/02/how-to-use-custom-ad-group-with-esxi-5-ad-integration/</link>
		<comments>http://v-reality.info/2012/02/how-to-use-custom-ad-group-with-esxi-5-ad-integration/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 17:52:14 +0000</pubDate>
		<dc:creator>Tomi Hakala</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[permissions]]></category>

		<guid isPermaLink="false">http://v-reality.info/?p=2156</guid>
		<description><![CDATA[<p>Since vSphere 4.1 it has been possible to integrate ESXi user authentication with Active Directory. In vSphere 4.1 AD group which was use to grant root permissions on ESXi host was hard coded as “ESX Admins” so you had to change your AD group structure to match that. With vSphere 5 it is now [...]]]></description>
			<content:encoded><![CDATA[<p>Since vSphere 4.1 it has been possible to integrate ESXi user authentication with Active Directory. In vSphere 4.1 AD group which was use to grant root permissions on ESXi host was hard coded as “ESX Admins” so you had to change your AD group structure to match that. With vSphere 5 it is now possible to change which AD group members are granted root permissions on ESXi host, here is how.</p>
<p>Open Advanced Settings of your ESXi host</p>
<p><a href="http://v-reality.info/wp-content/uploads/2012/02/advanced_settings2.png" rel="lightbox[3]"><img style="background-image: none; border-right-width: 0px; margin: 35px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="advanced_settings" border="0" alt="advanced_settings" src="http://v-reality.info/wp-content/uploads/2012/02/advanced_settings_thumb2.png" width="578" height="373" /></a></p>
<p>In ESXi host Advanced Settings browse to <em>Config –&gt; HostAgent</em> and you will see &quot;<em>Config.HostAgent.plugins.hostsvc.esxAdminsGroup</em>” setting which you can change to match your preference. Change takes place within a minute or so, ESXi host reboot is not necessary.</p>
<p><a href="http://v-reality.info/wp-content/uploads/2012/02/esx_admins1.png" rel="lightbox[3]"><img style="background-image: none; border-right-width: 0px; margin: 35px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="esx_admins" border="0" alt="esx_admins" src="http://v-reality.info/wp-content/uploads/2012/02/esx_admins_thumb1.png" width="578" height="480" /></a></p>
<p>Please note that each ESXi host will store <em>esxAdminsGroup</em> setting locally once any member in that group logs successfully to a ESXi host, setting is stored in ESXi host local permissions configuration (see screenshot below). If you change <em>esxAdminGroup</em> setting you have to make sure that you check local permissions on each ESXi host and remove any references to old AD group you might have previously used.</p>
<p><a href="http://v-reality.info/wp-content/uploads/2012/02/esxi_host_permissions2.png" rel="lightbox[3]"><img style="background-image: none; border-right-width: 0px; margin: 35px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="esxi_host_permissions" border="0" alt="esxi_host_permissions" src="http://v-reality.info/wp-content/uploads/2012/02/esxi_host_permissions_thumb2.png" width="578" height="154" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://v-reality.info/2012/02/how-to-use-custom-ad-group-with-esxi-5-ad-integration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting up NetFlow on vSphere distributed switch</title>
		<link>http://v-reality.info/2012/02/setting-up-netflow-on-vsphere-distributed-switch/</link>
		<comments>http://v-reality.info/2012/02/setting-up-netflow-on-vsphere-distributed-switch/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 17:35:00 +0000</pubDate>
		<dc:creator>Tomi Hakala</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[distributed switch]]></category>
		<category><![CDATA[netflow]]></category>
		<category><![CDATA[vds]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://v-reality.info/?p=2122</guid>
		<description><![CDATA[<p>Many networking devices like routers and switches, implement a NetFlow protocol which is used to export information of passing network traffic to a specific NetFlow collector application for analysis and visualization. Back in days, VMware ESX 3.5 had experimental support for NetFlow but it was dropped for vSphere 4, with release of vSphere 5 [...]]]></description>
			<content:encoded><![CDATA[<p>Many networking devices like routers and switches, implement a NetFlow protocol which is used to export information of passing network traffic to a specific NetFlow collector application for analysis and visualization. Back in days, VMware ESX 3.5 had experimental support for NetFlow but it was dropped for vSphere 4, with release of vSphere 5 VMware introduced full production ready NetFlow support for vNetwork distributed switches.</p>
<p>NetFlow will export only information about source, destination, protocol and volume of network traffic passing the distributed switch, it will not have any visibility to actual payload.</p>
<h1>NetFlow Analyzer</h1>
<p>Ability to export NetFlow data doesn’t do much as-is, you need NetFlow analyzer application in which you import NetFlow data from vSphere distributed switch. While searching for application to do this I stumped on ManageEngine NetFlow Analyzer which is available as free download for 30 day evaluation, <a href="http://www.manageengine.com/products/netflow/download.html">http://www.manageengine.com/products/netflow/download.html</a>.</p>
<p><img style="background-image: none; margin: 30px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border-width: 0px;" title="manageengine_netflow_analyzer_download" src="http://v-reality.info/wp-content/uploads/2012/02/manageengine_netflow_analyzer_download.png" alt="manageengine_netflow_analyzer_download" width="500" height="310" border="0" /></p>
<p>ManageEngine NetFlow analyzer is available as Windows and Linux versions, I downloaded Windows version and had it running in no time as installation and configuration was very easy. Once installed I glanced though NetFlow Analyzer configuration for TCP port to which I should send NetFlow data from vDS. I found this quickly under “Admin”, “Server Settings”, “NetFlow Listener Port”.</p>
<p><img style="background-image: none; margin: 30px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border-width: 0px;" title="manageengine_netflow_analyzer_config" src="http://v-reality.info/wp-content/uploads/2012/02/manageengine_netflow_analyzer_config2.png" alt="manageengine_netflow_analyzer_config" width="346" height="180" border="0" /></p>
<p>As I knew IP address of my NetFlow Analyzer server and NetFlow listener port of application I was ready to proceed with vDS configuration.</p>
<h1>vSphere Distributed Switch Configuration</h1>
<p>NetFlow export is configured at distributed switch level, go to the networking view in vSphere Client click “edit settings” on switch you wish to export NetFlow data from. In switch Settings you can see “NetFlow” tab and on that page you will have following settings.</p>
<p><a href="http://v-reality.info/wp-content/uploads/2012/02/distributed_switch_netflow_config2.png" rel="lightbox[2]"><img style="background-image: none; margin: 30px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border-width: 0px;" title="distributed_switch_netflow_config" src="http://v-reality.info/wp-content/uploads/2012/02/distributed_switch_netflow_config_thumb2.png" alt="distributed_switch_netflow_config" width="530" height="272" border="0" /></a></p>
<p>First setting you should configure is “<em>Collector IP address</em>”, that is the IP of your NetFlow analyzer or collector application. You also need to configure correct port as every NetFlow analyzer and collector may have different default settings.</p>
<p>By default each ESXi host will export NetFlow data by using their own management address, because of this you will see multiple sources of traffic in your NetFlow analyzer. If you wish to have only single source for all your distributed switch traffic, you can configure specific source IP address for your vDS. This IP should be entered in “<em>VDS IP address</em>” field. Please note that you need to allow access from your ESXi host management IP addresses to your NetFlow analyzer/collector no matter what IP address you would type in vDS IP address.</p>
<p>By default distributed switch will send information about active network flow while 60 seconds have passed since flow was initiated, if you wish to have data about new flows quicker you could lower the value on “<em>Active flow export timeout</em>” but I do not recommend it unless you fully understand all implications it might have. I do not, so I don’t try to explain it. Data of idle network flows will be exported after 15 seconds of initial packet has passed.</p>
<p>Exporting NetFlow data from a vDS which is passing a LOT of traffic might have performance hit on ESXi host CPU, if you do not mind having lower resolution on your NetFlow data you could increase “<em>Sampling rate</em>” value. By default it is set to 0 which means that every packet is inspected and included in NetFlow export. If you set “<em>Sampling rate</em>” to 2 it means that every other network packet is inspected and included in NetFlow export, and so on. Increasing sampling rate will improve performance if you are having CPU utilization issues but it will also decrease NetFlow data resolution.</p>
<p>As last setting there is “<em>Process internal flows only</em>” check box. By default distributed switch will export data about all traffic passing internally on vDS or passing to or from physical network. If you have NetFlow enabled on your physical network devices it could be unnecessary to send information about flows which are passing on physical network layer also, as those are already seen and reported by other network devices. In this case you could check “<em>Process internal flows only</em>” setting and have distributed switch to export data only about flows which is switched directly by vDS and not passed to physical network layer, this would decrease any overhead NetFlow data exporting might have on your ESXi hosts.</p>
<h1>Inspecting NetFlow data</h1>
<p>Once you have your NetFlow analyzer and distributed switch properly set you should eventually have some data about network traffic taking place in your virtual infrastructure. Below is a screenshot of ManageEngine NetFlow Analyzer output about my vSphere lab traffic, you can see larger version of image by clicking of it.</p>
<p><a href="http://v-reality.info/wp-content/uploads/2012/02/manageengine_netflow_analyzer2.png" rel="lightbox[2]"><img style="background-image: none; margin: 30px auto 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border-width: 0px;" title="manageengine_netflow_analyzer" src="http://v-reality.info/wp-content/uploads/2012/02/manageengine_netflow_analyzer_thumb2.png" alt="manageengine_netflow_analyzer" width="534" height="480" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://v-reality.info/2012/02/setting-up-netflow-on-vsphere-distributed-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vCenter Server 5 Data Migration Tool compatibility issues</title>
		<link>http://v-reality.info/2012/01/vcenter-server-5-data-migration-tool-compatibility-issues/</link>
		<comments>http://v-reality.info/2012/01/vcenter-server-5-data-migration-tool-compatibility-issues/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 13:44:45 +0000</pubDate>
		<dc:creator>Tomi Hakala</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[datamigration.zip]]></category>
		<category><![CDATA[vcenter server]]></category>
		<category><![CDATA[vsphere 5]]></category>

		<guid isPermaLink="false">http://v-reality.info/?p=2081</guid>
		<description><![CDATA[<p>While preparing for vSphere 5: What’s New training delivery I found out that vCenter Server Data Migration Tool on vCenter Server 5 installation media is not quite compatible with vCenter Server 4.1 contrary to documentation. vCenter Server Data Migration Tools is set of scripts for exporting and importing vCenter Server configuration and it is [...]]]></description>
			<content:encoded><![CDATA[<p>While preparing for <em>vSphere 5: What’s New</em> training delivery I found out that vCenter Server Data Migration Tool on vCenter Server 5 installation media is not quite compatible with vCenter Server 4.1 contrary to documentation. vCenter Server Data Migration Tools is set of scripts for exporting and importing vCenter Server configuration and it is useful if you are migrating vCenter Server to a new operating system (32-bit to 64-bit migration for example). </p>
<p>Data Migration Tool can be used to back up vCenter Server settings such as:</p>
<li>LDAP data </li>
<li>vCenter Services port settings (HTTP, HTTPS, Web services, etc) </li>
<li>SSL certificates </li>
<li>Licenses
<p>Data Migration Tool is available on vCenter Server installation media in “datamigration” folder. <a href="http://v-reality.info/wp-content/uploads/2012/01/datamigration_folder1.png" rel="lightbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 30px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="Datamigration folder on vCenter Server install CD" border="0" alt="Datamigration folder on vCenter Server install CD" src="http://v-reality.info/wp-content/uploads/2012/01/datamigration_folder_thumb.png" width="610" height="300" /></a></p>
<p>First snag I hit was that for some weird reason Windows 2008 R2 built in unzip feature was not able to successfully extract datamigration.zip, most of the files in the archive were never extracted. I installed IZArc (which is a great freeware archive tool btw) to my test vCenter Server and it extracted all files successfully.</p>
<p>Once Data Migration Tool fully extracted I went on to do a backup of my vCenter Server configuration running <font size="2" face="Courier">backup.bat</font> in the Data Migration Tool installation folder. I was greeted with a message that my vCenter Server 4.1 Update 2 installation does not satisfy migration prerequisite… <img style="background-image: none; border-right-width: 0px; margin: 30px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Datamigration vCS 4.1 error" border="0" alt="Datamigration vCS 4.1 error" src="http://v-reality.info/wp-content/uploads/2012/01/datamigration_vcs_41_not_supported1.png" width="689" height="219" /></p>
<p>Even though I was asked to continue backup with “Y” backup eventually failed with error. I then went on to VMware KB to lookup Data Migration Tool solutions entry and found <a href="http://kb.vmware.com/kb/2005328" target="_blank">KB article 2005328</a>, in that article it clearly reads that “vCenter Server 4.x and its update releases” are supported.</p>
<p>I started up going through Data Migration Tool scripts and found out that compatibility issue is very easy to fix. There is set of Python scripts for vCenter Server, Update Manager and vCenter Orchestrator services and you need to edit backup script for each of the service to successfully back up data from vCenter 4.1.</p>
<p>First open <em>vCenter Orchestrator</em> backup script, on my installation it was located in <font size="2" face="Courier New">C:\datamigration\vco\vcobackup.py, </font>open this file in text editor, such as notepad. In the beginning of the script there is regex entry to check software version</p>
<p><font size="2" face="Courier New"># supported VMware vCenter </font>Orchestrator<font size="2" face="Courier New"> versions regex        <br />supported_vco_version_regex =&#8217;4\.0\.[0-9]+&#8217;</font></p>
<p>replace regex with following entry and save file</p>
<p><font size="2" face="Courier New"># supported VMware vCenter Orchestrator versions regex        <br />supported_vco_version_<font size="2" face="Courier New"></font>regex =&#8217;4\.[0-9]+&#8217;</font></p>
<p>Next proceed to edit <em>vCenter Server</em> backup script <font size="2" face="Courier New">C:\datamigration\vpx\vcenterbackup.py</font> and search for entry</p>
<p><font size="2" face="Courier New"># supported vSphere </font>versions <font size="2" face="Courier New">regex        <br />supported_vc_ver_regex =&#8217;2\.5\.+|4\.0\.+&#8217;</font></p>
<p>replace regex with following entry and save file</p>
<p><font size="2" face="Courier New"># supported vSphere <font size="2" face="Courier New"></font>versions regex         <br />supported_vc_ver_regex =&#8217;2\.5\.+|4\.+&#8217;</font></p>
<p><font size="2" face="Courier New"></font></p>
<p>Finally proceed to edit <em>Update Manager</em> backup script <font size="2" face="Courier New">C:\datamigration\vum\vumbackup.py</font> and search for entry</p>
<p><font size="2" face="Courier New"># supported VMware vSphere Update Manager versions regex        <br />supported_vum_ver_regex =&#8217;1\.0\.+|4\.0\.+&#8217;</font></p>
<p>replace regex with following entry and save file</p>
<p><font size="2" face="Courier New"># supported VMware vSphere Update Manager versions regex        <br />supported_vum_ver_regex =&#8217;1\.0\.+|4\.+&#8217;</font></p>
<p>Now running the <font size="2" face="Courier New">backup.bat</font> against vCenter Server 4.1 will succeed</p>
<p><a href="http://v-reality.info/wp-content/uploads/2012/01/datamigration_vcs_41_success3.png" rel="lightbox[2081]"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 30px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="Datamigration backup of vCS 41 success" border="0" alt="Datamigration backup of vCS 41 success" src="http://v-reality.info/wp-content/uploads/2012/01/datamigration_vcs_41_success_thumb2.png" width="730" height="450" /></a></p>
<p>Data Migration Tool saves configuration in <font size="2" face="Courier New">data</font> folder of your Data Migration Tool installation folder, you can then copy that folder to a Data Migration Tool installation folder on a new server and run <font size="2" face="Courier New">install.bat</font> to restore configuration to a new vCenter Server instance.</p>
<p>See <a href="http://kb.vmware.com/kb/2005328" target="_blank">VMware KB article 2005328</a> for detailed instructions of Data Migration Tool backup and restore process.</p>
</li>
]]></content:encoded>
			<wfw:commentRss>http://v-reality.info/2012/01/vcenter-server-5-data-migration-tool-compatibility-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Workstation 8 and Fusion 4 released</title>
		<link>http://v-reality.info/2011/09/vmware-workstation-8-and-fusion-4-released/</link>
		<comments>http://v-reality.info/2011/09/vmware-workstation-8-and-fusion-4-released/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 05:51:04 +0000</pubDate>
		<dc:creator>Tomi Hakala</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://v-reality.info/?p=1971</guid>
		<description><![CDATA[<p>VMware has today released VMware Workstation 8 and Fusion 4 for general availability. One of the cool new additions of Workstation 8 is “Shared VMs” feature which allows you to remotely connect to VMs on other VMware Workstation instances, ESXi hosts or to even vCenter Server!</p> <p>With Workstation 8 you can migrate VMs from [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 30px 30px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="VMware Workstation 8 box shot" border="0" alt="VMware Workstation 8 box shot" align="left" src="http://v-reality.info/wp-content/uploads/2011/09/VMW_WRKSTN_8_BOXSHOT_WEB_101_200x200.jpg" width="169" height="200" />VMware has today released VMware Workstation 8 and Fusion 4 for general availability. One of the cool new additions of Workstation 8 is “Shared VMs” feature which allows you to remotely connect to VMs on other VMware Workstation instances, ESXi hosts or to even vCenter Server!</p>
<p>With Workstation 8 you can migrate VMs from your desktop to vSphere cloud by simple drag &amp; drop operation. Performance and feature improvements for VMs include further optimized SMP, up to 64 GB of RAM, Bluetooth and high speed USB 3 connectivity. Nested 64-bit VMs in virtualized ESXi 5.0 are also supported with Workstation 8.</p>
<p>30 day evaluation version of VMware Workstation 8 is available at <a href="https://www.vmware.com/tryvmware/?p=vmware-workstation8&amp;lp=1">https://www.vmware.com/tryvmware/?p=vmware-workstation8&amp;lp=1</a></p>
<p>&#160;</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto 25px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="VMware Workstation 8 splash screen" border="0" alt="VMware Workstation 8 splash screen" src="http://v-reality.info/wp-content/uploads/2011/09/image1.png" width="500" height="378" /></p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://v-reality.info/wp-content/uploads/2011/09/image3.png" width="500" height="430" /></p>
]]></content:encoded>
			<wfw:commentRss>http://v-reality.info/2011/09/vmware-workstation-8-and-fusion-4-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>EMC Symmetrix VSA is in the works! kind of</title>
		<link>http://v-reality.info/2011/08/emc-symmetrix-vsa-in-the-works/</link>
		<comments>http://v-reality.info/2011/08/emc-symmetrix-vsa-in-the-works/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 06:56:56 +0000</pubDate>
		<dc:creator>Tomi Hakala</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[emc symmetrix vsa]]></category>

		<guid isPermaLink="false">http://v-reality.info/2011/08/emc-symmetrix-vsa-in-the-works/</guid>
		<description><![CDATA[<p>I spotted something very unexpected and interesting in the Twitter today, David Robertson (@daverdfw) is working on a EMC Symmetrix virtual storage appliance for VMware vSphere which is actually on display at the VMworld 2011 in Las Vegas. Symmetrix VSA is still an unofficial and EMC internal only project but if enough Symmetrix customers [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://v-reality.info/wp-content/uploads/2011/08/emc-symmetrix-v-max11.jpg" rel="lightbox[1898]"><img style="background-image: none; border-right-width: 0px; margin: 5px 30px 30px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="emc-symmetrix-v-max1" border="0" alt="emc-symmetrix-v-max1" align="left" src="http://v-reality.info/wp-content/uploads/2011/08/emc-symmetrix-v-max1_thumb1.jpg" width="200" height="133" /></a>I spotted something very unexpected and interesting in the Twitter today, David Robertson (<a href="http://twitter.com/daverdfw">@daverdfw</a>) is working on a EMC Symmetrix virtual storage appliance for VMware vSphere which is actually on display at the VMworld 2011 in Las Vegas. Symmetrix VSA is still an unofficial and EMC internal only project but if enough Symmetrix customers show their support for it Symmetrix VSA may someday be available like EMC VNX VSA is. For VMAX administrators like me Symmetrix VSA would be very welcome for testing and experimenting with various configurations in safe environment.</p>
<p>So if you like to see this project to continue and get official support inside a EMC, please go on and fill a EMC Symmetrix VSA Questionnaire at <a href="http://storageboy.com/2011/08/29/vmax-vsa-its-alive-2/">http://storageboy.com/2011/08/29/vmax-vsa-its-alive-2/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://v-reality.info/2011/08/emc-symmetrix-vsa-in-the-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poll time: Segregating ESXi management and vMotion</title>
		<link>http://v-reality.info/2011/07/poll-time-segregating-esxi-management-and-vmotion/</link>
		<comments>http://v-reality.info/2011/07/poll-time-segregating-esxi-management-and-vmotion/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 12:06:00 +0000</pubDate>
		<dc:creator>Tomi Hakala</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vmotion vmkernel]]></category>

		<guid isPermaLink="false">http://v-reality.info/?p=1791</guid>
		<description><![CDATA[<p>A while back I was chatting with a friend of mine at Finnish VMware Users Group IRC channel about best practice on logical level topology of ESXi management and vMotion networks. My friend is used to have only a single VMkernel interface for both ESXi management and for vMotion. I, on other hand, am [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I was chatting with a friend of mine at Finnish VMware Users Group IRC channel about best practice on logical level topology of ESXi management and vMotion networks. My friend is used to have only a single VMkernel interface for both ESXi management and for vMotion. I, on other hand, am used to segregate vMotion from ESXi management by implementing two VMkernel interfaces and two separate VLANs in all designs I plan and deploy.</p>
<p>Below is a configuration screen of VMkernel interface in ESXi 4.1. As you can see you can enable vMotion and ESXi management on same interface.</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="ESXi_vmk0" border="0" alt="ESXi_vmk0" src="http://v-reality.info/wp-content/uploads/2011/07/ESXi_vmk0.png" width="531" height="264" /></p>
<p>What is your best practice? Do you isolate vMotion and ESXi management on two different VMkernel interfaces and separate VLANs, or do you put them on same vmk and VLAN? You can leave a comment about why you prefer one design over the other.</p>
<p>Please note that I am talking only about design at logical level, on physical level you would be running all traffic on same 10 Gbit/s network interfaces.</p>
<p align="left"><a href="http://polldaddy.com/poll/5282686">Take Our Poll</a></p>
]]></content:encoded>
			<wfw:commentRss>http://v-reality.info/2011/07/poll-time-segregating-esxi-management-and-vmotion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Check your WordPress installations for hacked plugins</title>
		<link>http://v-reality.info/2011/06/check-your-wordpress-installations-for-hacked-plugins/</link>
		<comments>http://v-reality.info/2011/06/check-your-wordpress-installations-for-hacked-plugins/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 07:43:59 +0000</pubDate>
		<dc:creator>Tomi Hakala</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://v-reality.info/2011/06/check-your-wordpress-installations-for-hacked-plugins/</guid>
		<description><![CDATA[<p>I noticed a tweet from Mikko Hyppönen of F-Secure warning about popular WordPress plugins been hacked to include a backdoor, WordPress has issued an official notification of this incident http://wordpress.org/news/2011/06/passwords-reset/.</p> <p>So if you are running a WordPress and have AddThis, WPtouch, or W3 Total Cache plugins installed, please make sure that you are not [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed a tweet from <a href="https://twitter.com/#!/mikkohypponen" target="_blank">Mikko Hyppönen</a> of F-Secure warning about popular WordPress plugins been hacked to include a backdoor, WordPress has issued an official notification of this incident <a href="http://wordpress.org/news/2011/06/passwords-reset/">http://wordpress.org/news/2011/06/passwords-reset/</a>.</p>
<p>So if you are running a WordPress and have <a href="http://wordpress.org/extend/plugins/addthis/">AddThis</a>, <a href="http://wordpress.org/extend/plugins/wptouch/">WPtouch</a>, or <a href="http://wordpress.org/extend/plugins/w3-total-cache/">W3 Total Cache</a> plugins installed, please make sure that you are not running a hacked versions of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://v-reality.info/2011/06/check-your-wordpress-installations-for-hacked-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technical White Paper: Migrating to VMware ESXi</title>
		<link>http://v-reality.info/2011/05/technical-white-paper-migrating-to-vmware-esxi/</link>
		<comments>http://v-reality.info/2011/05/technical-white-paper-migrating-to-vmware-esxi/#comments</comments>
		<pubDate>Sun, 22 May 2011 18:29:00 +0000</pubDate>
		<dc:creator>Tomi Hakala</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[white paper]]></category>

		<guid isPermaLink="false">http://v-reality.info/?p=1733</guid>
		<description><![CDATA[<p>In addition to “VMware ESXi 4.1 Operations Guide” VMware published second technical white paper titled “Migrating to VMware ESXi”. With this new white paper VMware also published two helpful papers “VMware ESXi 4.1 Migration Checklists” and ”VMware ESXi Host configuration Worksheet”. These three papers help you to plan and carry out successful migration from [...]]]></description>
			<content:encoded><![CDATA[<p>In addition to “<em><a href="http://v-reality.info/2011/05/technical-white-paper-vmware-esxi-4-1-operations-guide/" target="_blank">VMware ESXi 4.1 Operations Guide</a></em>” VMware published second technical white paper titled “<em>Migrating to VMware ESXi</em>”. With this new white paper VMware also published two helpful papers “<em>VMware ESXi 4.1 Migration Checklists</em>” and ”<em>VMware ESXi Host configuration Worksheet</em>”. These three papers help you to plan and carry out successful migration from legacy ESX hypervisor platform to new lightweight ESXi hypervisor platform.</p>
<p>VMware ESXi 4.1 Migration Guide document covers following topics<img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Migrating to VMware ESXi" border="0" alt="Migrating to VMware ESXi" align="right" src="http://v-reality.info/wp-content/uploads/2011/05/Migrating_to_VMware_ESXi_Cover_Page1.png" width="251" height="320" /></p>
<ul>
<li><em>Introduction to VMware ESXi</em> </li>
<li><em>Planning Your Migration</em>
<ul>
<li><em>VMware vCenter Server</em> </li>
<li><em>VMware ESX Versions</em> </li>
<li><em>Hardware Compatibility</em> </li>
<li><em>Boot Environment</em> </li>
<li><em>Storage Considerations</em> </li>
</ul>
</li>
<li><em>Pre-Migration Tasks</em>
<ul>
<li><em>Validate Prerequisites and Verify Host Requirements</em> </li>
<li><em>Document the Host Configuration</em> </li>
<li><em>Evacuate Virtual Machines</em> </li>
</ul>
</li>
<li><em>Migration</em>
<ul>
<li><em>Install VMware ESXi</em> </li>
<li><em>Configure Management Networks</em> </li>
<li><em>Connect in VMware vCenter Server</em> </li>
<li><em>Restore Host Configuration</em> </li>
<li><em>Test/Validate</em> <img style="background-image: none; border-right-width: 0px; margin: 20px 0px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Migrating to VMware ESXi Page 5" border="0" alt="Migrating to VMware ESXi Page 5" align="right" src="http://v-reality.info/wp-content/uploads/2011/05/Migrating_to_VMware_ESXi_Page_51.png" width="252" height="320" /> </li>
</ul>
</li>
<li><em>Post-Migration Tasks</em>
<ul>
<li><em>Direct Console User Interface, DCUI</em> </li>
<li><em>Scratch Partition</em> </li>
<li><em>Active Directory integration</em> </li>
<li><em>Remote Logging</em> </li>
<li><em>Backup VMware ESXi configuration</em> </li>
<li><em>Virtual Machine Upgrades</em> </li>
</ul>
</li>
</ul>
<p>Migrating to VMware ESXi white paper download is available at   <br /><a title="http://www.vmware.com/files/pdf/VMware-ESXi-41-Migration-Guide-TWP.pdf" href="http://www.vmware.com/files/pdf/VMware-ESXi-41-Migration-Guide-TWP.pdf">http://www.vmware.com/files/pdf/VMware-ESXi-41-Migration-Guide-TWP.pdf</a></p>
<p>VMware ESXi 4.1 Migration Checklists download   <br /><a title="http://www.vmware.com/files/pdf/VMware-ESXi-41-Migration-Checklists.pdf" href="http://www.vmware.com/files/pdf/VMware-ESXi-41-Migration-Checklists.pdf">http://www.vmware.com/files/pdf/VMware-ESXi-41-Migration-Checklists.pdf</a></p>
<p>VMware ESXi Host Configuration Worksheet download   <br /><a title="http://www.vmware.com/files/pdf/VMware-ESXi-Migration-Host-Configuration-Worksheet.pdf" href="http://www.vmware.com/files/pdf/VMware-ESXi-Migration-Host-Configuration-Worksheet.pdf">http://www.vmware.com/files/pdf/VMware-ESXi-Migration-Host-Configuration-Worksheet.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://v-reality.info/2011/05/technical-white-paper-migrating-to-vmware-esxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technical White Paper: VMware ESXi 4.1 Operations Guide</title>
		<link>http://v-reality.info/2011/05/technical-white-paper-vmware-esxi-4-1-operations-guide/</link>
		<comments>http://v-reality.info/2011/05/technical-white-paper-vmware-esxi-4-1-operations-guide/#comments</comments>
		<pubDate>Sun, 22 May 2011 08:50:00 +0000</pubDate>
		<dc:creator>Tomi Hakala</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[white paper]]></category>

		<guid isPermaLink="false">http://v-reality.info/?p=1709</guid>
		<description><![CDATA[<p>VMware has published a new technical white paper “VMware ESXi 4.1 Operations Guide”. This new white paper is very much recommended read for any VMware admin as it describes ESXi deployment, management and troubleshooting options for those who need to prepare for migration to ESXi hypervisor platform.</p> <p>Document discusses technical details of ESXi on [...]]]></description>
			<content:encoded><![CDATA[<p>VMware has published a new technical white paper “<em>VMware ESXi 4.1 Operations Guide</em>”. This new white paper is very much recommended read for any VMware admin as it describes ESXi deployment, management and troubleshooting options for those who need to prepare for migration to ESXi hypervisor platform.</p>
<p>Document discusses technical details of ESXi on topics such as</p>
<ul>
<li><em>Architecture<img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="VMware ESXi 4.1 Operations Guide" border="0" alt="VMware ESXi 4.1 Operations Guide" align="right" src="http://v-reality.info/wp-content/uploads/2011/05/VMware_ESXi_41_Operations_Guide2.png" width="252" height="320" /></em> </li>
<li><em>Management</em>
<ul>
<li><em>vSphere CLI</em> </li>
<li><em>PowerCLI</em> </li>
</ul>
</li>
<li><em>Automation</em> </li>
<li><em>Deployment options</em>
<ul>
<li><em>Scripted PXE install</em> </li>
</ul>
</li>
<li><em>Installation Destinations</em>
<ul>
<li><em>Local storage</em> </li>
<li><em>USB, SD flash</em> </li>
<li><em>Boot from SAN</em> </li>
</ul>
</li>
<li><em>Hardware Monitoring</em>
<ul>
<li><em>Common Interface Model, CIM</em> </li>
<li><em>3rd party monitoring options</em> </li>
</ul>
</li>
<li><em>Hardware Firmware Upgrades</em>
<ul>
<li><em>Methods of doing firmware upgrades</em> </li>
</ul>
</li>
<li><em>Systems Management and Backup</em>
<ul>
<li><em>VMware Data Recovery</em> </li>
</ul>
</li>
<li><em>Patching</em>
<ul>
<li><em>VMware vCenter Update Manager</em> </li>
</ul>
</li>
<li><em>User Authentication<img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="VMware ESXi 4.1 Operations Guide Page 10" border="0" alt="VMware ESXi 4.1 Operations Guide Page 10" align="right" src="http://v-reality.info/wp-content/uploads/2011/05/VMware_ESXi_41_Operations_Guide_21.png" width="252" height="320" /></em>
<ul>
<li><em>AD integration</em> </li>
</ul>
</li>
<li><em>Logging</em>
<ul>
<li><em>Persistent storage for logs</em> </li>
<li><em>Remote syslog</em> </li>
</ul>
</li>
<li><em>Local Shell Access</em>
<ul>
<li><em>Tech Support Mode</em> </li>
</ul>
</li>
<li><em>Diagnostics and Troubleshooting</em>
<ul>
<li><em>DCUI</em> </li>
<li><em>Local Tech Support Mode</em> </li>
<li><em>Remote Tech Support Mode</em> </li>
</ul>
</li>
<li><em>Local Access and Lockdown Mode</em>
<ul>
<li><em>vSphere API</em> </li>
<li><em>CIM</em> </li>
<li><em>DCUI</em> </li>
<li><em>Local Tech Support Mode</em> </li>
<li><em>Remote Tech Support Mode</em> <!--EndFragment--></li>
</ul>
</li>
</ul>
<p>VMware ESXi 4.1 Operations Guide is available for download at <a title="http://www.vmware.com/files/pdf/VMware-ESXi-41-Operations-Guide-TWP.pdf" href="http://www.vmware.com/files/pdf/VMware-ESXi-41-Operations-Guide-TWP.pdf">http://www.vmware.com/files/pdf/VMware-ESXi-41-Operations-Guide-TWP.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://v-reality.info/2011/05/technical-white-paper-vmware-esxi-4-1-operations-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using xcache

Served from: v-reality.info @ 2012-02-04 21:51:44 -->
