<?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"
	>

<channel>
	<title>Intel Software Network Blogs &#187; Aamir Yunus (Intel)</title>
	<atom:link href="http://software.intel.com/en-us/blogs/author/aamir-yunus/feed/" rel="self" type="application/rss+xml" />
	<link>http://software.intel.com/en-us/blogs</link>
	<description></description>
	<pubDate>Fri, 06 Nov 2009 23:30:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>Starting a VM with small disk space - Modifying ESX Swap file location</title>
		<link>http://software.intel.com/en-us/blogs/2009/09/29/starting-a-vm-with-small-disk-space-modifying-esx-swap-file-location/</link>
		<comments>http://software.intel.com/en-us/blogs/2009/09/29/starting-a-vm-with-small-disk-space-modifying-esx-swap-file-location/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 18:05:24 +0000</pubDate>
		<dc:creator>Aamir Yunus (Intel)</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[ESX vsphere swapfile location]]></category>

		<guid isPermaLink="false">http://software.intel.com/en-us/blogs/2009/09/29/starting-a-vm-with-small-disk-space-modifying-esx-swap-file-location/</guid>
		<description><![CDATA[Here is a solution from our Senior Engineers, Kshitij Doshi and Ashok Emani  to a particular problem that we encounter every now and then:
VMware will allow you to configure a huge amount of DRAM to a VM, but then won't let you start the VM because it does not know where to store bytes [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a solution from our Senior Engineers, Kshitij Doshi and Ashok Emani  to a particular problem that we encounter every now and then:</p>
<p>VMware will allow you to configure a huge amount of DRAM to a VM, but then won't let you start the VM because it does not know where to store bytes for that VM if it needs to deschedule the VM.</p>
<p><strong>Problem details:</strong></p>
<p>You have installed ESX or vSphere on a disk, and you have created additional virtual machine(s) on that disk.</p>
<p>You want to add a lot of memory to your VM(s). The amount of memory in your VM, plus the size of the root disk of your VM is greater than X.</p>
<p>VMware will not let you boot your VM, because it realizes that it does not have enough space left on the ESX disk to back the total commits it may need to make from the page cache, when it needs to suspend the VM.</p>
<p><strong>Solution:</strong></p>
<p>Create a large enough VMFS disk store somewhere else, or get it from an NFS volume and add it to your host.</p>
<p>In the example pictured below, we created such a VMFS disk store and named it swapesxstore.</p>
<p>Next we edited the host configuration as shown in the picture. We enabled a nondefault swap store by setting the two parameters as shown in the figure below:</p>
<p><a href="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/09/untitled-2.jpg"><img src="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/09/untitled-2.jpg" alt="" width="500" height="420" class="alignnone size-full wp-image-10196" /></a></p>
<p>Reboot your ESX server and now you can power up your VM using the modified swap file.</p>
]]></content:encoded>
			<wfw:commentRss>http://software.intel.com/en-us/blogs/2009/09/29/starting-a-vm-with-small-disk-space-modifying-esx-swap-file-location/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing VMware Tools on your VM Created Using ESXi</title>
		<link>http://software.intel.com/en-us/blogs/2009/03/30/installing-vmware-tools-on-your-vm-created-using-esxi/</link>
		<comments>http://software.intel.com/en-us/blogs/2009/03/30/installing-vmware-tools-on-your-vm-created-using-esxi/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 18:22:52 +0000</pubDate>
		<dc:creator>Aamir Yunus (Intel)</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[vmware tools "vmware Tools" ESXi ESX]]></category>

		<guid isPermaLink="false">http://software.intel.com/en-us/blogs/2009/03/30/installing-vmware-tools-on-your-vm-created-using-esxi/</guid>
		<description><![CDATA[Have you ever seen the dreaded message while installing tools on a VM created on ESXi?
“Unable to install VMware tools.  An error occurred while trying to access image file “/usr/lib/vmware/isoimages/windows.iso.”
A quick solution to this problem is:
•	Copy the .ISO file /usr/lib/vmware/isoimages/windows.iso from the same or a similar version of “ESX classic” on to your data [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever seen the dreaded message while installing tools on a VM created on ESXi?</p>
<p>“Unable to install VMware tools.  An error occurred while trying to access image file “/usr/lib/vmware/isoimages/windows.iso.”</p>
<p>A quick solution to this problem is:</p>
<p>•	Copy the .ISO file /usr/lib/vmware/isoimages/windows.iso from the same or a similar version of “ESX classic” on to your data store.  Here I am using windows as my guest OS, therefore I am copied windows.iso.  (I assume you have a licensed version of ESX classic.)</p>
<p>•	Shutdown you VM, edit the setting of your VM using VIClient.</p>
<p>•	Highlight the CD/DVD drive on the left side of the “Virtual Machine Properties” dialog box.</p>
<p>•	Select “Datastore ISO file” from the “Device Type” group on right hand side of the “Virtual Machine Properties” dialog box.</p>
<p>•	Click on the “Browse” button and find the ISO file that you just copied onto your datastore.</p>
<p>•	Make sure the “Connected” and “Connect at power on” check boxes are checked.</p>
<p>•	Power on you VM</p>
<p>•	Run setup.exe from the newly mounted CDROM.</p>
]]></content:encoded>
			<wfw:commentRss>http://software.intel.com/en-us/blogs/2009/03/30/installing-vmware-tools-on-your-vm-created-using-esxi/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Step by Step Guide on How to Enable VT-d and Perform Direct Device Assignment</title>
		<link>http://software.intel.com/en-us/blogs/2009/02/24/step-by-step-guide-on-how-to-enable-vt-d-and-perform-direct-device-assignment/</link>
		<comments>http://software.intel.com/en-us/blogs/2009/02/24/step-by-step-guide-on-how-to-enable-vt-d-and-perform-direct-device-assignment/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 20:33:27 +0000</pubDate>
		<dc:creator>Aamir Yunus (Intel)</dc:creator>
		
		<category><![CDATA[Parallel Prog. &amp; Multi-Core]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[direct assignment]]></category>

		<category><![CDATA[Direct device assignment]]></category>

		<category><![CDATA[ESX]]></category>

		<category><![CDATA[Intel VT-d]]></category>

		<category><![CDATA[vmware]]></category>

		<category><![CDATA[vmware vt-d]]></category>

		<category><![CDATA[VT-d]]></category>

		<category><![CDATA[VTD]]></category>

		<guid isPermaLink="false">http://software.intel.com/en-us/blogs/2009/02/24/step-by-step-guide-on-how-to-enable-vt-d-and-perform-direct-device-assignment/</guid>
		<description><![CDATA[This guide shows step by step instructions on how to "direct assign" Intel 85276 NIC to a virtual machine using Intel's VT-d technology.   For this guide I am using the following hardware and software:

Supermicro X8DTN+ Server with Intel Core i7 X5570 processors, American Megatrends BIOS R1.1
VMware's ESX Server 4.0 as the hypervisor
Microsoft Windows [...]]]></description>
			<content:encoded><![CDATA[<p>This guide shows step by step instructions on how to "direct assign" Intel 85276 NIC to a virtual machine using Intel's VT-d technology.   For this guide I am using the following hardware and software:</p>
<ul>
<li>Supermicro X8DTN+ Server with Intel Core i7 X5570 processors, American Megatrends BIOS R1.1</li>
<li>VMware's ESX Server 4.0 as the hypervisor</li>
<li>Microsoft Windows Server 2008 Enterprise 64-bit as the guest operating system</li>
</ul>
<p>Your BIOS, VMM and guest OS might be different from what I used, however you can apply the same methodology to your hardware and software.</p>
<p>1. First step is to enable VT-d in BIOS.  You will not find it under CPU configurations.  Go to your BIOS and select "North Bridge" under chipset.</p>
<p><img src="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/06/spicture1.jpg" alt="NorthBridge" /></p>
<p>2. Select Tylersburg IOH Configuration.</p>
<p><img src="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/06/sbios3.jpg" alt="Tylersburg" /></p>
<p>3. Select Intel VT for Directed I/O Configuration.</p>
<p><img src="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/06/sbios4.jpg" alt="VTD" /></p>
<p>4. Enable VT-d.</p>
<p><img src="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/06/sbios5.jpg" alt="EnVTD" /></p>
<p>5. Save and exit.  Unplug the power from your system, wait for one minute and plug it back again.</p>
<p>6. Power up your system, connect VIClient to ESX server.</p>
<p>7. On VIClient, goto "Configuration" tab, click "Advanced Settings" under hardware and then click "Configure Passthrough."  </p>
<p><img src="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/06/sbios6.jpg" alt="Configpass" /></p>
<p>8. A pop-up dialog box will appear.  We want to confiigure vmnic1 for direct assignment.  Select vmnic1 and click OK.</p>
<p><img src="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/06/sbios7.jpg" alt="vmnic1" /></p>
<p>9. Now you will see "Intel Corporation 85276 Gigabit Network Connection [vmnic1]" in the list of devices available for direct access for virtual machines. Reboot your ESX server.</p>
<p><img src="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/06/sbios8.jpg" alt="gigbit" /></p>
<p>10. Now edit the settings of your virtual machine to which you want to add the pass through device.  In our case 85276 network adapter.  Click on "Add hardware" and then select "PCI device" as shown in figure below.  Click "Next."</p>
<p><img src="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/06/sbios9.jpg" alt="gigbit" /></p>
<p>11. Select "Intel Corporation 85276 Gigabit Network Connection" from the drop down list and click "Next" button.</p>
<p><img src="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/06/sbios10.jpg" alt="GB85276" /></p>
<p>12. You will see "New PCI Device" will be added.  Click OK and close the dialog box.</p>
<p><img src="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/06/sbios12.jpg" alt="PCIDev" /></p>
<p>13.  Power on your virtual machine.  Now guest OS will detect a new hardware device that has been added.  You need to install appropriate drivers for your device.</p>
<p><img src="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/06/sbios12a.jpg" alt="NewDevice" /></p>
<p>14.  For Intel 85276 NIC, download the driver file "PROVISTAX64_v13_5.exe" from Intel's website.  Double click on the executable and install the driver.</p>
<p><img src="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/06/sbios13.jpg" alt="driver" /></p>
<p>15.  You will see a message that "Device driver software installed successfully."  You are ready to use your directly assigned Intel Corporation 85276 Gigabit Network Adapter.</p>
<p><img src="http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2009/06/sbios14.jpg" alt="driver" /></p>
]]></content:encoded>
			<wfw:commentRss>http://software.intel.com/en-us/blogs/2009/02/24/step-by-step-guide-on-how-to-enable-vt-d-and-perform-direct-device-assignment/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
