<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: /sbin/init.d/xntpd stop / -start in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sbin-init-d-xntpd-stop-start/m-p/6819597#M489199</link>
    <description>&lt;P&gt;The service will start and stop...&lt;/P&gt;&lt;P&gt;At this point of time it will not sync with NTP server..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Dec 2015 15:41:27 GMT</pubDate>
    <dc:creator>Ajin_1</dc:creator>
    <dc:date>2015-12-18T15:41:27Z</dc:date>
    <item>
      <title>/sbin/init.d/xntpd stop / -start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sbin-init-d-xntpd-stop-start/m-p/6819485#M489195</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;What are the implications (if any) of running the above whilst the server is up and running?&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Mark P.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 10:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sbin-init-d-xntpd-stop-start/m-p/6819485#M489195</guid>
      <dc:creator>Mark Parsons</dc:creator>
      <dc:date>2015-12-18T10:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: /sbin/init.d/xntpd stop / -start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sbin-init-d-xntpd-stop-start/m-p/6819577#M489196</link>
      <description>&lt;P&gt;Well, the obvious one is that the NTP process will be stopped and restarted.&amp;nbsp; In the time that it takes that to happen your server will not be syncing its time with your NTP time sources.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other item that comes into play is whether or not you have an NTPDATE_SERVER set in the /etc/rc.config.d/netdaemons file.&amp;nbsp; If you do then your time will be set to the time value received from that server.&amp;nbsp; If there is a large difference in time several seconds to minutes, then that could cause problems with applications (like databases).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your server has been keeping time well and there are no issues, then it shouldn't be a big deal to stop / start NTP.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 14:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sbin-init-d-xntpd-stop-start/m-p/6819577#M489196</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2015-12-18T14:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: /sbin/init.d/xntpd stop / -start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sbin-init-d-xntpd-stop-start/m-p/6819597#M489199</link>
      <description>&lt;P&gt;The service will start and stop...&lt;/P&gt;&lt;P&gt;At this point of time it will not sync with NTP server..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 15:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sbin-init-d-xntpd-stop-start/m-p/6819597#M489199</guid>
      <dc:creator>Ajin_1</dc:creator>
      <dc:date>2015-12-18T15:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: /sbin/init.d/xntpd stop / -start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sbin-init-d-xntpd-stop-start/m-p/6819859#M489203</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;The service will start and stop...&lt;BR /&gt;&amp;gt;&amp;gt; At this point of time it will not sync with NTP server..&lt;/P&gt;&lt;P&gt;Actually, that is not accurate. The &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;xntpd&lt;/STRONG&gt; &lt;/FONT&gt;start script will examine the file &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;/etc/rc.config.d/netdaemons&lt;/STRONG&gt;&lt;/FONT&gt; and if the line:&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#0000FF"&gt;export NTPDATE_SERVER=rolex.usg.edu&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;has a working NTP server listed, the time will 'jump' to the current time. If it is blank (&lt;/SPAN&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;export NTPDATE_SERVER=&lt;/STRONG&gt;&lt;/FONT&gt;), then time will not be jumped when the script is run. Then on reboot, the server will not set time to an NTP server. Instead, the server will be adjusted slowly by &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;xntpd&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;As mentioned, jumping the time can be detrimental to some databases. If NTP is currently working (use &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;ntpq -p&lt;/STRONG&gt;&lt;/FONT&gt; to verify), then the time should be very close in which case, running the start/stop script should not&amp;nbsp;have any effect on the time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Dec 2015 22:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sbin-init-d-xntpd-stop-start/m-p/6819859#M489203</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2015-12-20T22:45:16Z</dc:date>
    </item>
  </channel>
</rss>

