<?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: ntp ??? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956520#M117205</link>
    <description>If your internal ntp server is a Microsoft NT 4.0 box, the standard ntp software is not compliant with Unix Standards.&lt;BR /&gt;&lt;BR /&gt;These links contain information on getting a compliant version of ntp serve software installed.&lt;BR /&gt;&lt;A href="http://www.ntp.org/documentation.html" target="_blank"&gt;http://www.ntp.org/documentation.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://developer.novell.com/research/appnotes/1999/july/03/02.htm" target="_blank"&gt;http://developer.novell.com/research/appnotes/1999/july/03/02.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I believe the ntpq -q command will enable you to generate an error messaging proving the problem.  Solving it involves administration of the time server.&lt;BR /&gt;&lt;BR /&gt;If port 125 is open on your firewall, you can get time directly from one of the public servers listed in my links above.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 22 Apr 2003 15:05:01 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-04-22T15:05:01Z</dc:date>
    <item>
      <title>ntp ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956519#M117204</link>
      <description>Receiving following error message when starting xntpd to try and sync the time on servers:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/xntpd start&lt;BR /&gt;22 Apr 11:47:00 ntpdate[18334]: no server suitable for synchronization found&lt;BR /&gt;&lt;BR /&gt;ntpq command gives me following info:&lt;BR /&gt;# ntpq -p                 d start&lt;BR /&gt;     remote           refid      st t when poll reach   delay   offset    disp&lt;BR /&gt;==============================================================================&lt;BR /&gt; scrouter        0.0.0.0         16 -    -   64    0     0.00    0.000 16000.0&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;I was given the default gateway as 159.234.5.254 as a stratum 3 NTP server at out facility, and have the ntp.conf configured with:&lt;BR /&gt;broadcastclient yes&lt;BR /&gt;broadcast 159.234.5.254  version 3</description>
      <pubDate>Tue, 22 Apr 2003 14:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956519#M117204</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2003-04-22T14:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: ntp ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956520#M117205</link>
      <description>If your internal ntp server is a Microsoft NT 4.0 box, the standard ntp software is not compliant with Unix Standards.&lt;BR /&gt;&lt;BR /&gt;These links contain information on getting a compliant version of ntp serve software installed.&lt;BR /&gt;&lt;A href="http://www.ntp.org/documentation.html" target="_blank"&gt;http://www.ntp.org/documentation.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://developer.novell.com/research/appnotes/1999/july/03/02.htm" target="_blank"&gt;http://developer.novell.com/research/appnotes/1999/july/03/02.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I believe the ntpq -q command will enable you to generate an error messaging proving the problem.  Solving it involves administration of the time server.&lt;BR /&gt;&lt;BR /&gt;If port 125 is open on your firewall, you can get time directly from one of the public servers listed in my links above.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Apr 2003 15:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956520#M117205</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-22T15:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: ntp ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956521#M117206</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I haven't tried the broadcast part of it before.  We just setup our systems as client/server.  I'd try using the 'server' keyword instead of 'broadcast':&lt;BR /&gt;&lt;BR /&gt;server 159.234.5.254 version 3&lt;BR /&gt;&lt;BR /&gt;Also, can you ping the 159.234.5.254 box?&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 15:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956521#M117206</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-04-22T15:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: ntp ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956522#M117207</link>
      <description>Your ntp server is down and you'll need another, or, port 123 is being blocked.  'ntpdate' uses tcp 123 while 'xntpd' et al., use udp 123.&lt;BR /&gt;&lt;BR /&gt;telnet server_ip 123 (* for tcp connection *)&lt;BR /&gt;&lt;BR /&gt;lsof -i tcp:123&lt;BR /&gt;lsof -i udp:123&lt;BR /&gt;&lt;BR /&gt;Do you need the initial configuration procedure?</description>
      <pubDate>Tue, 22 Apr 2003 15:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956522#M117207</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-22T15:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: ntp ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956523#M117208</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If the time difference between your server and the time-source exceeds 1000 seconds, 'xntpd' will fail to form an association.  This prevents "insanity".&lt;BR /&gt;&lt;BR /&gt;If this is the case, reset your server's time and restart 'ntp'.  *Note* that if you must do this, either slew the time gracefully with 'date [-a [-]sss [. fff]]' *or* stop all time-sensitive processes (e.g. databases!) and reset your servers's time during a bootup.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 15:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956523#M117208</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-04-22T15:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: ntp ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956524#M117209</link>
      <description>I can ping this address, and I tried changing the ntp.conf file to have just the server statement and receive the same results.</description>
      <pubDate>Tue, 22 Apr 2003 15:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956524#M117209</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2003-04-22T15:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: ntp ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956525#M117210</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You mention that the 159.234.5.254 was given to you as a default gateway.  Is that the IP address of your NTP server, or is that the gateway that just gets you to it?&lt;BR /&gt;&lt;BR /&gt;Try commenting out the 'broadcast client' line and try it again.  &lt;BR /&gt;&lt;BR /&gt;Are there any other systems at your place that are successfully using this NTP server to sync their time?&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 16:36:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956525#M117210</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-04-22T16:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: ntp ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956526#M117211</link>
      <description>Try using ntpdate to query the NTP server:&lt;BR /&gt;&lt;BR /&gt;ntpdate -q &lt;IPADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;This will attempt to query the server your specified on the command line, and print out stratum, offset and delay statistics. &lt;BR /&gt;Other useful ntpdate options include&lt;BR /&gt;&lt;BR /&gt;-d &lt;BR /&gt;more verbose debugging output&lt;BR /&gt;&lt;BR /&gt;-o &lt;VERSION&gt;&lt;BR /&gt;specify version 1 or 2 (default is 3) for talking with older ntp implementations&lt;BR /&gt;&lt;BR /&gt;ntpdate -q nad ntpdate -d both use unprivileged ports on your host, and communicate via UDP to the ntp server you specify opn the command line.&lt;BR /&gt;&lt;BR /&gt;If this fails, then you either have a firewall issue or your router is not accepting NTP requests.&lt;/VERSION&gt;&lt;/IPADDRESS&gt;</description>
      <pubDate>Tue, 22 Apr 2003 16:45:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956526#M117211</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-04-22T16:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: ntp ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956527#M117212</link>
      <description>You see the daemon?&lt;BR /&gt;&lt;BR /&gt;daemon     4484        1  0    Feb 18        0:00 xntpd&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/xntpd stop&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/ntpdate -d 159.234.5.254 (* debug NTP connection *)&lt;BR /&gt;&lt;BR /&gt;Set time on client to within 3 minutes of NTP server, else, no sync will ever occur, then restart.&lt;BR /&gt;&lt;BR /&gt;Takes 5 - 10 minutes to sync up.&lt;BR /&gt;&lt;BR /&gt;Are these servers recently trusted?&lt;BR /&gt;&lt;BR /&gt;Any NTP patches recently installed?</description>
      <pubDate>Tue, 22 Apr 2003 16:47:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956527#M117212</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-22T16:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: ntp ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956528#M117213</link>
      <description>setting up ntp on hp ease very easy.&lt;BR /&gt;&lt;BR /&gt;1) you have a /etc/ntp.conf file (right)&lt;BR /&gt;   and it is configured. at least have one server listed as the time server&lt;BR /&gt;&lt;BR /&gt;2) edit the /etc/rc.config.d/netdaemons file&lt;BR /&gt;   and make sure it looks like this&lt;BR /&gt;&lt;BR /&gt;export NTPDATE_SERVER="timeserver.internet.net"&lt;BR /&gt;export XNTPD=1&lt;BR /&gt;export XNTPD_ARGS=" -c /etc/ntp.conf"&lt;BR /&gt;&lt;BR /&gt;3) /sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;4) check if its running&lt;BR /&gt;   ntpq -p&lt;BR /&gt;&lt;BR /&gt;Done&lt;BR /&gt;of course you can now add all the other bell ands wistells. such as drift file and stratum and candy maker&lt;BR /&gt;&lt;BR /&gt;peace&lt;BR /&gt;Donny&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 17:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956528#M117213</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2003-04-22T17:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: ntp ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956529#M117214</link>
      <description>Thanks for all the help, what was causing my problem was I forgot about the netdaemons file. Once I changed it ntp worked perfectly..</description>
      <pubDate>Wed, 23 Apr 2003 18:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956529#M117214</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2003-04-23T18:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: ntp ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956530#M117215</link>
      <description>beware - check this out&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www-1.ibm.com/services/continuity/recover1.nsf/MSS/MSS-OAR-E01-2002.1112.1" target="_blank"&gt;http://www-1.ibm.com/services/continuity/recover1.nsf/MSS/MSS-OAR-E01-2002.1112.1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and make sure your system has the correct patch level</description>
      <pubDate>Thu, 24 Apr 2003 21:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2956530#M117215</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2003-04-24T21:49:19Z</dc:date>
    </item>
  </channel>
</rss>

