<?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: Simple NTP configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685641#M794402</link>
    <description>Hi Geir,&lt;BR /&gt;&lt;BR /&gt;Just use&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/ntpdate 10.0.25.91&lt;BR /&gt;&lt;BR /&gt;I have added the following line to crontab of root. So the time is synchronized twice a day &lt;BR /&gt;&lt;BR /&gt;0 0,12 * * * /usr/sbin/ntpdate 10.0.25.91 &amp;gt; /dev/null&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Dec 2005 09:38:17 GMT</pubDate>
    <dc:creator>Luk Vandenbussche</dc:creator>
    <dc:date>2005-12-06T09:38:17Z</dc:date>
    <item>
      <title>Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685638#M794399</link>
      <description>I want to configure two HP-UX as a NTP client. &lt;BR /&gt;The address of the NTP servers is:&lt;BR /&gt;&lt;BR /&gt;10.0.25.91/92&lt;BR /&gt;10.0.26.91/92&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Geir</description>
      <pubDate>Tue, 06 Dec 2005 09:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685638#M794399</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-12-06T09:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685639#M794400</link>
      <description>Use SAM:&lt;BR /&gt;&lt;BR /&gt;sam &amp;gt; Time &amp;gt; NTP Network Time Sources&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 06 Dec 2005 09:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685639#M794400</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-12-06T09:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685640#M794401</link>
      <description>Hi Geir,&lt;BR /&gt;&lt;BR /&gt;Start SAM, Time, NTP Network Time Sources, Actions, Add Remote server or Peer.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jna&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685640#M794401</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-12-06T09:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685641#M794402</link>
      <description>Hi Geir,&lt;BR /&gt;&lt;BR /&gt;Just use&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/ntpdate 10.0.25.91&lt;BR /&gt;&lt;BR /&gt;I have added the following line to crontab of root. So the time is synchronized twice a day &lt;BR /&gt;&lt;BR /&gt;0 0,12 * * * /usr/sbin/ntpdate 10.0.25.91 &amp;gt; /dev/null&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685641#M794402</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-12-06T09:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685642#M794403</link>
      <description>Hi Geir,&lt;BR /&gt;&lt;BR /&gt;Just add the following lines to /etc/ntp.conf&lt;BR /&gt;&lt;BR /&gt;server 10.0.25.91 version 3 prefer&lt;BR /&gt;server 10.0.26.91 version 3&lt;BR /&gt;&lt;BR /&gt;Use the closest server as the "prefer" server for the clients.&lt;BR /&gt;&lt;BR /&gt;Then if the clients are *less* than 15 minuters away in actual time, start the clients by:&lt;BR /&gt;&lt;BR /&gt;1) Editing /etc/rc.config.d/netdaemons so that&lt;BR /&gt;XNTPD=1&lt;BR /&gt;2) Start the client with&lt;BR /&gt;/sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;That's all there is to it.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 06 Dec 2005 09:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685642#M794403</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-12-06T09:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685643#M794404</link>
      <description>Edit /etc/rc.config.d/netdaemons:&lt;BR /&gt;export NTPDATE_SERVER=10.0.25.91 10.0.25.92 10.0.26.91 10.0.26.92&lt;BR /&gt;export XNTPD=1&lt;BR /&gt;export XNTPD_ARGS=&lt;BR /&gt;&lt;BR /&gt;Edit /etc/ntp.conf&lt;BR /&gt;server 10.0.25.91&lt;BR /&gt;server 10.0.25.92&lt;BR /&gt;server 10.0.26.91&lt;BR /&gt;server 10.0.26.92&lt;BR /&gt;driftfile /etc/ntp.drift&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685643#M794404</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2005-12-06T09:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685644#M794405</link>
      <description>Using NTPDATE with applications up is not a good idea.&lt;BR /&gt;&lt;BR /&gt;ntpdate will jump the clock to the new setting, no matter what the difference is.  That has the potential to lead to database problems.&lt;BR /&gt;&lt;BR /&gt;Your best bet is to either use SAM as mentioned above, or edit the /etc/ntp.conf file and add your time servers.  There is a lot of good information in the /etc/ntp.conf file.&lt;BR /&gt;&lt;BR /&gt;The simplest form is:&lt;BR /&gt;&lt;BR /&gt;# cat /etc/ntp.conf&lt;BR /&gt;server 10.0.25.91&lt;BR /&gt;server 10.0.26.91&lt;BR /&gt;&lt;BR /&gt;Then edit /etc/rc.config.d/netdaemons file and change the line:&lt;BR /&gt;&lt;BR /&gt;export XNTPD=0&lt;BR /&gt;&lt;BR /&gt;to &lt;BR /&gt;&lt;BR /&gt;export XNTPD=1&lt;BR /&gt;&lt;BR /&gt;You can also add one of your NTP Servers as the NTPDATE Server.&lt;BR /&gt;&lt;BR /&gt;export NTPDATE_SERVER="10.0.25.91"&lt;BR /&gt;&lt;BR /&gt;Then run '/sbin/init.d/xntpd start' to start ntp.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685644#M794405</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-12-06T09:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685645#M794406</link>
      <description>One more question. &lt;BR /&gt;&lt;BR /&gt;The xntpd process is already running. If I want the process to be restartet/reloaded with the new config, what is the command?&lt;BR /&gt;&lt;BR /&gt;# kill -HUP pid_xntpd ?????&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;# kill -9 xntpd_pid +&lt;BR /&gt;+  &lt;BR /&gt;# xntpd start</description>
      <pubDate>Wed, 07 Dec 2005 02:46:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685645#M794406</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-12-07T02:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685646#M794407</link>
      <description>You can do the following, &lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/xntpd stop&lt;BR /&gt;#/sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 07 Dec 2005 02:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685646#M794407</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-07T02:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685647#M794408</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I got following messages when I try to stop the process:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/xntpd stop&lt;BR /&gt;ERROR: Unable to stop the xntpd (cannot find pid).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is it possible to use kill -9 xntpd_pid ??</description>
      <pubDate>Wed, 07 Dec 2005 03:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685647#M794408</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-12-07T03:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685648#M794409</link>
      <description>Yes, Try to find out the pid of xntpd, &lt;BR /&gt;# ps -ae |grep -i xntpd&lt;BR /&gt;# kill -9 &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/PID&gt;</description>
      <pubDate>Wed, 07 Dec 2005 03:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685648#M794409</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-07T03:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685649#M794410</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is it possible to let the current process reread the config with the following command:&lt;BR /&gt;&lt;BR /&gt;# kill -HUP xntpd_pid ???</description>
      <pubDate>Wed, 07 Dec 2005 03:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685649#M794410</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-12-07T03:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685650#M794411</link>
      <description>Yes, Its possible to that, # kill -HUP &lt;XNTPD_PID&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/XNTPD_PID&gt;</description>
      <pubDate>Wed, 07 Dec 2005 03:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685650#M794411</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-07T03:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685651#M794412</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is it possible control/verify  that HP-UX is syncronized with NTP server??&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 08 Dec 2005 07:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685651#M794412</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-12-08T07:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685652#M794413</link>
      <description>run ntpq -p</description>
      <pubDate>Thu, 08 Dec 2005 08:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685652#M794413</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2005-12-08T08:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Simple NTP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685653#M794414</link>
      <description>ntpq -p will test all the  NTP servers listed in ntp.conf. All of them should have REACH=377. The POLL time is the number of seconds between sync requests. When the poll time is more than 64, the sync between the machines is stable. SImilarly, a low dispersion value is also a sign of good accuracy. ntpq is used to verify that the NTP sources are reachable and actually work correctly. Also look in /var/adm/syslog/syslog.log for NTP messages:&lt;BR /&gt; &lt;BR /&gt;grep ntp /var/adm/syslog/syslog.log&lt;BR /&gt; &lt;BR /&gt;xntpd will not try to synchronize if the difference is more than a few minutes.</description>
      <pubDate>Thu, 08 Dec 2005 09:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-ntp-configuration/m-p/3685653#M794414</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-12-08T09:16:18Z</dc:date>
    </item>
  </channel>
</rss>

