<?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: Problem in ntptrace from NTP client machine in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-ntptrace-from-ntp-client-machine/m-p/2896220#M578360</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Of course you have to add the alias ntpserver in DNS or NIS :)&lt;BR /&gt;&lt;BR /&gt;The real ntpserver, should have only it's local clock or remote ntp server in the ntp.conf&lt;BR /&gt;&lt;BR /&gt;Regs David</description>
    <pubDate>Tue, 04 Feb 2003 11:19:33 GMT</pubDate>
    <dc:creator>David_246</dc:creator>
    <dc:date>2003-02-04T11:19:33Z</dc:date>
    <item>
      <title>Problem in ntptrace from NTP client machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-ntptrace-from-ntp-client-machine/m-p/2896218#M578358</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;I am planning to configure NTP server in our office and is going to act as a server for 100 Unix machines.&lt;BR /&gt;Our Primary NTP Server is far away from our office and I am synchronizing our NTP server with Primary NTP server through WAN.&lt;BR /&gt;I did following setup in our &lt;BR /&gt;NTP Server,&lt;BR /&gt;Entry added in /etc/ntp.conf file.&lt;BR /&gt;server 127.127.1.1 &lt;BR /&gt;&lt;BR /&gt;fudge  127.127.1.1 stratum 10   # show poor quality&lt;BR /&gt;&lt;BR /&gt;broadcast 15.17.176.255&lt;BR /&gt;&lt;BR /&gt;Then, following entry are added in /etc/rc.config.d/netdaemons file,&lt;BR /&gt;export NTPDATE_SERVER=PRIMARYSERVER.hp.com&lt;BR /&gt;export XNTPD=1&lt;BR /&gt;&lt;BR /&gt;Then i synchronized our NTP server date by the command,&lt;BR /&gt;ntpdate PRIMARYSERVER.hp.com&lt;BR /&gt;and restarted the xntpd service.&lt;BR /&gt;&lt;BR /&gt;In the client side, i added following entries,&lt;BR /&gt;&lt;BR /&gt;In client side,i configured the following setup in /etc/rc.config.d/netdaemons.&lt;BR /&gt;export NTPDATE_SERVER=OURNTPSERVER.hp.com                                                                                                      &lt;BR /&gt;&lt;BR /&gt;export XNTPD=1&lt;BR /&gt;&lt;BR /&gt;By the command ntpdate, i synchronized the clock.&lt;BR /&gt;ntpdate OURNTPSERVER.hp.com&lt;BR /&gt;And i started the xntpd service.&lt;BR /&gt;&lt;BR /&gt;Now the problem in our setup is, if i tried to trace the ntp server from my client, its giving following error and stops at our NTP server giving error as 'Timeout'&lt;BR /&gt;OURNTPSERVER.hp.com: stratum 11, offset 0.038064, synch distance 0.01022&lt;BR /&gt;127.127.1.1:    *Timeout*&lt;BR /&gt;The same thing i did from my NTP server, to trace our Primary NTP server, its reaching without having any error as given below,&lt;BR /&gt;PRIMARYSERVER.hp.com: stratum 2, offset -0.019422, synch distance 0.17390&lt;BR /&gt;SERVER.HP.COM: stratum 1, offset -0.013017, synch distance 0.00000, refid 'GPS'&lt;BR /&gt;&lt;BR /&gt;As per the error i feel our client machines are start trying from stratum 11 only and not from stratum 3, so i dont know how to configure these setup in NTP server.&lt;BR /&gt;&lt;BR /&gt;Can you pleases correct me if i done any misconfiguration in our NTP server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Balaji&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Feb 2003 11:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-ntptrace-from-ntp-client-machine/m-p/2896218#M578358</guid>
      <dc:creator>Balaji_6</dc:creator>
      <dc:date>2003-02-04T11:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in ntptrace from NTP client machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-ntptrace-from-ntp-client-machine/m-p/2896219#M578359</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Be aware that most routers (you're talking about a WAN) block the ntp broadcast. Just change the setup for each client to say :&lt;BR /&gt;&lt;BR /&gt;server ntpserver&lt;BR /&gt;&lt;BR /&gt;Make sure you add the alias ntpserver to your current ntpservername (you can switch ntpserver any time you want now, without editing 100 clients).&lt;BR /&gt;&lt;BR /&gt;In this case you don't have a broadcast, but a direct connect, this lowers the network traffic and, still keeps it flexible.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regs David</description>
      <pubDate>Tue, 04 Feb 2003 11:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-ntptrace-from-ntp-client-machine/m-p/2896219#M578359</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-02-04T11:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in ntptrace from NTP client machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-ntptrace-from-ntp-client-machine/m-p/2896220#M578360</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Of course you have to add the alias ntpserver in DNS or NIS :)&lt;BR /&gt;&lt;BR /&gt;The real ntpserver, should have only it's local clock or remote ntp server in the ntp.conf&lt;BR /&gt;&lt;BR /&gt;Regs David</description>
      <pubDate>Tue, 04 Feb 2003 11:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-ntptrace-from-ntp-client-machine/m-p/2896220#M578360</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-02-04T11:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in ntptrace from NTP client machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-ntptrace-from-ntp-client-machine/m-p/2896221#M578361</link>
      <description>&lt;BR /&gt;Perhaps I'm missing something but shouldn't you have your real server listed in &lt;BR /&gt;/etc/ntp.conf&lt;BR /&gt;of your server?&lt;BR /&gt;by only having the local clock you have not given it much choice of what to advertise.&lt;BR /&gt;&lt;BR /&gt;Also since you are trying to broadcast to everyone on the 15.17.176 shouldn't your clients just have the line:&lt;BR /&gt;&lt;BR /&gt;broadcastclient&lt;BR /&gt;&lt;BR /&gt;in /etc/ntp.conf?&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Tue, 04 Feb 2003 16:14:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-ntptrace-from-ntp-client-machine/m-p/2896221#M578361</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-02-04T16:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in ntptrace from NTP client machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-ntptrace-from-ntp-client-machine/m-p/2896222#M578362</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your value suggestions,&lt;BR /&gt;I just added our real server OURNTPSERVER.hp.com to /etc/ntp.conf file and /etc/rc.config.d/netdaemons and then i traced the same its reaching to STRATUM 1 server without have any errors.&lt;BR /&gt;&lt;BR /&gt;Once again thanks Ron &amp;amp; David.&lt;BR /&gt;&lt;BR /&gt;-Balaji</description>
      <pubDate>Mon, 10 Feb 2003 16:09:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-ntptrace-from-ntp-client-machine/m-p/2896222#M578362</guid>
      <dc:creator>Balaji_6</dc:creator>
      <dc:date>2003-02-10T16:09:35Z</dc:date>
    </item>
  </channel>
</rss>

