<?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: Correct time setup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710037#M903992</link>
    <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;"No association" means that a suitable time source cannot be found.  This could be due to a difference in time between you and your source that exceeds 1000 seconds.  Other possibliities include an unreachable source or a server that does not offer NTP packets.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 24 Apr 2002 14:23:58 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2002-04-24T14:23:58Z</dc:date>
    <item>
      <title>Correct time setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710028#M903983</link>
      <description>I would like to sync my clock (time) with an Win2K server on my domain on a consistent basis. Can someone detail how this procedure is done. It seems that our HPUX servers get off mark quite a bit and it is causing some issues with backup and backup times.</description>
      <pubDate>Wed, 24 Apr 2002 12:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710028#M903983</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2002-04-24T12:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Correct time setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710029#M903984</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What about using NTP ? &lt;BR /&gt;&lt;BR /&gt;# man xntpd&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Wed, 24 Apr 2002 13:03:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710029#M903984</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-24T13:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Correct time setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710030#M903985</link>
      <description>see &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=20020424-071711" 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=20020424-071711&lt;/A&gt; ? ..... a good place to start.</description>
      <pubDate>Wed, 24 Apr 2002 13:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710030#M903985</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-04-24T13:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Correct time setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710031#M903986</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt; You need to use the NTP (Network Time Protocol) daemon - xntpd&lt;BR /&gt;The config file for it is /etc/ntp.conf which is where you will set the host to be polled or listened to for time sync. You'll have to set the NT system to be a NTP server.&lt;BR /&gt;It is better, however to use a more "accurate" source, such as a GSP radio signal or recognized NTP servers out on the Internet. They would be MUCH more accurate &amp;amp; then you could set the rest of the servers to sync of the internal server being served by the outside server.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 24 Apr 2002 13:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710031#M903986</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-24T13:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Correct time setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710032#M903987</link>
      <description>Put in your /etc/ntp.conf&lt;BR /&gt;&lt;BR /&gt;driftfile /etc/ntp.drift&lt;BR /&gt;statsdir /tmp/ntpstats&lt;BR /&gt;&lt;BR /&gt;server &lt;HOST.DOMAIN&gt; version 3  prefer&lt;BR /&gt;server &lt;HOST2.DOMAIN&gt; version 3&lt;BR /&gt;&lt;BR /&gt;That is all..&lt;BR /&gt;&lt;BR /&gt;Link the /etc/rc2.d/S660xntpd to /sbin/init.d/xntpd &lt;BR /&gt;&lt;BR /&gt;You can also set it using 'sam'.&lt;BR /&gt;Look at /etc/ntp.drift to check if it works: 'cat' and 'll'.&lt;BR /&gt;&lt;BR /&gt;Success,&lt;BR /&gt;Ceesjan&lt;BR /&gt;&lt;BR /&gt;&lt;/HOST2.DOMAIN&gt;&lt;/HOST.DOMAIN&gt;</description>
      <pubDate>Wed, 24 Apr 2002 13:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710032#M903987</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-04-24T13:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Correct time setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710033#M903988</link>
      <description>I do not know if HP-UX machine can sync it's time with and Win2K server but as far as setting up and NTP client on your Unix box, it's relatively simple..&lt;BR /&gt;&lt;BR /&gt;# vi /etc/rc.config.d/netdameons&lt;BR /&gt;..&lt;BR /&gt;export NTPDATE_SERVER="servername.domain.com"&lt;BR /&gt;export XNTPD=1&lt;BR /&gt;..&lt;BR /&gt;# vi /etc/ntp.conf&lt;BR /&gt;server servername.domain.com&lt;BR /&gt;driftfile /etc/ntp.drift&lt;BR /&gt;# touch /etc/ntp.drift&lt;BR /&gt;# /usr/sbin/xntpd&lt;BR /&gt;==&amp;gt; start ntp&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/ntpq -p&lt;BR /&gt;==&amp;gt; check association..&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Apr 2002 13:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710033#M903988</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-24T13:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Correct time setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710034#M903989</link>
      <description>i did this and i am still getting "no association ID's returned" any ideas?</description>
      <pubDate>Wed, 24 Apr 2002 14:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710034#M903989</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2002-04-24T14:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Correct time setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710035#M903990</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt; You need to install NTP SW &amp;amp; configure the WIN2K system to be an NTP server.&lt;BR /&gt;SW &amp;amp; further info can be obtained at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.eecis.udel.edu/~ntp/software/win9x.html" target="_blank"&gt;http://www.eecis.udel.edu/~ntp/software/win9x.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 24 Apr 2002 14:18:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710035#M903990</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-24T14:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Correct time setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710036#M903991</link>
      <description>Possible reasons for that ..&lt;BR /&gt;1) NTP server cannot be reached over network.&lt;BR /&gt;2) NTP server is not running NTP.&lt;BR /&gt;3) NTP server's own timeclock is not sync'd up.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Apr 2002 14:22:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710036#M903991</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-24T14:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Correct time setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710037#M903992</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;"No association" means that a suitable time source cannot be found.  This could be due to a difference in time between you and your source that exceeds 1000 seconds.  Other possibliities include an unreachable source or a server that does not offer NTP packets.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 24 Apr 2002 14:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710037#M903992</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-04-24T14:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Correct time setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710038#M903993</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt; One final point to consider is the traffic between an NTP server &amp;amp; it's clients.&lt;BR /&gt;NTP uses port 123 UDP.&lt;BR /&gt;So if a firewall exists in your network between server/client OR you will obtain NTP traffic from outside your network, you'll have to make sure that traffic can pass between the NTP server &amp;amp; it's clients.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Apr 2002 14:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710038#M903993</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-24T14:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Correct time setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710039#M903994</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt;I use NetTime on several W2K Pro, NT4.0 server, NT4.0 workstation, and Win98 boxes.  It's available from:&lt;BR /&gt;&lt;A href="http://nettime.sourceforge.net" target="_blank"&gt;http://nettime.sourceforge.net&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can install it as a service (if you desire), sync to Internet sources (provided your firewalls allow that), and allow other systems to sync to your system.&lt;BR /&gt;&lt;BR /&gt;I use NTP on my HPUX servers to sync to an internal NTP server but I have tested syncing to a NetTime PC without problem.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Wed, 24 Apr 2002 14:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710039#M903994</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-04-24T14:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Correct time setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710040#M903995</link>
      <description>Chris &lt;BR /&gt;&lt;BR /&gt;It looks it is not able to reach the server you ahve set for reading the time . &lt;BR /&gt;&lt;BR /&gt;Can you ping to the server with the IP Adress setup in the /etc/ntp.conf file , ofcourse the NTP daemon should eb running.&lt;BR /&gt;&lt;BR /&gt;Here is the link to docs.hp for more trouble shooting :&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;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Apr 2002 15:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710040#M903995</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-24T15:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Correct time setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710041#M903996</link>
      <description>thanks to all who helped. I found that the time service on the W2K box was stopped. Once i started this and stopped and started NTP service on teh UNIX box, i got a response. Thanks again. &lt;BR /&gt;</description>
      <pubDate>Wed, 24 Apr 2002 15:15:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/correct-time-setup/m-p/2710041#M903996</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2002-04-24T15:15:37Z</dc:date>
    </item>
  </channel>
</rss>

