<?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: xntpd problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851390#M579484</link>
    <description>I think i have found the cause of the problem. &lt;BR /&gt;&lt;BR /&gt;[h3mih076] / # ntpdate 10.213.37.30&lt;BR /&gt;25 Nov 18:02:19 ntpdate[12224]: no server suitable for synchronization found&lt;BR /&gt;&lt;BR /&gt;And, i don'know why, xntpd instead tell me that there are no server suitable for sync, tell me, another error. I said that, because other similar machine, with different server, suitable for sync, works fine.&lt;BR /&gt;&lt;BR /&gt;This is the only explanation i found.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Luca</description>
    <pubDate>Mon, 25 Nov 2002 17:08:12 GMT</pubDate>
    <dc:creator>Luca Rasconi</dc:creator>
    <dc:date>2002-11-25T17:08:12Z</dc:date>
    <item>
      <title>xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851379#M579473</link>
      <description>Hi all,&lt;BR /&gt;when i try to execute xntpd in the syslog i have this message:&lt;BR /&gt;Nov 25 16:26:25 h3mih076 xntpd[3685]: bind() fd 4, family 2, port 123, addr 0000&lt;BR /&gt;0000, in_classd=0 flags=1 fails: Address already in use&lt;BR /&gt;&lt;BR /&gt;What's the meaning of that message?&lt;BR /&gt;When I execute ntpq -p whats the meaning of refid?&lt;BR /&gt;&lt;BR /&gt;Thank you &lt;BR /&gt;Luca</description>
      <pubDate>Mon, 25 Nov 2002 15:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851379#M579473</guid>
      <dc:creator>Luca Rasconi</dc:creator>
      <dc:date>2002-11-25T15:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851380#M579474</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this problem may be resolved by commenting out the following&lt;BR /&gt;line in /etc/ntp.conf:&lt;BR /&gt;&lt;BR /&gt;     "broadcastclient no"&lt;BR /&gt;&lt;BR /&gt;then restart 'xntpd'.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Armin</description>
      <pubDate>Mon, 25 Nov 2002 15:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851380#M579474</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2002-11-25T15:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851381#M579475</link>
      <description>Hi Luca,&lt;BR /&gt;&lt;BR /&gt;It means the proces ntpd is running.&lt;BR /&gt;&lt;BR /&gt;#ps -ef | grep ntp&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/xntpd stop&lt;BR /&gt;&lt;BR /&gt;now you can execute your script.&lt;BR /&gt;&lt;BR /&gt;after that&lt;BR /&gt;#/sbin/init.d/xntp start&lt;BR /&gt;&lt;BR /&gt;Kind regards &lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Mon, 25 Nov 2002 15:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851381#M579475</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-11-25T15:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851382#M579476</link>
      <description>Hi Luca&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;check for the port 123 using losf and see wheter some other process is using it or not , incase there is some other process using it , either u need to kill / stop it to chcek wheter ntp restarts .&lt;BR /&gt;&lt;BR /&gt;lsof | grep 123&lt;BR /&gt;kill -9 process id&lt;BR /&gt;/usr/sbin/init.d/xntpd stop&lt;BR /&gt;/usr/sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 25 Nov 2002 15:52:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851382#M579476</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-11-25T15:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851383#M579477</link>
      <description>Well,&lt;BR /&gt;1)broadcastclient no is the default, so i don't need change ntp.conf&lt;BR /&gt;&lt;BR /&gt;2)ps -ef | grep ntp tell me there are no other ntp process runnig&lt;BR /&gt;&lt;BR /&gt;3)is netstat -an the same of lsof? With netstat -an, when xntpd is stopped, tell me there are no process listing on 123 port, but when xntpd is running this is the output of netstat -an | grep 123:&lt;BR /&gt;udp        0      0  10.215.37.1.123        *.*&lt;BR /&gt;udp        0      0  10.213.164.129.123     *.*&lt;BR /&gt;udp        0      0  *.123                  *.*&lt;BR /&gt;udp        0      0  10.213.37.1.123        *.*&lt;BR /&gt;udp        0      0  127.0.0.1.123          *.*&lt;BR /&gt;&lt;BR /&gt;Thank you for your response&lt;BR /&gt;Luca</description>
      <pubDate>Mon, 25 Nov 2002 16:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851383#M579477</guid>
      <dc:creator>Luca Rasconi</dc:creator>
      <dc:date>2002-11-25T16:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851384#M579478</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just for your other question ... From KBRC00001347 you can read :&lt;BR /&gt;&lt;BR /&gt;refid  REFERENCE IDENTIFICATION&lt;BR /&gt;&lt;BR /&gt;Usually the IP address of the server or the name of the external clock, but&lt;BR /&gt;can also be a router between the client and server.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 25 Nov 2002 16:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851384#M579478</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-11-25T16:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851385#M579479</link>
      <description>And if refid is 0.0.0.0?&lt;BR /&gt;&lt;BR /&gt;Luca</description>
      <pubDate>Mon, 25 Nov 2002 16:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851385#M579479</guid>
      <dc:creator>Luca Rasconi</dc:creator>
      <dc:date>2002-11-25T16:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851386#M579480</link>
      <description>Hi Luca,&lt;BR /&gt;&lt;BR /&gt;Refid states what kind of server GPS or HPUX or SUN/OS.&lt;BR /&gt;&lt;BR /&gt;You better use this one&lt;BR /&gt;&lt;BR /&gt;#ntpq -c readlist ipadres&lt;BR /&gt; status=06f4 leap_none, sync_ntp, 15 events, event_peer/strat_chg&lt;BR /&gt;system="UNIX/HPUX", leap=00, stratum=2, rootdelay=0.67,&lt;BR /&gt;rootdispersion=0.15, peer=41788, refid=145.4.1.2,&lt;BR /&gt;reftime=c18cce72.26bdc000  Mon, Nov 25 2002 17:29:38.151, poll=7,&lt;BR /&gt;clock=c18cced4.e4332000  Mon, Nov 25 2002 17:31:16.891, phase=0.003,&lt;BR /&gt;freq=-24933.67, error=0.05&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Mon, 25 Nov 2002 16:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851386#M579480</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-11-25T16:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851387#M579481</link>
      <description>Just adding a bit information, the hpux server above reverse to a network GPS timeserver. (refid). 145.4.1.2&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Mon, 25 Nov 2002 16:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851387#M579481</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-11-25T16:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851388#M579482</link>
      <description>On my host:&lt;BR /&gt;[h3mih076] / # ntpq -c readlist ipadres&lt;BR /&gt;***Can't find host ipadres&lt;BR /&gt;&lt;BR /&gt;Luca</description>
      <pubDate>Mon, 25 Nov 2002 16:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851388#M579482</guid>
      <dc:creator>Luca Rasconi</dc:creator>
      <dc:date>2002-11-25T16:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851389#M579483</link>
      <description>and &lt;BR /&gt;[h3mih076] / # ntpq -p&lt;BR /&gt;     remote           refid      st t when poll reach   delay   offset    disp&lt;BR /&gt;==============================================================================&lt;BR /&gt; 10.213.37.30    0.0.0.0         16 -    -   64    0     0.00    0.000 16000.0</description>
      <pubDate>Mon, 25 Nov 2002 16:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851389#M579483</guid>
      <dc:creator>Luca Rasconi</dc:creator>
      <dc:date>2002-11-25T16:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851390#M579484</link>
      <description>I think i have found the cause of the problem. &lt;BR /&gt;&lt;BR /&gt;[h3mih076] / # ntpdate 10.213.37.30&lt;BR /&gt;25 Nov 18:02:19 ntpdate[12224]: no server suitable for synchronization found&lt;BR /&gt;&lt;BR /&gt;And, i don'know why, xntpd instead tell me that there are no server suitable for sync, tell me, another error. I said that, because other similar machine, with different server, suitable for sync, works fine.&lt;BR /&gt;&lt;BR /&gt;This is the only explanation i found.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Luca</description>
      <pubDate>Mon, 25 Nov 2002 17:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851390#M579484</guid>
      <dc:creator>Luca Rasconi</dc:creator>
      <dc:date>2002-11-25T17:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851391#M579485</link>
      <description>Hi Luca:&lt;BR /&gt;&lt;BR /&gt;The "address alread in use" error indicates that *at that moment*, another process was using port-123.&lt;BR /&gt;&lt;BR /&gt;As suggested, the easist way to isolate it if the problem persists, is with 'lsof':&lt;BR /&gt;&lt;BR /&gt;# lsof -i tcp:123 &lt;BR /&gt;# lsof -i udp:123&lt;BR /&gt;&lt;BR /&gt;Aside from 'xntp', 'ntpdate' also uses port-123.  You cannot run both concurrently.&lt;BR /&gt;&lt;BR /&gt;Remember too, that 'xntp' will fail to synchronize with a time source if the source time differs from the server's time by more than about 1000-seconds.  In this case, 'xntpd' will die.&lt;BR /&gt;&lt;BR /&gt;Use 'ntpq -pn' for checking your time associations.  The 'refid' is the clock to which you are trying to synchronize.  An asterisk character will appear before the address in the 'remote' column if/when time synchronization occurs.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Nov 2002 17:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851391#M579485</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-11-25T17:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851392#M579486</link>
      <description>Hi James, I can't use lsof, infact I asked if netstat -an was the same.&lt;BR /&gt;However when I use ntpdate i stopped xntpd. I said so, because, when I try to use the able to sync server, it works fine. And when i re-use the non-able to sync server the messages with "address already in use" disappear.&lt;BR /&gt;&lt;BR /&gt;However thank you very much for your information.&lt;BR /&gt;&lt;BR /&gt;By Luca&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Nov 2002 17:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851392#M579486</guid>
      <dc:creator>Luca Rasconi</dc:creator>
      <dc:date>2002-11-25T17:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851393#M579487</link>
      <description>Also Luca&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The dameon is started will try to synchronise and u need to run this check after 3-4 mts to see that the server is syncornising. You may like to look at this link :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/63-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/63-toc.html&amp;amp;searchterms=NTP&amp;amp;queryid=20020415-123421" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/63-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/63-toc.html&amp;amp;searchterms=NTP&amp;amp;queryid=20020415-123421&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e80e78d8c50d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e80e78d8c50d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for more info.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 25 Nov 2002 18:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-problem/m-p/2851393#M579487</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-11-25T18:12:01Z</dc:date>
    </item>
  </channel>
</rss>

