<?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>TommyBlue.it &#187; vmware</title>
	<atom:link href="http://www.tommyblue.it/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tommyblue.it</link>
	<description>Bombardare per la pace è un po' come trombare per la verginità...</description>
	<lastBuildDate>Tue, 24 Jan 2012 09:34:19 +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>Abilitare l&#8217;accesso SSH su ESXi 4</title>
		<link>http://www.tommyblue.it/2010/02/19/abilitare-laccesso-ssh-su-esxi-4/</link>
		<comments>http://www.tommyblue.it/2010/02/19/abilitare-laccesso-ssh-su-esxi-4/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 11:32:28 +0000</pubDate>
		<dc:creator>TommyBlue</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Informatica]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.tommyblue.it/?p=893</guid>
		<description><![CDATA[Breve how-to per abilitare l'accesso SSH su VMWare ESXi 4]]></description>
			<content:encoded><![CDATA[<p>Di default <a title="VMWare ESXi" href="http://www.vmware.com/products/esxi/" target="_blank">VMWare ESXi</a> non permette l&#8217;accesso SSH ma solo con la console vSphere. È però molto comodo accedervi in SSH, ad esempio per fare una copia delle macchine virtuali o automatizzare altre operazioni.</p>
<p>Su ESXi versione 4, per abilitare il server SSH basta effettuare questi passaggi:</p>
<ol>
<li>Premere Alt+F1</li>
<li>Digitare <em>unsupported</em> (non vedrete nulla a schermo)</li>
<li>Verrà chiesta la password di root</li>
<li>Una volta entrati editare il file <em>/etc/inetd.conf</em> (usando <em>vi</em> o un altro editor)</li>
<li>Decommentare le riche riguardanti SSH (ovvero togliere il cancelletto <em>#</em>). Ci sono due righe riguardanti SSH, una per TCPv4 e una per TCPv6</li>
<li>Lanciare <em>services.sh restart</em></li>
</ol>
<p>Se dopo questi passaggi ancora non è possibile accedere bisogne identificare il PID di inetd (con <em>ps aux | grep inetd</em>) e poi riavviarlo con <em>kill -HUP &lt;pid&gt;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommyblue.it/2010/02/19/abilitare-laccesso-ssh-su-esxi-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Convertire un&#8217;immagine di Virtualbox in una per VMWare con QEMU su Mac</title>
		<link>http://www.tommyblue.it/2010/02/05/convertire-unimmagine-di-virtualbox-in-una-per-vmware-con-qemu-su-mac/</link>
		<comments>http://www.tommyblue.it/2010/02/05/convertire-unimmagine-di-virtualbox-in-una-per-vmware-con-qemu-su-mac/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 11:39:13 +0000</pubDate>
		<dc:creator>TommyBlue</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Informatica]]></category>
		<category><![CDATA[Memoria usiliaria]]></category>
		<category><![CDATA[conversione]]></category>
		<category><![CDATA[qemu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualizzazione]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.tommyblue.it/?p=804</guid>
		<description><![CDATA[Può capitare di avere un&#8217;immagine di un s.o. virtuale in formato vdi (VirtualBox) e di doverla trasformare in un&#8217;immagine che possa funzionare con VMWare (vmdk), il tutto su Mac OS X. La soluzione esiste ed è interessante che comporti l&#8217;uso di un terzo software di emulazione: QEMU :-) L&#8217;utility che ci serve è qemu-img che [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tommyblue.it/wp-content/uploads/2010/02/qemu.gif" rel="lightbox[804]"><img class="alignleft size-full wp-image-805" title="QEMU" src="http://www.tommyblue.it/wp-content/uploads/2010/02/qemu.gif" alt="" width="84" height="81" /></a>Può capitare di avere un&#8217;immagine di un s.o. virtuale in formato <em>vdi</em> (<a href="http://www.virtualbox.org/">VirtualBox</a>) e di doverla trasformare in un&#8217;immagine che possa funzionare con <a href="http://www.vmware.com/">VMWare</a> (<em>vmdk</em>), il tutto su <em>Mac OS X</em>.</p>
<p>La soluzione esiste ed è interessante che comporti l&#8217;uso di un terzo software di emulazione: <a href="http://www.kju-app.org/">QEMU</a> :-)</p>
<p>L&#8217;utility che ci serve è <strong>qemu-img</strong> che nell&#8217;installazione Mac si trova in <em>/Applications/Q.app/Contents/MacOS/qemu-img</em></p>
<p>La conversione è molto semplice e non richiede troppo tempo:</p>
<pre>cd /Applications/Q.app/Contents/MacOS/
./qemu-img convert /path2virtualbox/img2convert.vdi  /path2vmware/converted_img.vmdk</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.tommyblue.it/2010/02/05/convertire-unimmagine-di-virtualbox-in-una-per-vmware-con-qemu-su-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare clock syncronization errors</title>
		<link>http://www.tommyblue.it/2008/09/11/vmware-clock-syncronization-errors/</link>
		<comments>http://www.tommyblue.it/2008/09/11/vmware-clock-syncronization-errors/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 12:20:28 +0000</pubDate>
		<dc:creator>TommyBlue</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Informatica]]></category>
		<category><![CDATA[Software Libero]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.tommyblue.it/?p=230</guid>
		<description><![CDATA[Using VMWare on a quad-core Intel(R) Xeon(R) CPU E5335 @ 2.00GHz with Ubuntu in /var/log/syslog on the host i got a lot of messages: rtc: lost some interrupts at 128Hz rtc: lost some interrupts at 256Hz [..] &#160;/dev/vmmon[26777]: host clock rate change request 123 -&#62; 146 After some googlesearches i found the solution. In both [...]]]></description>
			<content:encoded><![CDATA[<p>Using VMWare on a quad-core Intel(R) Xeon(R) CPU E5335  @ 2.00GHz with Ubuntu in <strong>/var/log/syslog</strong> on the host i got a lot of messages:</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">rtc: lost some interrupts at 128Hz<br />
rtc: lost some interrupts at 256Hz<br />
[..]<br />
&nbsp;/dev/vmmon[26777]: host clock rate change request 123 -&gt; 146</div></div>
<p>After some googlesearches i found the solution. In both case i had to edit the <strong>/etc/vmware/config</strong> file.</p>
<p>For the rtc error (from <a href="http://www.vmware.com/pdf/vmware_timekeeping.pdf">http://www.vmware.com/pdf/vmware_timekeeping.pdf</a>):</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">host.useFastClock = FALSE</div></div>
<p>And for the clock rate (from <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1591">http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1591</a>):</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">host.cpukHz = 1995001<br />
host.noTSC = TRUE<br />
ptsc.noTSC = TRUE</div></div>
<p>To calculate the cpukHZ open <strong>/proc/cpuinfo</strong>:</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">~$ cat /proc/cpuinfo<br />
[..]<br />
cpu MHz &nbsp; &nbsp; : 1995.001<br />
[..]</div></div>
<p>The value is in MHz, so multiply by 1000&#8230; :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommyblue.it/2008/09/11/vmware-clock-syncronization-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

