<?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>David&#039;s technobabble &#187; vmware server</title>
	<atom:link href="http://bable.cybermarshall.com/tag/vmware-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://bable.cybermarshall.com</link>
	<description>David&#039;s thoughts about this and that</description>
	<lastBuildDate>Fri, 22 Jan 2010 18:29:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Slow Clock in guest OS on VMWare Server 1.x</title>
		<link>http://bable.cybermarshall.com/2008/11/12/slow-clock-in-guest-os-on-vmware-server-1x/</link>
		<comments>http://bable.cybermarshall.com/2008/11/12/slow-clock-in-guest-os-on-vmware-server-1x/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 23:23:33 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[vmware server]]></category>

		<guid isPermaLink="false">http://www.cybermarshall.com/blogs/david/?p=5</guid>
		<description><![CDATA[When using VMware Server 1.x, I&#8217;ve encountered a few guest Virtual Machines, VMs, where the clocks do not advance correctly. What is especially frustrating about this is that frequently the clocks in the other guest VM&#8217;s on the same host are operating correctly. I&#8217;ve not yet determined what causes the inconsistency across the guest VM&#8217;s, [...]]]></description>
			<content:encoded><![CDATA[<p>When using VMware Server 1.x, I&#8217;ve encountered a few guest Virtual Machines, VMs, where the clocks do not advance correctly. What is especially frustrating about this is that frequently the clocks in the other guest VM&#8217;s on the same host are operating correctly. I&#8217;ve not yet determined what causes the inconsistency across the guest VM&#8217;s, but overtime, I&#8217;ve found a few tricks to work-around this issue.</p>
<p><span id="more-5"></span></p>
<p><code><br />
</code></p>
<p>Trick #1 &#8212; Host OS power management may be causing the host to update the clock incorrectly, tell the VMware server software the real clock speed of the cpus by modifying the config.ini.</p>
<p>Add the following entries and restart the vmware authorization server</p>
<ul>
<li>host.cpukHz = &#8220;30000000&#8243; (this example is for a 3 GHZ system)</li>
<li>host.noTSC = &#8220;TRUE&#8221;</li>
<li>ptsc.noTSC = &#8220;TRUE&#8221;</li>
</ul>
<p>On windows the default location of the VMware config.ini is C:\Documents and Settings\All Users\Application Data\VMware\VMware Server</p>
<p>On Linux this file is in /etc/vmware/config</p>
<p>Trick #2 &#8212; set the VMware Tools Clock Synchronization to update more frequently by editing the .vmx file and adding</p>
<ul>
<li>tools.syncTime = “TRUE”</li>
<li>tools.syncTime.period = “1″ (this is for a 1 second update)</li>
<li>timeTracker.periodicStats=”True”</li>
<li>timeTracker.statsIntercal=”10″</li>
</ul>
<p>A word of caution, If you use Trick #2 and later you attempt to convert the VMWare Server VM to ESX , then you may have to comment out or remove these items</p>
<ul>
<li>tools.syncTime.period</li>
<li>timeTracker.periodicStats</li>
<li>timeTracker.statsIntercal</li>
</ul>
<p>from the .vmx file. At least one version of VMWare converter did not create a VM that I could use in ESX, until I had removed those items prior to running the converter.</p>
<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-5633552336244805";
/* 125x125, created 10/24/08 */
google_ad_slot = "7137128911";
google_ad_width = 125;
google_ad_height = 125;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://bable.cybermarshall.com/2008/11/12/slow-clock-in-guest-os-on-vmware-server-1x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
