<?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 server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660721#M590922</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try these couple of links,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q262680" target="_blank"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;Q262680&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For Windows 2000 clients,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q216734" target="_blank"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;Q216734&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For NT clients,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q232255" target="_blank"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;Q232255&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Thu, 07 Feb 2002 15:49:28 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2002-02-07T15:49:28Z</dc:date>
    <item>
      <title>ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660717#M590918</link>
      <description>Hi all:&lt;BR /&gt;&lt;BR /&gt;I want to sinchronize our windows clients with a HP-UX server.&lt;BR /&gt;&lt;BR /&gt;Should I configure something on the server side?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 07 Feb 2002 14:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660717#M590918</guid>
      <dc:creator>Manuel G</dc:creator>
      <dc:date>2002-02-07T14:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660718#M590919</link>
      <description>Have the NTP daemon run on your HP box:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x130acb60e503d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x130acb60e503d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 07 Feb 2002 15:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660718#M590919</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-07T15:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660719#M590920</link>
      <description>To setup the NTP server on HP-UX&lt;BR /&gt;&lt;BR /&gt;1) Check ntpd version, first start it ..&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/xntpd&lt;BR /&gt;&lt;BR /&gt;- Kill the xntpd daemon you just started.&lt;BR /&gt;- grep xntpd /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Look for the version information such as:&lt;BR /&gt;&lt;BR /&gt;Jun  4 12:38:42 tim xntpd[882]: xntpd version=3.5f...&lt;BR /&gt;&lt;BR /&gt;2) Based on the version output from step 1, add the following line to the /etc/ntp.conf file.&lt;BR /&gt;&lt;BR /&gt;For version 3.4 and older:&lt;BR /&gt;&lt;BR /&gt;server 127.127.1.10&lt;BR /&gt;&lt;BR /&gt;For version 3.5 and later:&lt;BR /&gt;&lt;BR /&gt;server 127.127.1.1&lt;BR /&gt;&lt;BR /&gt;3) Start xntpd.&lt;BR /&gt;&lt;BR /&gt;- Edit /etc/rc.config.d/netdaemons and set the following line as shown:&lt;BR /&gt;&lt;BR /&gt;export NTPDATE_SERVER=127.127.1.1 or 127.127.1.10 depending on step #2.&lt;BR /&gt;export XNTPD=1&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;4) Give the system about 5 minutes to sync and check the status with command:&lt;BR /&gt;&lt;BR /&gt;# ntpq -c rv&lt;BR /&gt;&lt;BR /&gt;Look for the value of the field 'reftime='.  If the field is all zeros the system has not yet synced to a server.  Once a hex value replaces the zeros, the system is ready to provide time information to clients.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Feb 2002 15:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660719#M590920</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-02-07T15:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660720#M590921</link>
      <description>S.K.: &lt;BR /&gt;&lt;BR /&gt;I??d followed steps you suggested and xntpd start returns errors (our ntp version is 3.4):&lt;BR /&gt;&lt;BR /&gt;#./xntpd start&lt;BR /&gt;/usr/sbin/ntpdate: sendto(127.127.1.10): Network is unreachable&lt;BR /&gt;/usr/sbin/ntpdate: sendto(127.127.1.10): Network is unreachable&lt;BR /&gt;/usr/sbin/ntpdate: sendto(127.127.1.10): Network is unreachable&lt;BR /&gt;/usr/sbin/ntpdate: sendto(127.127.1.10): Network is unreachable&lt;BR /&gt;/usr/sbin/ntpdate: no server suitable for synchronization found&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;However I??ve tested ntp and I think it??s working:&lt;BR /&gt;&lt;BR /&gt;#ntpq -c rv&lt;BR /&gt;status=0033 leap_none, sync_unspec, 3 events, event_sync_chg&lt;BR /&gt;system="UNIX", leap=00, stratum=2, rootdelay=0.00,&lt;BR /&gt;rootdispersion=399.99, peer=60116, refid=LOCAL(1),&lt;BR /&gt;reftime=c00d2b7d.4f5f1000  Thu, Feb  7 2002 16:36:13.310, poll=6,&lt;BR /&gt;clock=c00d2b9a.91858000  Thu, Feb  7 2002 16:36:42.568, phase=0.000,&lt;BR /&gt;freq=0.00, compliance=2&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Anything else is needed?&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Feb 2002 15:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660720#M590921</guid>
      <dc:creator>Manuel G</dc:creator>
      <dc:date>2002-02-07T15:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660721#M590922</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try these couple of links,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q262680" target="_blank"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;Q262680&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For Windows 2000 clients,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q216734" target="_blank"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;Q216734&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For NT clients,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q232255" target="_blank"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;Q232255&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Feb 2002 15:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660721#M590922</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-07T15:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660722#M590923</link>
      <description>Not sure why 127.127.1.10 doesn't work for you. The address for the local system (pseudo) clock runs from 127.127.1.0-15 (0 to 15 being the stratum level). Try it with 127.127.1.1 instead.</description>
      <pubDate>Thu, 07 Feb 2002 16:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660722#M590923</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-02-07T16:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660723#M590924</link>
      <description>Hi Manuel,&lt;BR /&gt;&lt;BR /&gt;Here is a simple way to configure NTP on hp server and then you can use configrue the ntp on windows clients,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=352ebf6d1b4be45499/screen=ckiDisplayDocument?docId=200000053307950" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=352ebf6d1b4be45499/screen=ckiDisplayDocument?docId=200000053307950&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90147/B2355-90147_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90147/00/00/58-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90147/00/00/58-toc.html&amp;amp;searchterms=ntp%20configure&amp;amp;queryid=20020207-084405" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90147/B2355-90147_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90147/00/00/58-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90147/00/00/58-toc.html&amp;amp;searchterms=ntp%20configure&amp;amp;queryid=20020207-084405&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Feb 2002 16:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660723#M590924</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-07T16:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660724#M590925</link>
      <description>S.K.:&lt;BR /&gt;&lt;BR /&gt;I??ve changed IP to 127.127.1.1 and still returns same error.</description>
      <pubDate>Thu, 07 Feb 2002 17:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660724#M590925</guid>
      <dc:creator>Manuel G</dc:creator>
      <dc:date>2002-02-07T17:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660725#M590926</link>
      <description>I'm sorry, I did not notice the "no server suitable for synchronization" error earlier. Actually this is not a problem. It takes up to 5 minutes or more for it to synchronize. What you can do is after everything starts up and running, let it run for a while (maybe 10-15 minutes) and then check syslog.log (/var/adm/syslog) file to see if you still get "no server..." error. If you don't see it then everything is good ! &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Feb 2002 17:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server/m-p/2660725#M590926</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-02-07T17:56:03Z</dc:date>
    </item>
  </channel>
</rss>

