<?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>Tech Help Blog &#187; Virtualization</title>
	<atom:link href="http://www.techhelpblog.com/category/virtualization-with-vmware-hyperv-citrix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techhelpblog.com</link>
	<description>A Technical Support Blog</description>
	<lastBuildDate>Mon, 23 Jan 2012 23:00:02 +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>Hyper V Failed to add device &#8216;Microsoft Synthetic Ethernet Port&#8217;</title>
		<link>http://www.techhelpblog.com/2011/04/06/hyper-failed-add-device-microsoft-synthetic-ethernet-port/</link>
		<comments>http://www.techhelpblog.com/2011/04/06/hyper-failed-add-device-microsoft-synthetic-ethernet-port/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 09:36:22 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Hyper V]]></category>
		<category><![CDATA[Server Admin]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.techhelpblog.com/?p=243</guid>
		<description><![CDATA[So just another quick one here, I encountered a server having huge issues modifying and creating VM&#8217;s. The issue was exasterbated by the fact the drive holding the VM&#8217;s had run out of space and they where all &#8220;saved&#8221; and offline. In any case after lots of investigating and attempting to fix the VM&#8217;s (after freeing space) I [...]]]></description>
			<content:encoded><![CDATA[<p>So just another quick one here, I encountered a server having huge issues modifying and creating VM&#8217;s. The issue was exasterbated by the fact the drive holding the VM&#8217;s had run out of space and they where all &#8220;saved&#8221; and offline. In any case after lots of investigating and attempting to fix the VM&#8217;s (after freeing space) I still couldn&#8217;t create or edit existing VM&#8217;s! The message poping up was something like this</p>
<p>The server encountered an error while configuring network on &#8212;&#8212;&#8211; Failed to add device &#8216;Microsoft Synthetic Ethernet Port&#8217;.</p>
<p><a href="http://www.techhelpblog.com/wp-content/uploads/2011/04/hyperv-synthetic-eth-port.jpg"><img class="aligncenter size-full wp-image-244" title="hyperv-synthetic-eth-port" src="http://www.techhelpblog.com/wp-content/uploads/2011/04/hyperv-synthetic-eth-port.jpg" alt="" width="360" height="275" /></a>So the fix, at least for me, was Antivirus exclusions! The box in this case was running AVG enterprise and by adding an exclusion on the virtual machine directory the problem seen above went away, I have since heard of similar issues with other AV apps and also MS Forefront causing the same issues.</p>
<p>Hope this helps <img src='http://www.techhelpblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techhelpblog.com/2011/04/06/hyper-failed-add-device-microsoft-synthetic-ethernet-port/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware Console repeating Characters and how to stop it</title>
		<link>http://www.techhelpblog.com/2010/08/11/vmware-console-repeating-characters-stop/</link>
		<comments>http://www.techhelpblog.com/2010/08/11/vmware-console-repeating-characters-stop/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 12:17:58 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[.vmx]]></category>
		<category><![CDATA[datastore]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[keyboard.typematicMinDelay]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[random characters]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.techhelpblog.com/?p=77</guid>
		<description><![CDATA[I was recently connected to the console of a Linux VM on an ESXi server using vSphere and whenever I would type it would repeat each character a random number of times, needless to say this got quiet anoying. So I did some Googleing! As we all do, and I found this article which was [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently connected to the console of a Linux VM on an ESXi server using vSphere and whenever I would type it would repeat each character a random number of times, needless to say this got quiet anoying. So I did some Googleing! As we all do, and I found this <a href="http://robertbchase.blogspot.com/2009/10/vmware-console-repeating-chararacters.html" target="_blank">article</a> which was exactly what I needed and figured I&#8217;d post up my findings on the same.</p>
<p>Basically in order to make this change you will require access to the .vmx file for the VM in question on the server with either vSphere/telnet/ssh. I actually used ssh to perform the change browsing to the virtual machine and editing the .vmx file that way. However as most people probably don&#8217;t have ssh/telnet enabled, view this post by <a title="How to enable ssh access to esxi hosts" href="http://www.techhelpblog.com/2010/08/09/how-to-enable-ssh-access-to-esxi-v4/" target="_blank">clicking here </a>to learn how to enable it, I will demonstrate this using vSphere and its built in Datastore Browser.</p>
<ol>
<li><strong>Browse the datastore from vSphere as shown below.</strong><br />
<a href="http://www.techhelpblog.com/wp-content/uploads/2010/08/vmware-esx-browse-datastore.jpg"><img class="aligncenter size-full wp-image-78" title="VMware ESXi browsing the datastore with vSphere" src="http://www.techhelpblog.com/wp-content/uploads/2010/08/vmware-esx-browse-datastore.jpg" alt="" width="689" height="302" /></a> Basically you click on the top level host in the left column, then choose the C<em>onfiguration tab &gt;&gt; storage</em> in the <em>Hardware</em> menu and right click on the datastore in question and select <em>Browse Datastore.<br />
<strong>NOTE: Ensure the VM is Shutdown when changing this file</strong>. </em></li>
<li><strong>Browse to the VM and download the .vmx file<br />
<span style="font-weight: normal;">This part is mostly self explanatory, using the datastore browser window that pops up you can browse the file store and find the .vmx file inside your VM&#8217;s folder. Then click the small download button and choose an appropriate place for it.</span></strong></li>
<li><strong>Now lets edit the file with WordPad or similar.<br />
<span style="font-weight: normal;"> Find a neat place within the file to add the following line.</span></strong></p>
<blockquote><p>keyboard.typematicMinDelay = &#8220;2000000&#8243;</p></blockquote>
</li>
<p>Save the file, ensuring it retains its .vmx extension.</p>
<li><strong>Upload the file using the Datastore Browser.</strong><br />
Overwrite the original file with the changed file and you&#8217;re good to go. Start the VM up again and you shouldn&#8217;t have the typing issue again!</li>
</ol>
<p>Typing may be slowed down somewhat and as mentioned in Robert Chases post <a href="http://robertbchase.blogspot.com/2009/10/vmware-console-repeating-chararacters.html" target="_blank">here</a> you may need to repeat keystrokes within editors like vi when holding a key doesn&#8217;t quiet work as normal. But quality is more important that quantity! Leave questions in the comments. Cheers <img src='http://www.techhelpblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techhelpblog.com/2010/08/11/vmware-console-repeating-characters-stop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Enable SSH Access to ESXi v4</title>
		<link>http://www.techhelpblog.com/2010/08/09/how-to-enable-ssh-access-to-esxi-v4/</link>
		<comments>http://www.techhelpblog.com/2010/08/09/how-to-enable-ssh-access-to-esxi-v4/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 10:02:31 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[/etc/inetd.conf]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[ESXi console]]></category>
		<category><![CDATA[inetd.conf]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[techhelp]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[unsupported]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.techhelpblog.com/?p=49</guid>
		<description><![CDATA[Learn how to enable ssh access to your ESXi VMware hosts]]></description>
			<content:encoded><![CDATA[<ol>
<li>Go to the ESXi console and press<br />
<blockquote><p>ALT+F1</p></blockquote>
</li>
<li>Type:<br />
<blockquote><p>unsupported</p></blockquote>
</li>
<li>Enter the root password (typing will be blind)</li>
<li>Once logged in type<br />
<blockquote><p>vi /etc/inetd.conf</p></blockquote>
</li>
<li>Look for the line that starts with #ssh and remove the # so it starts with ssh (press &#8220;x&#8221; if the cursor is on the character)</li>
<li>Save by typing<br />
<blockquote><p>:wq!</p></blockquote>
</li>
<li>Restart the ESXi server &amp; test connecting via ssh.</li>
</ol>
<p>NOTE: You can also enable telnet access by removing the # infront of the telnet line and I haven&#8217;t tested this, as I use secure management networks, however if you follow my post &#8220;<a title="Permalink to How to Secure SSH on CPanel and restrict to specific hosts" href="http://www.techhelpblog.com/2010/08/07/how-to-secure-ssh-on-cpanel-and-restrict-to-specific-hosts/">How to Secure SSH on CPanel and restrict to specific hosts</a>&#8221; you can probably use the step 2 bit to change the listening port if you really wanted to <img src='http://www.techhelpblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techhelpblog.com/2010/08/09/how-to-enable-ssh-access-to-esxi-v4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

