<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151096#M665809</link>
    <description>Hello, &lt;BR /&gt;as other have suggested in may be a local hardwre clock issue or it may be network congestion /routing . &lt;BR /&gt; &lt;BR /&gt;       Please post your ntp.conf file and the ouptut of ntpq -p&lt;BR /&gt; also &lt;BR /&gt;xntpdc  -c  loopinfo &lt;BR /&gt;xntpdc -c sysinfo&lt;BR /&gt;what is the offset when you run ntpdate ? &lt;BR /&gt;&lt;BR /&gt;Mike &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 18 Jan 2009 18:51:39 GMT</pubDate>
    <dc:creator>BUPA IS</dc:creator>
    <dc:date>2009-01-18T18:51:39Z</dc:date>
    <item>
      <title>ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151092#M665805</link>
      <description>i've got an 11.11 server that refuses to sync (or perhaps stay sync'd is a better way to say it) with it's time servers.&lt;BR /&gt;&lt;BR /&gt;these time servers are used by many other servers, so i don't think the problem is with them.&lt;BR /&gt;&lt;BR /&gt;if i run ntpdate -d [time server], i can see that there is two-way communication occurring.  at the end of ntpdate, i can see a message that the clock is being adjusted.&lt;BR /&gt;&lt;BR /&gt;the kicker is if i run ntpq -p none of the time servers listed show up with anything in column 1 (no *, + or -).  also each server's dispersion value (number in the last column) is huge -- the the 15-16k range.&lt;BR /&gt;&lt;BR /&gt;so what gives?  i can talk to the time servers (tracert and ping are joyous too, btw) but ntp just wont behave.</description>
      <pubDate>Sat, 17 Jan 2009 01:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151092#M665805</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2009-01-17T01:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151093#M665806</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;What is in your ntp.conf?&lt;BR /&gt;Does the drift file exist?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Jan 2009 03:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151093#M665806</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-01-17T03:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151094#M665807</link>
      <description>did you start the xntpd daemon?&lt;BR /&gt;did you make changes in /etc/rc.config.d/netdaemons file?&lt;BR /&gt;check that the ntp port accessible.</description>
      <pubDate>Sat, 17 Jan 2009 06:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151094#M665807</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-01-17T06:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151095#M665808</link>
      <description>NTP tries to get the local clock set to to within +/- 128 milliseconds of the remote clock(s). If the difference goes beyond that, xntpd logs a "synchronization lost" message in the syslog.&lt;BR /&gt;&lt;BR /&gt;To get within that +/- 128 ms target, it needs to measure the travel time of its query packets and correct for it. The average round-trip delay is indicated in the "delay" column of the ntpq -p output.&lt;BR /&gt;&lt;BR /&gt;However, if the round-trip delay varies widely between one query and the next, the average dealy estimate won't be of much help. The "disp" column indicates how much the round-trip time seems to vary. If it's anything over 100 (milliseconds) or so, staying in sync with a remote NTP server is mostly the result of some good luck. With a dispersion of 15-16k, it's not going to happen.&lt;BR /&gt;&lt;BR /&gt;Your pings may get through 100%, but how are the round-trip times? Let the ping command run for a while (e.g. 100 pings or so), and then examine the round-trip times. &lt;BR /&gt;&lt;BR /&gt;I think there are at least two possible causes:&lt;BR /&gt;&lt;BR /&gt;1.) Your network may be congested. &lt;BR /&gt;The solution: find the congested switch/segment/router and get more bandwidth where it's needed.&lt;BR /&gt;&lt;BR /&gt;2.) There might be a hardware/software problem that is messing up your local real-time clock. What's your server model? Are you running vPars? How up to date are you with Quality Packs?&lt;BR /&gt;&lt;BR /&gt;(Back when we set up our first vPars on rp8400s, we had some clock problems. I seem to recall the root cause was hardware-related, but there may have been some kernel/vPar patches related to that too - maybe interim fixes or work-arounds?)&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 17 Jan 2009 13:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151095#M665808</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-01-17T13:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151096#M665809</link>
      <description>Hello, &lt;BR /&gt;as other have suggested in may be a local hardwre clock issue or it may be network congestion /routing . &lt;BR /&gt; &lt;BR /&gt;       Please post your ntp.conf file and the ouptut of ntpq -p&lt;BR /&gt; also &lt;BR /&gt;xntpdc  -c  loopinfo &lt;BR /&gt;xntpdc -c sysinfo&lt;BR /&gt;what is the offset when you run ntpdate ? &lt;BR /&gt;&lt;BR /&gt;Mike &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Jan 2009 18:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151096#M665809</guid>
      <dc:creator>BUPA IS</dc:creator>
      <dc:date>2009-01-18T18:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151097#M665810</link>
      <description>This system is an npar in a SD64B complex.&lt;BR /&gt;&lt;BR /&gt;afaik, it's up-to-date on patches. of most importance, the latest auto_parms and ntp patches are installed.&lt;BR /&gt;&lt;BR /&gt;here's an ntpq -p:&lt;BR /&gt;&lt;BR /&gt;remote refid st t when poll reach delay offset disp&lt;BR /&gt;===================================================&lt;BR /&gt;===========================&lt;BR /&gt;ns1.ffdc.xxx.co frfdca60ntp01.p 2 u 22 64 7 0.38 310.772 3953.75&lt;BR /&gt;ns2.ffdc.xxx.co frfdca60ntp01.p 2 u 13 64 17 0.27 322.417 1983.26&lt;BR /&gt;ns3.ffdc.xxx.co sndgca64ntp01.p 2 u 60 64 7 0.27 264.304 3953.77&lt;BR /&gt;/root&amp;gt; date&lt;BR /&gt;Sat Jan 17 12:24:54 PST 2009&lt;BR /&gt;&lt;BR /&gt;a couple of comments about the above&lt;BR /&gt;. xxx in the node name is a cover-up&lt;BR /&gt;. this snapshot came from having left xntpd run for about 20 hours. the disp number are clearly down from the 15-16k range but still no joy with achieving a sync&lt;BR /&gt;. just for giggles output from 'date' is also shown. the date and time are accurate (according to when this was grabbed)&lt;BR /&gt;&lt;BR /&gt;here's an example of ntpdate output. (this was grabbed at a different day/time than the above!):&lt;BR /&gt;&lt;BR /&gt;ntpdate -d ns1.ffdc.xxx.com&lt;BR /&gt;transmit(150.234.210.5)&lt;BR /&gt;receive(150.234.210.5)&lt;BR /&gt;transmit(150.234.210.5)&lt;BR /&gt;receive(150.234.210.5)&lt;BR /&gt;transmit(150.234.210.5)&lt;BR /&gt;receive(150.234.210.5)&lt;BR /&gt;transmit(150.234.210.5)&lt;BR /&gt;receive(150.234.210.5)&lt;BR /&gt;transmit(150.234.210.5)&lt;BR /&gt;server 150.234.210.5, port 123&lt;BR /&gt;stratum 2, precision -20, leap 00, trust 000&lt;BR /&gt;refid [150.234.134.30], delay 0.02623, dispersion 0.00053&lt;BR /&gt;transmitted 4, in filter 4&lt;BR /&gt;reference time: cd0f8e48.588e368f Wed, Jan 7 2009 12:25:44.345&lt;BR /&gt;originate timestamp: cd0f9133.f41e364b Wed, Jan 7 2009 12:38:11.953&lt;BR /&gt;transmit timestamp: cd0f9133.d182b000 Wed, Jan 7 2009 12:38:11.818&lt;BR /&gt;filter delay: 0.02623 0.02779 0.02721 0.02863&lt;BR /&gt;0.00000 0.00000 0.00000 0.00000&lt;BR /&gt;filter offset: 0.132466 0.133242 0.132907 0.133669&lt;BR /&gt;0.000000 0.000000 0.000000 0.000000&lt;BR /&gt;delay 0.02623, dispersion 0.00053&lt;BR /&gt;offset 0.132466&lt;BR /&gt;&lt;BR /&gt;7 Jan 12:38:11 ntpdate[14093]: adjust time server 150.234.210.5 offset 0.132466 sec&lt;BR /&gt;&lt;BR /&gt;we're trying to get the network people involved to look into any network congestion issues. but fwiw, network statistics are showing zero errors and tiny (&amp;lt;10) retransmit values.&lt;BR /&gt;&lt;BR /&gt;i get the xntpdc output to you as soon as i can.&lt;BR /&gt;&lt;BR /&gt;thanks!</description>
      <pubDate>Mon, 19 Jan 2009 16:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151097#M665810</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2009-01-19T16:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151098#M665811</link>
      <description>ok...&lt;BR /&gt;&lt;BR /&gt;*every* npar on this 'dome is exhibiting the same ntp problem (oh my! i just found this out!)&lt;BR /&gt;&lt;BR /&gt;here's some more output:&lt;BR /&gt;&lt;BR /&gt;/root&amp;gt;  xntpdc -c loopinfo &lt;BR /&gt;offset:               0.439578 s&lt;BR /&gt;frequency:            -0.688 ppm&lt;BR /&gt;poll adjust:          6&lt;BR /&gt;watchdog timer:       278 s&lt;BR /&gt;/root&amp;gt; xntpdc -c sysinfo&lt;BR /&gt;system peer:          0.0.0.0&lt;BR /&gt;system peer mode:     unspec&lt;BR /&gt;leap indicator:       11&lt;BR /&gt;stratum:              16&lt;BR /&gt;precision:            -17&lt;BR /&gt;root distance:        0.00475 s&lt;BR /&gt;root dispersion:      1.00179 s&lt;BR /&gt;reference ID:         [150.234.210.5]&lt;BR /&gt;reference time:       cd1f317f.5e12b000  Mon, Jan 19 2009  9:06:07.367&lt;BR /&gt;system flags:         monitor pll stats &lt;BR /&gt;frequency:            64.000 ppm&lt;BR /&gt;stability:            63.430 ppm&lt;BR /&gt;broadcastdelay:       0.003906 s&lt;BR /&gt;authdelay:            0.000122 s&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2009 17:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151098#M665811</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2009-01-19T17:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151099#M665812</link>
      <description>Donna, &lt;BR /&gt;       The reach output of 7 or 17  indicates that only the last 3 or 4 polls were sucessful or the clock was recently reset. This can be caused by an argument between ntp and the local clock . &lt;BR /&gt;&lt;BR /&gt;Your ntpq -p does not list it, Can you confirm that there is no local entry  in  your ntp.conf file or remove these two lines if you have them . &lt;BR /&gt; &lt;BR /&gt;server 127.127.1.0             # local clock&lt;BR /&gt;fudge 127.127.1.0 stratum 10 &lt;BR /&gt;&lt;BR /&gt;Can you grep syslog.log for ntp to see if there are any reset or other messages relating to time being altered . &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2009 17:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151099#M665812</guid>
      <dc:creator>BUPA IS</dc:creator>
      <dc:date>2009-01-19T17:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151100#M665813</link>
      <description>here's the (slight obfuscated) ntp.conf file:&lt;BR /&gt;&lt;BR /&gt;server ntp1.ffdc.xxx.com&lt;BR /&gt;server ntp2.ffdc.xxx.com&lt;BR /&gt;server ntp3.ffdc.xxx.com&lt;BR /&gt;&lt;BR /&gt;restrict default notrust nomodify noserve&lt;BR /&gt;restrict 150.234.210.5          mask 255.255.255.255 nomodify&lt;BR /&gt;restrict 150.234.210.205        mask 255.255.255.255 nomodify&lt;BR /&gt;restrict 150.234.210.18         mask 255.255.255.255 nomodify&lt;BR /&gt;restrict 127.0.0.1              mask 255.255.255.255&lt;BR /&gt;enable   monitor&lt;BR /&gt; &lt;BR /&gt;driftfile /etc/ntp.drift&lt;BR /&gt; &lt;BR /&gt;statsdir /var/tmp/ntp&lt;BR /&gt;&lt;BR /&gt;(this file is used by many many systems)&lt;BR /&gt;&lt;BR /&gt;is there a known issue with npars on 64B 'domes?  does a particular cpu production run cause this kind of problem?&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2009 19:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151100#M665813</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2009-01-19T19:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151101#M665814</link>
      <description>here's a recent ntpq.&lt;BR /&gt;&lt;BR /&gt;:/root&amp;gt; ntpq -p&lt;BR /&gt;     remote           refid      st t when poll reach   delay   offset    disp&lt;BR /&gt;==============================================================================&lt;BR /&gt; ns1.ffdc.xxx.co frfdca60ntp01.p  2 u   64   64   17     0.34  314.056 1983.26&lt;BR /&gt; ns2.ffdc.xxx.co frfdca60ntp01.p  2 u   55   64   37     0.35  325.288 1002.99&lt;BR /&gt; ns3.ffdc.xxx.co sndgca64ntp01.p  2 u   38   64   37     0.41  346.199 1002.91&lt;BR /&gt;&lt;BR /&gt;the disp number is s-l-o-w-l-y going down (compare this to the early one shown above)</description>
      <pubDate>Mon, 19 Jan 2009 19:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151101#M665814</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2009-01-19T19:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151102#M665815</link>
      <description>those are some surprisingly large offsets if indeed ntpdate is run to set the clock off one of the servers at boot time before xntpd is started.  is NTPDATE_SERVER set in /etc/rc.config.d/netdaemons?  (I may have the filename wrong there)</description>
      <pubDate>Mon, 19 Jan 2009 22:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151102#M665815</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-01-19T22:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151103#M665816</link>
      <description>sorry for not getting back on this until now...&lt;BR /&gt;&lt;BR /&gt;updating the story a bit...so i've found out that there is a mix of 11.11 and 11.23 vpars in one sd64b.  i've attached a netstat -s from on the the vpars.  while i know it's just a snapshot in time, it still has a story to tell, i think.&lt;BR /&gt;&lt;BR /&gt;the current values in nddconf are:&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=tcp&lt;BR /&gt;NDD_NAME[0]=tcp_conn_request_max &lt;BR /&gt;NDD_VALUE[0]=15000&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[1]=tcp&lt;BR /&gt;NDD_NAME[1]=tcp_fin_wait_2_timeout &lt;BR /&gt;NDD_VALUE[1]=120000&lt;BR /&gt;&lt;BR /&gt;tcp_conn_request_max was just added at my request (i don't know why [0] was selected).  tcp_fin_wait_2_timeout is apparently a value that is "always set" and no one seems to know why.&lt;BR /&gt;&lt;BR /&gt;given the little bit of feedback that i have, adding max connection requests hasn't helped.&lt;BR /&gt;&lt;BR /&gt;characteristics that continue to be seen are:&lt;BR /&gt;. ntpq won't sync (still)&lt;BR /&gt;. "slow" network response time&lt;BR /&gt;. nettl traces are showing retransmits, dup acks, tcp out-of-order (truly unpleasant stuff)</description>
      <pubDate>Mon, 23 Feb 2009 23:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151103#M665816</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2009-02-23T23:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151104#M665817</link>
      <description>tcp_conn_request_max merely sets the overall limit on the maximum size of a TCP listen queue - the actual minimum being the lesser of tcp_conn_request_max and what the application passes-in on its listen() calls.&lt;BR /&gt;&lt;BR /&gt;The other one is a kludge timeout to deal with FIN_WAIT_2 connections.&lt;BR /&gt;&lt;BR /&gt;The 0 and 1 are the array indicies, which in this context start at zero.  The nddconf file will later be "sourced" to create shell arrays of ndd settings to be applied...&lt;BR /&gt;&lt;BR /&gt;As NTP makes no use of TCP, neither tunable should have any bearing on NTP problems :)&lt;BR /&gt;&lt;BR /&gt;As for the netstat stats, while the TCP stats do indeed look a little troubling, and imply there may be almost a 1% packet loss rate, which can be doubleplusungood for TCP performance (depending on the nature of the traffic), a 1% packet loss rate for NTP shouldn't be all that bad.&lt;BR /&gt;&lt;BR /&gt;That the UDP stats for bad header and socket overflow are the same suggests there is a bug in the UDP stats.  &lt;INSERT&gt;&lt;BR /&gt;&lt;BR /&gt;For future reference, running pairs of netstat snapshots through beforeafter:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.cup.hp.com/dist/networking/tools/" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/tools/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;can be helpful - particularly if the snapshots are over an "interesting" interval.&lt;BR /&gt;&lt;BR /&gt;*Is* there indeed something configured for NTPDATE_SERVER in the /etc/rc.config.d/netdaemons file? (might have some syntax errors there) My understanding is that an ntpdate -d command will not _actually_ adjust system time:&lt;BR /&gt;&lt;BR /&gt;      -d             Enable the debugging mode, in which ntpdate will go                    through all the steps, but not adjust the local clock. information useful for general debugging will also be printed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Picking your most reliable NTP server to put in the NTPDATE_SERVER entry is goodness - it will make sure that the system time is "close" to that of an ntp server at startup.&lt;/INSERT&gt;</description>
      <pubDate>Mon, 23 Feb 2009 23:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151104#M665817</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-02-23T23:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151105#M665818</link>
      <description>regarding nddconf and [0] and [1] -- thanks.  i was thinking they referred to lan cards (in a netconf-kinda way).&lt;BR /&gt;&lt;BR /&gt;is "doubleplusungood" trademarked?  that can even be used in polite society :-)&lt;BR /&gt;&lt;BR /&gt;i'll dig into the state of the network patches.  in my old mpe days, i could ask what the current set of network patches were.  is there a simple answer to the same question in hp-ux-speak?&lt;BR /&gt;&lt;BR /&gt;yes, i know about before-n-after :-)  and if i had more than one netstat...i would have run it.&lt;BR /&gt;&lt;BR /&gt;regarding ntp -- i don't think there is an ntp problem.  rather it's a symptom.</description>
      <pubDate>Tue, 24 Feb 2009 00:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151105#M665818</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2009-02-24T00:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151106#M665819</link>
      <description>MPE days eh - well, at least I'm not suggesting "netcontrol start" :) (I used to do CPE and development on MPE/XL from about 1.2 to 2.2/3.0ish)&lt;BR /&gt;&lt;BR /&gt;Yes, doubleplusungood can be used in polite society - one plusbeneficial side-effect of Newspeak is making it impossible to form an impolite thought in addition to a seditious one :)&lt;BR /&gt;&lt;BR /&gt;1% packet loss rates (guesstimated by the ratio of datasegments retransmitted to data segments sent) shouldn't be all that bad for NTP.  It will make reachability scores a little worse, but NTP really aught to be able to handle that.  Did you have some other root cause in mind when looking at the netstat statistics?</description>
      <pubDate>Tue, 24 Feb 2009 01:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151106#M665819</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-02-24T01:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151107#M665820</link>
      <description>Donna, &lt;BR /&gt;       Between your first post and this one we have fixed a similar problem with another maufacturers system by applying a firmware fix. Basically the hardware clock was not being maintained correcly and was arguing with NTP . &lt;BR /&gt;You mentioned that all the partitions on the system suffered from the same problem . &lt;BR /&gt;&lt;BR /&gt;I found this patch for the superdome firmware &lt;BR /&gt;Patch Name: PF_CSFW0006&lt;BR /&gt; In addition,&lt;BR /&gt;    - Real time clock showing inaccurate time.&lt;BR /&gt;&lt;BR /&gt;Patch Description: HP Superdome Utility Firmware 7.34 and PDC 36.8&lt;BR /&gt;release notes here &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=id&amp;amp;prodTypeId=15351&amp;amp;prodSeriesId=322811&amp;amp;swItem=PF-CSFW0009&amp;amp;prodNameId=322813&amp;amp;swEnvOID=7&amp;amp;swLang=13&amp;amp;taskId=135&amp;amp;mode=4&amp;amp;idx=0" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=id&amp;amp;prodTypeId=15351&amp;amp;prodSeriesId=322811&amp;amp;swItem=PF-CSFW0009&amp;amp;prodNameId=322813&amp;amp;swEnvOID=7&amp;amp;swLang=13&amp;amp;taskId=135&amp;amp;mode=4&amp;amp;idx=0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this might be of some use. &lt;BR /&gt;&lt;BR /&gt;Mike &lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 09:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151107#M665820</guid>
      <dc:creator>BUPA IS</dc:creator>
      <dc:date>2009-02-24T09:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151108#M665821</link>
      <description>Was the link correct?  It seems to be pointing to a rather old release:&lt;BR /&gt;Version:   36.8 (8 May 2006)</description>
      <pubDate>Tue, 24 Feb 2009 16:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151108#M665821</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2009-02-24T16:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151109#M665822</link>
      <description>Donna, &lt;BR /&gt;       That was the first link I came across where I found a reference to a real time clock error.&lt;BR /&gt;&lt;BR /&gt; I suppose I should have asked what firmware level your are on and which model of superdome you have installed before rushing into print.  &lt;BR /&gt;&lt;BR /&gt;Mean while I have had another look  and found this one from Nov 2007&lt;BR /&gt; &lt;BR /&gt;PDC_FW 043.006.000 contains the following fixes:&lt;BR /&gt;... &lt;BR /&gt;Time drift for HP-UX operating systems up to 48 minutes per month. This has been fixed. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=15351&amp;amp;prodSeriesId=322811&amp;amp;swItem=ux-55398-1&amp;amp;mode=4&amp;amp;idx=2" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=15351&amp;amp;prodSeriesId=322811&amp;amp;swItem=ux-55398-1&amp;amp;mode=4&amp;amp;idx=2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mind you I may still be completely wrong &lt;BR /&gt;&lt;BR /&gt;Mike   &lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 16:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151109#M665822</guid>
      <dc:creator>BUPA IS</dc:creator>
      <dc:date>2009-02-24T16:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151110#M665823</link>
      <description>mike -- thanks for both links.  we're looking to see if the 2nd/newer one is applicable.&lt;BR /&gt;&lt;BR /&gt;rick -- ntp apparently is just the tip of the iceberg. I've asked them to apply the latest transport and dependent patches since the 1st rule in network problem solving is *patch* :-)&lt;BR /&gt;(ok...so i'm late in applying the rule)&lt;BR /&gt;&lt;BR /&gt;stay tuned...</description>
      <pubDate>Tue, 24 Feb 2009 18:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151110#M665823</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2009-02-24T18:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: ntp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151111#M665824</link>
      <description>being up on latest patches is generally goodness - however, 1% TCP retransmission rate is not, in and of itself, cause to patch.</description>
      <pubDate>Tue, 24 Feb 2009 18:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/5151111#M665824</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-02-24T18:56:12Z</dc:date>
    </item>
  </channel>
</rss>

