<?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>Professional VMware &#187; ntp</title> <atom:link href="http://professionalvmware.com/category/ntp/feed/" rel="self" type="application/rss+xml" /><link>http://professionalvmware.com</link> <description>How Many Turtles Can You Fit On A Rock?</description> <lastBuildDate>Thu, 24 May 2012 13:39:29 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>WTF Is A Step Ticker?  &#8211; Step Tickers. and Why They Matter</title><link>http://professionalvmware.com/2009/05/wtf-is-a-step-ticker-step-tickers-and-why-they-matters/</link> <comments>http://professionalvmware.com/2009/05/wtf-is-a-step-ticker-step-tickers-and-why-they-matters/#comments</comments> <pubDate>Thu, 14 May 2009 16:19:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[ESX]]></category> <category><![CDATA[ntp]]></category> <category><![CDATA[time]]></category> <category><![CDATA[Troubleshooting]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2009/05/14/wtf-is-a-step-ticker-step-tickers-and-why-they-matters/</guid> <description><![CDATA[What is a “Step Ticker” You know, it’s one of those little pedometer things you strap onto your hip and tracks how far you’ve walked. Ok, so it’s not that. At least not within the context of servers &#38; virtualization. So what IS it? It’s a horribly named NTP (network time protocol) concept. Yup. That’s [...]]]></description> <content:encoded><![CDATA[<p></p><h3>What is a “Step Ticker”</h3><p>You know, it’s one of those little pedometer things you strap onto your hip and tracks how far you’ve walked. Ok, so it’s not that. At least not within the context of servers &amp; virtualization. So what <em>IS</em> it? It’s a horribly named NTP (network time protocol) concept. Yup. That’s it. You were expecting at least two other paragraphs, no?</p><h3>What does it do?</h3><p>Hate to disappoint, this paragraph is going to be short too. A Step Ticker is basically a way to tell the NTP daemon to check a server or two, and correct time on startup, rather than relying on the time that was restored from the hardware.</p><p>This is meaningful, because often the hardware time has drifted. If you are running applications that are exceedingly time sensitive, like virtualization, you’ll of course want accurate time. So setting up Step Tickers is a “Good Idea”. So how do we do that?</p><h3>Setting Up Step Tickers</h3><p>I’ll show you how to do this on a single host, as well, that’s easy, and I’m lazy. To deploy in mass, you’ll likely want this as part of your kickstart process. If you don’t have automated builds, shame on you, but you should have it as part of your QC process then. As for scripting the change out to each host, that is best left to you, the reader (but can be done in PoSH with plink).</p><p>Enough rambling, open /etc/ntp/step-tickers and add some lines that look like this</p><p><span
style="font-family: Courier New; color: #ff8040;">0.vmware.pool.ntp.org<br
/> 1.vmware.pool.ntp.org<br
/> 2.vmware.pool.ntp.org </span></p><p>From here, save the file and restart ntp (service ntpd restart).</p><p>Questions? Drop a line in the comments.</p><p>Sources: <a
href="http://www.tripwire.com/configcheck/remediation.cfm?tid=T0003898&amp;policy=com/tripwire/checker/data/VMware_ESX_Server_v3.5_Security_TE_7.1_Policy.xml">Tripwire KB</a>, <a
href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1339">VMware KB</a>, and some random <a
href="http://www.flux.org/pipermail/linux/2002-February/007547.html">UseNet/Mailing list  post about ntpd</a>.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2009/05/wtf-is-a-step-ticker-step-tickers-and-why-they-matters/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>Time Keeps on Slipping&#8230; Time Keeping Best Practices for Linux</title><link>http://professionalvmware.com/2008/12/time-keeps-on-slipping-time-keeping-best-practices-for-linux/</link> <comments>http://professionalvmware.com/2008/12/time-keeps-on-slipping-time-keeping-best-practices-for-linux/#comments</comments> <pubDate>Mon, 08 Dec 2008 15:19:59 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[ESX]]></category> <category><![CDATA[esx 3.5]]></category> <category><![CDATA[esxi]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[ntp]]></category> <category><![CDATA[time]]></category> <category><![CDATA[VM]]></category> <category><![CDATA[VMware]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/08/time-keeps-on-slipping-time-keeping-best-practices-for-linux/</guid> <description><![CDATA[Had a situation in which time in a Linux guest kept creeping about, slower, faster, etc. To the point where NTP wasn’t helping before. This in turn, like all good questions, turned me to that which is the holy oracle of all knowledge: Google. Google, showed me that I am not alone in my struggles, [...]]]></description> <content:encoded><![CDATA[<p></p><p><img
src="http://farm1.static.flickr.com/190/493172644_5724130f00_m.jpg" /></p><p>Had a situation in which time in a Linux guest kept creeping about, slower, faster, etc. To the point where NTP wasn’t helping before. This in turn, like all good questions, turned me to that which is the holy oracle of all knowledge: Google.</p><p>Google, showed me that I am not alone in my struggles, and gave me some direction in my quest. That direction was to <a
href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1006427">VMware’s KB 1006427: Timekeeping best practices for Linux</a></p><p>It seems as each distribution does things slightly differently, there are kernel parameters that can be set to overcome the time slippage.</p><blockquote><p>This article presents best practices for Linux timekeeping. These recommendations include specifics on the particular kernel command line options to use for the Linux operating system of interest. There is also a description of the recommended settings and usage for NTP time sync, configuration of VMware Tools time synchronization, and Virtual Hardware Clock configuration, to achieve best timekeeping results.</p></blockquote> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/time-keeps-on-slipping-time-keeping-best-practices-for-linux/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
