<?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>Virtualization.net &#187; Blog &amp; Tutorials</title>
	<atom:link href="http://www.virtualization.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualization.net</link>
	<description>Virtualization.net News - Forums - Blogs</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:02:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.virtualization.net/?pushpress=hub'/>
		<item>
		<title>How to enable iSCSI and Jumbo Frames on VMware ESX/ESXi</title>
		<link>http://www.virtualization.net/3882-how-to-enable-jumbo-frames-iscsi-nas-vmware-esx-esxi/</link>
		<comments>http://www.virtualization.net/3882-how-to-enable-jumbo-frames-iscsi-nas-vmware-esx-esxi/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 22:01:39 +0000</pubDate>
		<dc:creator>VMWare, Inc.</dc:creator>
				<category><![CDATA[Blog & Tutorials]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[Jumbo Frames]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[storage virtualization]]></category>
		<category><![CDATA[vKernel]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.virtualization.net/?p=3882</guid>
		<description><![CDATA[I am redoing my lab at home (more on that in coming weeks) and wanted to test out jumbo frames support in vmware esxi with my iSCSI NAS device. This article by vmware provides information related to setting up a NAS (Network Attached Storage) and an iSCSI environment with Jumbo Frames. Note: Jumbo Frames on [...]]]></description>
			<content:encoded><![CDATA[<p>I am redoing my lab at home<em> (more on that in coming weeks)</em> and wanted to test out jumbo frames support in vmware esxi with my <strong><a title="Budget iSCSI NAS/SAN option for your Home Lab" href="http://www.virtualization.net/153-budget-iscsi-nas-san-option-for-home-lab/">iSCSI NAS device</a>. </strong>This article by vmware provides information related to setting up a NAS (Network Attached Storage) and an iSCSI environment with Jumbo Frames.</p>
<p>Note: Jumbo Frames on software iSCSI for ESX 3.x is an experimental feature and is not a fully supported configuration. Jumbo Frames are fully supported in ESX/ESXi 4.x and ESXi 5.0.</p>
<p><strong>Ensure that you read this important information about Jumbo Frames before working with them:</strong></p>
<ul>
<li>ESX/ESXi supports a maximum MTU size of 9000. Note: Some switch configurations for Jumbo Frames need to have an MTU set more than 9000. For more information, see Cisco Nexus 5000 Series NX-OS Software Configuration Guide.</li>
<li>Any packet larger than 1500 MTU is a Jumbo Frame. ESX/ESXi supports frames up to 9Kb (9000 Bytes).</li>
<li>Jumbo Frames are limited to data networking only (virtual machines and the vMotion network).</li>
<li>It is possible to configure Jumbo Frames for an iSCSI network. It is not a fully supported configuration in ESX 3.5, but it is supported in ESX/ESXi 4.x and ESXi 5.0.</li>
<li>You can enable Jumbo Frames for each vSwitch or VMkernel interface through the command line interface on your ESX host.</li>
<li>To allow ESX host to send larger frames out onto the physical network, the network must support Jumbo Frames end to end.</li>
<li>Ensure that your NIC or LOM supports Jumbo Frames.</li>
<li><strong>For experimental support of Jumbo Frames in ESX 3.5, these NICs are supported:</strong></li>
<ul>
<li>Intel (82546, 82571)</li>
<li>Broadcom (5708, 5706, 5709, 57710, 57711)</li>
<li>Netxen (NXB-10GXxR, NXB-10GCX4)</li>
<li>Neterion (Xframe, Xframe II, Xframe E)</li>
</ul>
<li>For ESX/ESXi 4.x and ESXi 5.0, contact your NIC hardware vendor regarding support for Jumbo Frames.</li>
<li>You cannot use Jumbo Frames on a Broadcom card that is configured as a hardware initiator performing iSCSI offload functions. You can either use Jumbo Frames or iSCSI Offload and you cannot use both together with the Broadcom adapters.</li>
</ul>
<h3>Creating a Jumbo Frames-enabled vSwitch</h3>
<p>To create a Jumbo Frames-enabled vSwitch:</p>
<ol>
<li>Log in directly to the ESX host console.</li>
<li>To set the MTU size for the vSwitch:</li>
<ol>
<li>Run this command for ESX 3.5 and ESX/ESXi 4.x:<strong>esxcfg-vswitch -m MTU vSwitch#</strong>
<p>&nbsp;</li>
<li>Run this command for ESXi 5.0:<strong>esxcli network vswitch standard set -m MTU -v vSwitch#</strong>
<p>Note: This command sets the MTU for all uplinks on that vSwitch. Set the MTU size to the largest MTU size among all the virtual network adapters connected to the vSwitch.<strong></strong></li>
</ol>
<li><strong>To display a list of vSwitches on the host, and to check that the configuration of the vSwitch is correct:</strong></li>
<ul>
<li>Run this command for ESX 3.5 and ESX/ESXi 4.x:<strong>esxcfg-vswitch -l</strong>
<p>&nbsp;</li>
<li>Run this command for ESXi 5.0:<strong>esxcli network vswitch standard list</strong></li>
</ul>
</ol>
<h3>Creating a Jumbo Frames-enabled VMkernel interface</h3>
<p>To create a Jumbo Frames-enabled VMkernel interface:</p>
<ol>
<li>Log in directly to the ESX host console.</li>
<li>To create a VMkernel connection with Jumbo Frames support, run this command to create the port group on an existing switch:<strong>esxcfg-vswitch -A vmkernel_port_group_name vSwitch#</strong><strong></strong>
<p>Note:If you plan to have a vSwitch which just contains the iSCSI port group you can specify the MTU for the vSwitch to be 9000 and not specify the MTU when creating the vmkernel port in the next step<strong>.</strong></p>
<p>esxcfg-vswitch -m 9000 vSwitch#</p>
<p>&nbsp;</li>
<li>To create a VMkernel connection with Jumbo Frame support:</li>
<ul>
<li>Run this command for ESX 3.5 and ESX/ESXi 4.x:<strong>esxcfg-vmknic -a -i ip_address -n netmask -m MTU portgroup_name</strong><strong></strong>
<p>Note:If the vmnic port is already created, use the command for ESX/ESXi 4.1 only:</p>
<p><strong>esxcfg-vmknic -m 9000 portgroup_name</strong></p>
<p>&nbsp;</li>
<li>Run this command for ESXi 5.0:<strong>esxcli network ip interface set -m 9000 -i vmk_interface</strong>
<p>&nbsp;</li>
</ul>
<li>To display a list of VMkernel interfaces, and to check that the configuration of the Jumbo Frame‐enabled interface is correct:</li>
<ul>
<li>Run this command for ESX 3.5 and ESX/ESXi 4.x:<strong>esxcfg-vmknic -l</strong>
<p>&nbsp;</li>
<li>Run this command for ESXi 5.0:<strong>esxcli network ip interface list</strong></li>
</ul>
</ol>
<p>&nbsp;</p>
<p>Related posts:<ol>
<li><a href='http://www.virtualization.net/1950-how-to-upgrade-from-esxesxi-4-1-to-esxesxi-4-1-update-1/' rel='bookmark' title='How to Upgrade from ESX/ESXi 4.1 to ESX/ESXi 4.1 Update 1'>How to Upgrade from ESX/ESXi 4.1 to ESX/ESXi 4.1 Update 1</a></li>
<li><a href='http://www.virtualization.net/2725-vmware-vsphere-esxi-migration-flowchart/' rel='bookmark' title='VMware vSphere ESXi Migration Flowchart'>VMware vSphere ESXi Migration Flowchart</a></li>
<li><a href='http://www.virtualization.net/471-installing-drivers-for-additional-nics-in-vmware-esxi-server/' rel='bookmark' title='Installing Drivers for Additional NICs in VMware ESXi Server'>Installing Drivers for Additional NICs in VMware ESXi Server</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.virtualization.net/3882-how-to-enable-jumbo-frames-iscsi-nas-vmware-esx-esxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware: Unable to migrate VM, missing snapshot file and out of space Error</title>
		<link>http://www.virtualization.net/3534-vmware-unable-to-migrate-vm-missing-snapshot-file-and-out-of-space-error/</link>
		<comments>http://www.virtualization.net/3534-vmware-unable-to-migrate-vm-missing-snapshot-file-and-out-of-space-error/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 21:59:40 +0000</pubDate>
		<dc:creator>Haroon Mohammad</dc:creator>
				<category><![CDATA[Blog & Tutorials]]></category>
		<category><![CDATA[datastore]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[vmotion]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.virtualization.net/?p=3534</guid>
		<description><![CDATA[The error in the headline is right out of snapshot hell. If you have virtual machines (VMs) with large memory requirements, you probably know that you need extra space on the datastore to store the Memory Swap file (.vswp). When datastore housing the VM runs out of diskspace, you will not be able to create [...]]]></description>
			<content:encoded><![CDATA[<p>The error in the headline is right out of <em>snapshot hell</em>. If you have virtual machines (VMs) with large memory requirements, you probably know that you need extra space on the datastore to store the Memory Swap file (.vswp).</p>
<p>When datastore housing the VM runs out of diskspace, you will not be able to create new VMs, power on existing VMs, and may notice performance issues with the VMs that are running.</p>
<p><strong>Here is how to fix the error and successfully vMotion the VM:</strong></p>
<p>Turning OFF or reducing the memory size on VM will reduce the amount of space required for memory swap file and that will free up disk space on the datastore (<em>housing other VMs</em>).</p>
<p>Using VMware converter to copy the VM to another host or datastore, the new VM will not have a snapshot.</p>
<p>For Future or NEW VMs, you also have an option to store the swap files with the VM or another datastore on <em>non-replicated LUN</em>. In vCenter, click on a <strong>HOST</strong>, go to <strong>CONFIGURATION</strong> tab and then "<strong><em>Swap file location</em></strong>" then click on <em><strong>EDIT</strong></em> for list of options.</p>
<p>In order to avoid dealing with <strong><em>.vswp</em></strong> file (allocating extra space for those files), you may make reservation for the virtual machine that is equal to amount of RAM assigned to it. For example, if you have a VM with 4GB RAM assigned, you can edit the VM <strong>settings</strong> &gt; <strong>Resource</strong> <em>tab</em> to get to the reservation settings for memory, CPU of a VM.</p>
<p>I hope above helps you avoid future out of space or missing snapshot errors. If you have questions or comments or another virtualization support issue, please post in our <a href="http://www.virtualization.net/forums/">discussion forums</a>.</p>
<p>Related posts:<ol>
<li><a href='http://www.virtualization.net/1513-unable-to-connect-to-mks-virtual-machine-config-file-does-not-exist/' rel='bookmark' title='Unable to connect to MKS: Virtual machine config file does not exist'>Unable to connect to MKS: Virtual machine config file does not exist</a></li>
<li><a href='http://www.virtualization.net/3165-invalid-configuration-for-device-4-error-cloning-vmotion-vm-vmware/' rel='bookmark' title='Invalid configuration for device 4 Error When Cloning or vMotion a Virtual Machine'>Invalid configuration for device 4 Error When Cloning or vMotion a Virtual Machine</a></li>
<li><a href='http://www.virtualization.net/2229-performance-best-practices-for-vmware-vsphere-5-0/' rel='bookmark' title='Performance Best Practices for VMware vSphere 5.0'>Performance Best Practices for VMware vSphere 5.0</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.virtualization.net/3534-vmware-unable-to-migrate-vm-missing-snapshot-file-and-out-of-space-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invalid configuration for device 4 Error When Cloning or vMotion a Virtual Machine</title>
		<link>http://www.virtualization.net/3165-invalid-configuration-for-device-4-error-cloning-vmotion-vm-vmware/</link>
		<comments>http://www.virtualization.net/3165-invalid-configuration-for-device-4-error-cloning-vmotion-vm-vmware/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 19:17:37 +0000</pubDate>
		<dc:creator>Haroon Mohammad</dc:creator>
				<category><![CDATA[Blog & Tutorials]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[invalid configuration]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[vmotion]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.virtualization.net/?p=3165</guid>
		<description><![CDATA[When performing vMotion on a Virtual Machine (VM) or a template on vDS (virtual distributed switch) configuration, you may come across this error: Invalid configuration for Device '4' I experienced this error in my lab over the weekend and removing the VM from the vDS portgroup fixed the issue. According to VMware, the cause of [...]]]></description>
			<content:encoded><![CDATA[<p>When performing vMotion on a Virtual Machine (VM) or a template on vDS (virtual distributed switch) configuration, you may come across this error:<br />
<strong>Invalid configuration for Device '4'</strong></p>
<p>I experienced this error in my lab over the weekend and removing the VM from the vDS portgroup fixed the issue. According to <strong>VMware</strong>, the cause of this issue is that during the clone procedure, a vDS port requires a reservation. This issue occurs if the reservation expires too quickly.</p>
<p>Here is step by step how to (applies to vSphere 4.0/4.1, may also work for 5.0):</p>
<ol>
<li>Launch the vSphere Client</li>
<li>RIGHT click on the VM which is producing this error and click on EDIT SETTINGS.</li>
<li>Under the <strong>Hardware</strong> tab, check the settings for all the <strong>Network Adapter</strong> devices.</li>
<li>Click on <strong>Network Adapter 1</strong> and then change the <strong>Network Connection-Network Label</strong> from vDS portgroup to Standard vSwitch.</li>
<li>Perform the vMotion or clone again</li>
<li>After the task in #5 completes, add the VM back to the vDS portgroup.</li>
</ol>
<p>You should be all done. One thing worth mentioning here is that when you start the vmotion/clone process on a VM, vsphere client does give you an 'warning' under the compatibility:</p>
<p><strong>Network interface 'Network Adapter 1' uses newtork 'Distributed Virtual Switch (uuid), which is not accessible.</strong></p>
<p>But for some reason still allows the user to click "next" only to fail later in the task.</p>
<p>If you have any questions, comments or support issues, be sure to join us in our <strong><a href="http://www.virtualization.net/forums/">Virtualization Forum</a></strong> and register in order to ask any queries.</p>
<p>Related posts:<ol>
<li><a href='http://www.virtualization.net/3072-maximizing-virtual-machine-scalability-with-iscsi-storage/' rel='bookmark' title='Maximizing Virtual Machine Scalability with iSCSI Storage'>Maximizing Virtual Machine Scalability with iSCSI Storage</a></li>
<li><a href='http://www.virtualization.net/2417-vmware-vconverter-a-fatal-error-occurred-message/' rel='bookmark' title='VMware vConverter: A fatal error occurred Message'>VMware vConverter: A fatal error occurred Message</a></li>
<li><a href='http://www.virtualization.net/1793-mapped-direct-access-lun-that-is-not-accessible-error/' rel='bookmark' title='Mapped direct-access LUN that is not accessible error'>Mapped direct-access LUN that is not accessible error</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.virtualization.net/3165-invalid-configuration-for-device-4-error-cloning-vmotion-vm-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware vConverter: A fatal error occurred Message</title>
		<link>http://www.virtualization.net/2417-vmware-vconverter-a-fatal-error-occurred-message/</link>
		<comments>http://www.virtualization.net/2417-vmware-vconverter-a-fatal-error-occurred-message/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 21:27:18 +0000</pubDate>
		<dc:creator>Haroon Mohammad</dc:creator>
				<category><![CDATA[Blog & Tutorials]]></category>
		<category><![CDATA[fatal error]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[P2V]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[vconverter]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.virtualization.net/?p=2417</guid>
		<description><![CDATA[While I was trying to convert an existing Virtual Machine (VM), I experienced a small issue with the vConverter wizard. If you try to convert server using VMware vCenter vConverter, you may experience an error like this: A fatal error occurred. The reason for this might be a Network connection failure. The wizard will close [...]]]></description>
			<content:encoded><![CDATA[<p>While I was trying to convert an existing Virtual Machine (VM), I experienced a small issue with the vConverter wizard. If you try to convert server using VMware vCenter vConverter, you may experience an error like this:</p>
<blockquote>
<pre>A fatal error occurred. The reason for this might be a Network connection failure. The wizard will close now.
Please check your network connection and try again.</pre>
<pre><a href="http://www.virtualization.net/wp-content/uploads/2011/09/vcenter-vconverter-error.jpg"><img class="aligncenter size-medium wp-image-2418" title="vcenter-vconverter-error" src="http://www.virtualization.net/wp-content/uploads/2011/09/vcenter-vconverter-error-336x132.jpg" alt="" width="336" height="132" /></a></pre>
</blockquote>
<p>The error itself doesn't tell you anything useful other than the fact that its from <strong>vConverter</strong> but RESTARTING services below will fix your problem:</p>
<ul>
<li><strong>VMware vCenter Converter Integrated Server</strong></li>
<li><strong>VMware vCenter Converter Integrated Worker</strong></li>
</ul>
<div>Once you have restarted those services, re-restart the vSphere client and run your migration/conversion again.</div>
<div>Discuss this and your own virtualization support problems in our <strong><a href="http://www.virtualization.net/forums/">Virtualization forum</a></strong>!</div>
<p>&nbsp;</p>
<p>Related posts:<ol>
<li><a href='http://www.virtualization.net/1800-vsphere-client-call-serviceinstance-retrievecontent-for-object-serviceinstance/' rel='bookmark' title='vSphere Client: Call &#8220;Service Instance Retrieve Content&#8221; for object &#8220;Service Instance&#8221;'>vSphere Client: Call &#8220;Service Instance Retrieve Content&#8221; for object &#8220;Service Instance&#8221;</a></li>
<li><a href='http://www.virtualization.net/1231-vmware-vcenter-database-requirements-and-issues/' rel='bookmark' title='Poll: VMware vCenter Database Requirements and Issues'>Poll: VMware vCenter Database Requirements and Issues</a></li>
<li><a href='http://www.virtualization.net/2270-vmware-monitoring-with-manageengine-applications-manager/' rel='bookmark' title='ManageEngine Applications Manager Deepens VMware Monitoring'>ManageEngine Applications Manager Deepens VMware Monitoring</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.virtualization.net/2417-vmware-vconverter-a-fatal-error-occurred-message/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vSphere PowerCLI: Creating and Managing Aliases</title>
		<link>http://www.virtualization.net/2322-vsphere-powercli-creating-and-managing-aliases/</link>
		<comments>http://www.virtualization.net/2322-vsphere-powercli-creating-and-managing-aliases/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 15:12:57 +0000</pubDate>
		<dc:creator>Haroon Mohammad</dc:creator>
				<category><![CDATA[Blog & Tutorials]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[cmdlet]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[PowerCLI]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.virtualization.net/?p=2322</guid>
		<description><![CDATA[Are you using PowerCLI to automate or perform daily administrative tasks in your virtual infrastructure? VMware vSphere PowerCLI is snapin module for Microsoft PowerShell command-shell and scripting language which you often see installed on latest Microsoft Operating Systems. PowerCLI comes with powerful feature to create and manage aliases for built-in cmdlets for creating and managing [...]]]></description>
			<content:encoded><![CDATA[<p>Are you using PowerCLI to automate or perform daily administrative tasks in your virtual infrastructure? VMware vSphere PowerCLI is snapin module for Microsoft PowerShell command-shell and scripting language which you often see installed on latest Microsoft Operating Systems. PowerCLI comes with powerful feature to create and manage aliases for built-in cmdlets for creating and managing virtual resources. In this tutorial, I will show you how to create, export, import and manage your aliases. Aliases are often helpful when you are performing repetitive tasks/commands within Powershell or PowerCLI or if you just despise typing a dash in every single cmdlet! You will need Powershell and PowerCLI installed on your workstation for commands below to work properly.</p>
<p><strong>View Aliases</strong></p>
<p>Connect to your vSphere ESXi or vCenter server using the "<strong>connect-viserver</strong>" cmdlet.</p>
<p>Once connected, issue the follow cmdlet to get list of all of the configured aliases:</p>
<ul>
<li><em><code>[vSphere PowerCLI] C:\&gt;</code></em> <strong>get-alias</strong></li>
</ul>
<p>You can also use "<strong>gal</strong>" (<em>alias</em> for <em>get-alias</em>) cmdlet to get list of aliases.<em><br />
</em></p>
<ul>
<li><em><code>[vSphere PowerCLI] C:\&gt;</code></em> <strong>gal</strong></li>
</ul>
<p><strong>Create Aliases</strong></p>
<p>In this example, we will create two aliases for existing cmdlets: get-vm and get-host</p>
<ul>
<li><code>[vSphere PowerCLI] C:\&gt; New-Item Alias:<strong>gvm </strong>-Value<strong> Get-VM</strong></code></li>
<li><code>[vSphere PowerCLI] C:\&gt; <strong>gvm</strong></code></li>
</ul>
<ul>
<li><code>[vSphere PowerCLI] C:\&gt; New-Item Alias:<strong>gvh</strong> -value <strong>Get-VMHost</strong></code></li>
<li><code>[vSphere PowerCLI] C:\&gt; <strong>gvh</strong></code></li>
</ul>
<p><strong>Export and Import Aliases</strong></p>
<p>When you configure aliases in PowerShell, they are only available for that particular session and are deleted once the session ends. You may export aliases using the export cmdlet or edit your PowerShell profile script file to add your additions. To see location of your profile, issue <strong>$profile</strong> at the command prompt:</p>
<ul>
<li><code>[vSphere PowerCLI] C:\&gt;<strong> $profile</strong></code></li>
</ul>
<p><em><code>C:\Users\YourUsername\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1</code></em></p>
<p>Use the Export-Alias cmdlet to export aliases into the PowerShell script file above:</p>
<ul>
<ul>
<li><code>[vSphere PowerCLI] C:\&gt; <strong>export-alias</strong></code><br />
cmdlet Export-Alias at command pipeline position 1<br />
Supply values for the following parameters:<strong><br />
Path:</strong><code> C:\Users\YourUsername\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1</code><em></em></li>
<li><em><code>[vSphere PowerCLI] C:\&gt;</code></em></li>
</ul>
</ul>
<p>&nbsp;</p>
<p>You can also edit the <em>"<em>Microsoft.PowerShell_profile.ps1" file directly, add your aliases and import using the import-alias cmdlet</em></em></p>
<ul>
<li><em><em></em></em><code>[vSphere PowerCLI] C:\&gt; <strong>import-alias</strong></code><em><em></em></em></li>
</ul>
<p>The process is similar to export-alias cmdlet, you may encounter errors for aliases which were already imported when you started the PowerShell/PowerCLI session.<em><em><br />
</em></em></p>
<p>You can learn more about PowerCLI, at <strong><a href="http://www.vmware.com/support/developer/PowerCLI/index.html" target="_blank">Vmware's PowerCLI documentation</a></strong> page.</p>
<p>I hope this helps you manage your VMware vsphere environment better and saves you time. Please keep in mind that above cmdlets may or may not work in your environment, so always test in non-production environment first as I am not responsible for your mistakes.<em> </em></p>
<p>Discuss this and other virtualization management ideas, techniques in our <strong><a href="http://www.virtualization.net/forums/">virtualization forum</a></strong>.<em><br />
</em></p>
<p>Related posts:<ol>
<li><a href='http://www.virtualization.net/1967-how-to-use-vmware-powercli-to-get-all-vm-mac-addresses/' rel='bookmark' title='How to use VMware PowerCLI to get All VM Mac Addresses?'>How to use VMware PowerCLI to get All VM Mac Addresses?</a></li>
<li><a href='http://www.virtualization.net/1108-interview-dimitar-hristov-vmware-vsphere-powercli-engineering-team/' rel='bookmark' title='Interview with Dimitar Hristov &#8211; VMware vSphere PowerCLI Engineering Team'>Interview with Dimitar Hristov &#8211; VMware vSphere PowerCLI Engineering Team</a></li>
<li><a href='http://www.virtualization.net/963-upcoming-revolution-powercli-vmware/' rel='bookmark' title='The upcoming revolution of PowerCLI with VMware'>The upcoming revolution of PowerCLI with VMware</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.virtualization.net/2322-vsphere-powercli-creating-and-managing-aliases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use VMware PowerCLI to get All VM Mac Addresses?</title>
		<link>http://www.virtualization.net/1967-how-to-use-vmware-powercli-to-get-all-vm-mac-addresses/</link>
		<comments>http://www.virtualization.net/1967-how-to-use-vmware-powercli-to-get-all-vm-mac-addresses/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 20:01:12 +0000</pubDate>
		<dc:creator>Haroon Mohammad</dc:creator>
				<category><![CDATA[Blog & Tutorials]]></category>
		<category><![CDATA[ARP]]></category>
		<category><![CDATA[cmdlet]]></category>
		<category><![CDATA[Mac Address]]></category>
		<category><![CDATA[PowerCLI]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.virtualization.net/?p=1967</guid>
		<description><![CDATA[Just a quick how-to on using VMware PowerCLI to get All Virtual Machine (VM) MAC addresses, host VM is registered to and VM name. I was trying to track down a VM and did not want to go through 100 VMs just to find out what MAC address its NICs had. I knew the IP [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick how-to on using VMware PowerCLI to get All Virtual Machine (VM) MAC addresses, host VM is registered to and VM name.</p>
<p>I was trying to track down a VM and did not want to go through 100 VMs just to find out what MAC address its NICs had. I knew the IP address this particular mac address was mapped to and found that out using "show arp" command on cisco router:<br />
#show arp<br />

<table id="wp-table-reloaded-id-4-no-1" class="wp-table-reloaded wp-table-reloaded-id-4">
<tbody>
	<tr class="row-1">
		<td class="column-1">Protocol</td><td class="column-2">Address</td><td class="column-3">Age(min)</td><td class="column-4">Hardware Address</td><td class="column-5">Type</td><td class="column-6">Interface</td>
	</tr>
	<tr class="row-2">
		<td class="column-1">Internet</td><td class="column-2">192.168.1.207</td><td class="column-3">8</td><td class="column-4"><strong>0050.56b8.65a1</strong></td><td class="column-5">ARPA</td><td class="column-6">GigabitEthernet0/0</td>
	</tr>
</tbody>
</table>
<br />
Once I knew the MAC address was in fact a VM (0050.56xx.xxxx mac addresses are used by VMware for its virtual NICs), I opened up Windows Powershell and executed this command (you will need PowerCLI installed and loaded):</p>
<p><em>PS C:\Windows\system32&gt;</em> <strong>Get-VM | `</strong><br />
<strong> &gt;&gt; Select-Object -Property Name,@{N="MacAdresses";E={$_.NetworkAdapters | ForEach-Object {$_.MacAddress}}},VMHost</strong><br />
<strong> &gt;&gt;</strong><br />

<table id="wp-table-reloaded-id-5-no-1" class="wp-table-reloaded wp-table-reloaded-id-5">
<tbody>
	<tr class="row-1">
		<td class="column-1">Name</td><td class="column-2">MacAddresses</td><td class="column-3">VMHost</td>
	</tr>
	<tr class="row-2">
		<td class="column-1">myTestVM</td><td class="column-2"><strong>{00:50:56:b8:65:a1</strong>, 00:50:56:86:00:0b}</td><td class="column-3">192.168.1.222</td>
	</tr>
</tbody>
</table>
<br />
Both (from cisco router ARP and VMware PowerCLI) show same MAC address mapped to myTestVM on host 192.168.1.222. Now you can safely disable that NIC or change IP address on it (in case of duplicate IP issues, etc.)</p>
<p>On older version of powerCLI, you may get this warning message:<br />
<strong>WARNING: 'NetworkAdapters' property is obsolete. Use 'Get-NetworkAdapter' cmdlet instead.<br />
</strong><br />
So, be sure to change the command if necessary. Your setup and deployment maybe different from mine so make sure you are aware of the risks and I take no responsibility for your wrong doing.</p>
<p>If you have any questions on this or other tutorials, post in our <strong><a href="http://www.virtualization.net/forums/">Virtualization Forum</a></strong>.</p>
<p>Related posts:<ol>
<li><a href='http://www.virtualization.net/963-upcoming-revolution-powercli-vmware/' rel='bookmark' title='The upcoming revolution of PowerCLI with VMware'>The upcoming revolution of PowerCLI with VMware</a></li>
<li><a href='http://www.virtualization.net/1108-interview-dimitar-hristov-vmware-vsphere-powercli-engineering-team/' rel='bookmark' title='Interview with Dimitar Hristov &#8211; VMware vSphere PowerCLI Engineering Team'>Interview with Dimitar Hristov &#8211; VMware vSphere PowerCLI Engineering Team</a></li>
<li><a href='http://www.virtualization.net/1950-how-to-upgrade-from-esxesxi-4-1-to-esxesxi-4-1-update-1/' rel='bookmark' title='How to Upgrade from ESX/ESXi 4.1 to ESX/ESXi 4.1 Update 1'>How to Upgrade from ESX/ESXi 4.1 to ESX/ESXi 4.1 Update 1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.virtualization.net/1967-how-to-use-vmware-powercli-to-get-all-vm-mac-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Upgrade from ESX/ESXi 4.1 to ESX/ESXi 4.1 Update 1</title>
		<link>http://www.virtualization.net/1950-how-to-upgrade-from-esxesxi-4-1-to-esxesxi-4-1-update-1/</link>
		<comments>http://www.virtualization.net/1950-how-to-upgrade-from-esxesxi-4-1-to-esxesxi-4-1-update-1/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 15:27:02 +0000</pubDate>
		<dc:creator>Haroon Mohammad</dc:creator>
				<category><![CDATA[Blog & Tutorials]]></category>
		<category><![CDATA[Server Virtualization]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.virtualization.net/?p=1950</guid>
		<description><![CDATA[Its been almost 3 months since VMware released an update for its vSphere 4 product. I've began upgrading my lab and clients and wanted to share this little how to guide to help you upgrade as well. So let us begin and prepare the host for an upgrade: vMotion all virtual machines from the host [...]]]></description>
			<content:encoded><![CDATA[<p>Its been almost 3 months since VMware released an update for its vSphere 4 product. I've began upgrading my lab and clients and wanted to share this little how to guide to help you upgrade as well.</p>
<p><strong>So let us begin and prepare the host for an upgrade:</strong></p>
<ol>
<li>vMotion all virtual machines from the host and put the host in Maintenance Mode.</li>
<li>Install vSphere CLI <em>(more info and download <strong><a href="http://www.vmware.com/support/developer/vcli/">here</a></strong>)</em></li>
</ol>
<p><strong>Upgrade the ESX/ESXi host from 4.1 to 4.1 Update 1:</strong></p>
<ol>
<li>Download the ZIP bundle to a location that is accessible by the vSphere CLI.</li>
<li>Run this command to install the esxupdate bulletin:
<ul>
<li><strong><em>vihostupdate --server 192.168.1.222 -i -b c:/downloads/upgrade-from-esxi4.0-to-4.1-update01.zip -B ESXi410-GA-esxupdate</em></strong></li>
</ul>
</li>
<li>Run this command to install the upgrade bulletin:
<ul>
<li><strong><em>vihostupdate --server 192.168.1.222 -i -b c:/downloads/upgrade-from-esxi4.0-to-4.1-update01.zip -B ESXi410-GA</em></strong></li>
</ul>
</li>
<li>Run this command to verify if the bulletins are installed:
<ul>
<li><strong><em>vihostupdate.pl --server 192.168.1.222 --query</em></strong></li>
</ul>
</li>
<li>Reboot the host to complete the upgrade.</li>
<li>Upgrade VMware tools in the virtual machines.</li>
</ol>
<p>&nbsp;</p>
<p><em>Change IP address (DNS name) listed in the steps above to reflect your virtualization environment/IP scheme. Remember, virtualization setup maybe different in your environment than described here so please backup your virtual machines and ESXi host configuration as virtualization.net or myself are not responsible if you make any mistakes. </em></p>
<p>If you have any questions or need help, post in our <strong><a href="http://www.virtualization.net/forums/">Virtualization Forums</a></strong>.</p>
<p>Happy keeping your hosts up-to-date!</p>
<p>Related posts:<ol>
<li><a href='http://www.virtualization.net/1510-vmware-releases-esxi-4-1-update-1/' rel='bookmark' title='VMware Releases ESXi 4.1 Update 1'>VMware Releases ESXi 4.1 Update 1</a></li>
<li><a href='http://www.virtualization.net/268-parallels-desktop-upgrade-to-windows-7-makes-it-simple-to-upgrade-from-xp-vista/' rel='bookmark' title='Parallels Desktop Upgrade to Windows 7 Makes It Simple to Upgrade from XP, Vista'>Parallels Desktop Upgrade to Windows 7 Makes It Simple to Upgrade from XP, Vista</a></li>
<li><a href='http://www.virtualization.net/471-installing-drivers-for-additional-nics-in-vmware-esxi-server/' rel='bookmark' title='Installing Drivers for Additional NICs in VMware ESXi Server'>Installing Drivers for Additional NICs in VMware ESXi Server</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.virtualization.net/1950-how-to-upgrade-from-esxesxi-4-1-to-esxesxi-4-1-update-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere Client: Call &#8220;Service Instance Retrieve Content&#8221; for object &#8220;Service Instance&#8221;</title>
		<link>http://www.virtualization.net/1800-vsphere-client-call-serviceinstance-retrievecontent-for-object-serviceinstance/</link>
		<comments>http://www.virtualization.net/1800-vsphere-client-call-serviceinstance-retrievecontent-for-object-serviceinstance/#comments</comments>
		<pubDate>Thu, 19 May 2011 19:47:01 +0000</pubDate>
		<dc:creator>Haroon Mohammad</dc:creator>
				<category><![CDATA[Blog & Tutorials]]></category>
		<category><![CDATA[Client]]></category>
		<category><![CDATA[Connect]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.virtualization.net/?p=1800</guid>
		<description><![CDATA[If you are new to vmware and are using vSphere client to connect to newly deployed ESXi server, you may see an error message similar to this: The server 'http://ip-address-of-the-server' could not interpret the client's request (the remote server returned an error: (404) not found) error stack: Call "ServiceInstance.RetrieveContent" for object "ServiceInstance" on Server "ip-address-of-the-server" [...]]]></description>
			<content:encoded><![CDATA[<p>If you are new to vmware and are using vSphere client to connect to newly deployed ESXi server, you may see an error message similar to this:</p>
<blockquote><p>The server 'http://ip-address-of-the-server' could not interpret the client's request<br />
(the remote server returned an error: (404) not found)</p>
<p>error stack:<br />
Call "ServiceInstance.RetrieveContent" for object "ServiceInstance" on Server "ip-address-of-the-server" failed.</p></blockquote>
<p><strong>Screenshot of the Error:</strong></p>
<p><a href="http://www.virtualization.net/wp-content/uploads/2011/05/vsphere-client-connection-error.jpg"><img class="aligncenter size-medium wp-image-1801" title="vsphere-client-connection-error" src="http://www.virtualization.net/wp-content/uploads/2011/05/vsphere-client-connection-error-266x300.jpg" alt="" width="266" height="300" /></a></p>
<p>The likely cause here is the <em>HTTP://</em> in the <strong>IP Address / Name:</strong> field of the vSphere client. When using vSphere client, you should use the IP ADDRESS or the NAME of the server (<em>if DNS is configured correctly</em>) without the "http://"</p>
<p>If you prefer using <em>http </em>then you may use <em><strong>HTTP<span style="color: #ff0000;">S</span>://IP-Address-of-the-server</strong></em> to connect using vSphere client.</p>
<p>Related posts:<ol>
<li><a href='http://www.virtualization.net/1535-data-virtualization-customer-service-call-centers/' rel='bookmark' title='Data Virtualization for Customer Service and Call Centers'>Data Virtualization for Customer Service and Call Centers</a></li>
<li><a href='http://www.virtualization.net/1780-vmware-vsphere-now-bundled-with-intransa-vdmr-appliances/' rel='bookmark' title='VMware vSphere Now Bundled with Intransa VDMR Appliances'>VMware vSphere Now Bundled with Intransa VDMR Appliances</a></li>
<li><a href='http://www.virtualization.net/1738-wes7-thin-client-microsoft-remotefx-at-tech-ed-atlanta/' rel='bookmark' title='New WES7 Thin Client Demo with Microsoft RemoteFX at Tech-Ed Atlanta'>New WES7 Thin Client Demo with Microsoft RemoteFX at Tech-Ed Atlanta</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.virtualization.net/1800-vsphere-client-call-serviceinstance-retrievecontent-for-object-serviceinstance/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mapped direct-access LUN that is not accessible error</title>
		<link>http://www.virtualization.net/1793-mapped-direct-access-lun-that-is-not-accessible-error/</link>
		<comments>http://www.virtualization.net/1793-mapped-direct-access-lun-that-is-not-accessible-error/#comments</comments>
		<pubDate>Thu, 19 May 2011 17:35:41 +0000</pubDate>
		<dc:creator>Haroon Mohammad</dc:creator>
				<category><![CDATA[Blog & Tutorials]]></category>
		<category><![CDATA[Direct-access]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[LUN]]></category>
		<category><![CDATA[Raw Device Mapping]]></category>
		<category><![CDATA[RDM]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[vmotion]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.virtualization.net/?p=1793</guid>
		<description><![CDATA[On Vmware ESX or ESXi: If you are trying to Vmotion a Virtual Machine (VM) that has a Raw Device Mapping (RDM) attached, you may get an error message saying: virtual disk 'hd1' is mapped direct-access LUN that is not accessible. This error usually occurs when there is LUN ID mismatch across hosts. Here is solution from VMware [...]]]></description>
			<content:encoded><![CDATA[<p>On Vmware ESX or ESXi: If you are trying to Vmotion a Virtual Machine (VM) that has a Raw Device Mapping (RDM) attached, you may get an error message saying:</p>
<blockquote><p>virtual disk 'hd1' is mapped direct-access LUN that is not accessible.</p></blockquote>
<p>This error usually occurs when there is LUN ID mismatch across hosts. Here is solution from VMware KB:</p>
<p>One of the VMotion requirements is shared storage, this has to be seen from both hosts in the same way (physical ID) otherwise the VMotion checks will not allow you to proceed with the vMotion operation.</p>
<p><span style="color: #ff0000;"><strong>Warning:</strong></span> <em>Before following the procedure below, check with your Hardware vendor to ensure the changes on step 3 will not affect the Datastores. If this cannot be avoided, you will need to power off all the virtual machines as changing the physical ID/presentation of the LUNs hosting Datastores may cause them to be recognised as snapshots and resigning may be required.</em></p>
<h3>To fix the numbering mismatch on LUNs:</h3>
<ol>
<li>Power-down virtual machines with RDMs.</li>
<li>Select <strong>Virtual Machine</strong> &gt; <strong>Edit Settings</strong> &gt; <strong>Remove RDMs</strong> from the virtual machine (see screenshot of this option below).</li>
<li><strong>Make presentation changes on your array </strong>
<ul>
<li>Check the Multipathing Checklist in the Fibre Channel or iSCSI SAN Configuration Guide for your version of ESX or ESXi.</li>
<li>Request storage configuration best practices from your hardware vendor. Many vendors have a document that explains the configuration settings for use in conjunction with ESX.</li>
</ul>
</li>
<li>Rescan all ESX hosts.</li>
<li>Select <strong>Virtual Machine</strong> &gt; <strong>Edit Settings</strong> &gt; <strong>Re-add RDMs</strong> with new LUN numbers.</li>
<li>Power-up the virtual machines and verify they are accessing correct disks, and can now VMotion.</li>
</ol>
<p><strong>Screenshot of the Virtual Machine Edit Settings Options</strong></p>
<p><a href="http://www.virtualization.net/wp-content/uploads/2011/05/mapped-RDM-vmware-vm.jpg"><img class="aligncenter size-medium wp-image-1794" title="mapped-RDM-vmware-vm" src="http://www.virtualization.net/wp-content/uploads/2011/05/mapped-RDM-vmware-vm-336x251.jpg" alt="" width="336" height="251" /></a></p>
<p>Be sure to check out our <strong><a title="virtualization forum" href="http://www.virtualization.net/forums/">virtualization forum</a></strong> for more solutions and to post any questions that you may have. If you are interested in blogging at <strong>Virtualization.net</strong>, please <strong><a href="http://www.virtualization.net/forums/sendmessage.php">contact us</a></strong>.</p>
<p>Related posts:<ol>
<li><a href='http://www.virtualization.net/1593-xen-virtualization-intel-vt-direct-hardware-access-graphics-card-windows-virtual-machines/' rel='bookmark' title='Xen Virtualization &amp; Intel VT-d: Direct Hardware Access to Graphics Card by Windows Virtual Machines'>Xen Virtualization &amp; Intel VT-d: Direct Hardware Access to Graphics Card by Windows Virtual Machines</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.virtualization.net/1793-mapped-direct-access-lun-that-is-not-accessible-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overview of the Veeam Backup &amp; Replication Software</title>
		<link>http://www.virtualization.net/1722-review-veeam-backup-replication-v5-software/</link>
		<comments>http://www.virtualization.net/1722-review-veeam-backup-replication-v5-software/#comments</comments>
		<pubDate>Mon, 16 May 2011 21:07:26 +0000</pubDate>
		<dc:creator>Haroon Mohammad</dc:creator>
				<category><![CDATA[Blog & Tutorials]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Replication]]></category>
		<category><![CDATA[SureBackup]]></category>
		<category><![CDATA[Veeam]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vPower]]></category>

		<guid isPermaLink="false">http://www.virtualization.net/?p=1722</guid>
		<description><![CDATA[In my last blog I went through various hardware that we use for backup purposes and their specifications. Since I wrote that article, I've been busy testing and deploying Veeam Backup and Replication virtualization backup software along with Symantec BackupExec 2010 R2. I will post reviews and HOW-Tos on both but first I wanted to [...]]]></description>
			<content:encoded><![CDATA[<p>In my last blog I went through various <strong><a href="http://www.virtualization.net/832-virtualization-infrastructure-backup-strategy/">hardware that we use for backup</a></strong> purposes and their specifications. Since I wrote that article, I've been busy testing and deploying Veeam Backup and Replication virtualization backup software along with Symantec BackupExec 2010 R2. I will post reviews and HOW-Tos on both but first I wanted to give <strong><em>Virtualization.net</em></strong> users an overview of the Veeam software.</p>
<p>Virtualization offers organization a unique combination of value and reduced costs  and no where is this combination more apparent than with disaster recovery and data protection. As IT crams more and more services on one server, the need to backup that data has become more important than ever before. Veeam backup and replication software addresses many concerns that virtualization administrators have and goes a step further to save time, reduce costs and allow faster recovery in case of a disaster. We've been using Veeam for past few months and very impressed with the way it goes about backing up virtual machines.</p>
<p>The biggest feature which attracted me to Veeam Backup and Replication v5 was the it combines <em>agentless</em> imagebased backup and replication in a single software. Other breakthrough features that are worth mentioning is the ability to run Virtual Machine (VM) directly from a backup file and the peace of mind of being able to replicate VMs to another host or datastore for instant recovery. A backup is only good when you can recover from a disaster, just because backup job completes successfully doesn't mean you can successfully restore it. Veeam Backup &amp; Replication takes a different approach to that challenge, it changes the way image backups are done through new technology called SureBackup. Veeam's SureBackup tests and verifies recoverability of every backup job and the verification process takes minutes rather than hours and does not need to be done manually.</p>
<p>Moreover, Veeam Backup and replication offers an intuitive web based dashboard where you can view information regarding your Veeam backup servers, VMs and status and graphical reports on backup tasks. It gives you a central web interface to manage multiple servers, change settings, add and managing licensing, configure notifications and much more.</p>
<div id="attachment_1729" class="wp-caption aligncenter" style="width: 346px"><a href="http://www.virtualization.net/wp-content/uploads/2011/05/veeam-backup-replication-web-dashboard.jpg"><img class="size-medium wp-image-1729" title="veeam-backup-replication-web-dashboard" src="http://www.virtualization.net/wp-content/uploads/2011/05/veeam-backup-replication-web-dashboard-336x238.jpg" alt="" width="336" height="238" /></a><p class="wp-caption-text">Veeam Backup &amp; Replication Web Interface</p></div>
<p style="text-align: center;">&nbsp;</p>
<div id="attachment_1723" class="wp-caption aligncenter" style="width: 346px"><a href="http://www.virtualization.net/wp-content/uploads/2011/05/veeam-backup-replication-overview.jpg"><img class="size-medium wp-image-1723 " title="veeam-backup-replication-overview" src="http://www.virtualization.net/wp-content/uploads/2011/05/veeam-backup-replication-overview-336x237.jpg" alt="Veeam backup replication overview" width="336" height="237" /></a><p class="wp-caption-text">Veeam Backup &amp; Replication v5.0 main software overview pane</p></div>
<h3>Here is list of some of Veeam Backup &amp; Replication v5.0 features</h3>
<ul>
<li>Instant VM Recovery</li>
<li>U-AIR (Universal Application-Item Recovery)</li>
<li>SureBackup Recovery Verification</li>
<li>On-Demang Sandbox</li>
<li>Instant File-Level recovery from any file system</li>
<div id="attachment_1725" class="wp-caption aligncenter" style="width: 346px"><a href="http://www.virtualization.net/wp-content/uploads/2011/05/veeam-backup-replication-restores.jpg"><img class="size-medium wp-image-1725" title="veeam-backup-replication-restores" src="http://www.virtualization.net/wp-content/uploads/2011/05/veeam-backup-replication-restores-336x237.jpg" alt="" width="336" height="237" /></a><p class="wp-caption-text">Restoring from Backup pane</p></div>
<p style="text-align: center;">&nbsp;</p>
<li>instant indexing</li>
<li>Guest file search</li>
<li>Customizable block size</li>
<li>Monthly schedules</li>
<li>Continuous job schedule</li>
<li>Unsupported disks are automatically skipped</li>
<li>Incremental backup mode</li>
<li>Previous full backup chain transformation</li>
<li>VM level retention</li>
<li>Delete individual VMs from a full backup file</li>
<li>Thin disk support on replica</li>
<li>on the fly disk transformation</li>
<li>Connection free operation</li>
<li>Granular application aware processing</li>
<li>better transaction log handling</li>
<li>VM search</li>
<li>restore audit</li>
<li>Service based retores</li>
<li>and many more...</li>
</ul>
<h3>Supported environments</h3>
<p><a href="http://www.virtualization.net/wp-content/uploads/2011/05/veeam-backup-replication-add-server.jpg"><img class="size-medium wp-image-1727" title="veeam-backup-replication-add-server" src="http://www.virtualization.net/wp-content/uploads/2011/05/veeam-backup-replication-add-server-336x237.jpg" alt="veeam backup and replication add server" width="336" height="237" /></a><br />
<strong>VMware Infrastructure Platforms:</strong></p>
<ul>
<li> vSphere 4.x</li>
<li> VMware Infrastructure 3.x (VI3)</li>
</ul>
<p><strong> Hosts:</strong></p>
<ul>
<li> ESX 4.x  and 3.x</li>
<li>ESXi 4.x and 3.x<em> (including replication to ESXi)</em></li>
</ul>
<p><strong> Software:</strong></p>
<ul>
<li> vCenter Server 4.x (optional)</li>
<li>Virtual Center 2.x (optional)</li>
</ul>
<p><strong> Virtual Machines:</strong></p>
<ul>
<li>All operating systems supported by VMware</li>
<li>Any application</li>
<li>Any file system</li>
</ul>
<p>In future blog articles, I will dive deep into basic and advance functionality of Veeam software and how you can use it to backup Vmware hosts.</p>
<p>Related posts:<ol>
<li><a href='http://www.virtualization.net/1007-new-veeam-backup-replication-v5-released/' rel='bookmark' title='New Veeam Backup &amp; Replication v5 Released'>New Veeam Backup &#038; Replication v5 Released</a></li>
<li><a href='http://www.virtualization.net/1090-veeam-backup-software-reports-record-third-quarter-results-in-2010/' rel='bookmark' title='Veeam Software Reports Record Third Quarter Results in 2010'>Veeam Software Reports Record Third Quarter Results in 2010</a></li>
<li><a href='http://www.virtualization.net/1664-veeam-vs-symantec-best-vmware-backup-solution/' rel='bookmark' title='Veeam v5 vs. Symantec: Best VMware Backup Solution?'>Veeam v5 vs. Symantec: Best VMware Backup Solution?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.virtualization.net/1722-review-veeam-backup-replication-v5-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

