<?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: About NTP! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640483#M590171</link>
    <description>HI,&lt;BR /&gt;&lt;BR /&gt;this message is no hard error. Its more like a warning.&lt;BR /&gt;&lt;BR /&gt;As you configured your NTP server to use its local clock as a source there is no external timesource to synchronize with.&lt;BR /&gt;&lt;BR /&gt;And thats all this message says. &lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Regards Stefan</description>
    <pubDate>Tue, 08 Jan 2002 09:24:09 GMT</pubDate>
    <dc:creator>Stefan Schulz</dc:creator>
    <dc:date>2002-01-08T09:24:09Z</dc:date>
    <item>
      <title>About NTP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640477#M590165</link>
      <description>How can I provide NTP service?Please tell me  step by step!&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2002 07:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640477#M590165</guid>
      <dc:creator>xujun</dc:creator>
      <dc:date>2002-01-08T07:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: About NTP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640478#M590166</link>
      <description>simple configuration&lt;BR /&gt;at server:&lt;BR /&gt;1. edit /etc/ntp.conf&lt;BR /&gt;uncomment&lt;BR /&gt;server 127.127.1.1&lt;BR /&gt;&lt;BR /&gt;at client:&lt;BR /&gt;2. /etc/ntp.conf&lt;BR /&gt;input&lt;BR /&gt;server &lt;SERVER ip=""&gt;&lt;BR /&gt;&lt;BR /&gt;at both server&lt;BR /&gt;3. edit /etc/rc.config.d/netdaemons&lt;BR /&gt;export NTPDATE_SERVER=&lt;BR /&gt;export XNTPD=1&lt;BR /&gt;export XNTPD_ARGS=&lt;/SERVER&gt;</description>
      <pubDate>Tue, 08 Jan 2002 07:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640478#M590166</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2002-01-08T07:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: About NTP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640479#M590167</link>
      <description>Do as "printaporn" suggested, but you will also need to start the daemon.&lt;BR /&gt;Type&lt;BR /&gt;/sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;To monitor the status of ntp use&lt;BR /&gt;ntpq -p&lt;BR /&gt;&lt;BR /&gt;Within the /etc/ntp.conf file you can also specify additional servers or peers.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2002 08:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640479#M590167</guid>
      <dc:creator>John Strang</dc:creator>
      <dc:date>2002-01-08T08:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: About NTP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640480#M590168</link>
      <description>Thanks for Printaporn and John Strang  !&lt;BR /&gt;&lt;BR /&gt;When I use command /sbin/init.d/xntpd start, one wrong message displays: &lt;BR /&gt;no server suitable for synchronization found.&lt;BR /&gt;&lt;BR /&gt;your answer is same as what I have read on books, but it doesn't work correctly.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2002 08:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640480#M590168</guid>
      <dc:creator>xujun</dc:creator>
      <dc:date>2002-01-08T08:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: About NTP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640481#M590169</link>
      <description>To have a NTP server that does not synchronize to an external time source, you need following line in /etc/ntp.conf&lt;BR /&gt;&lt;BR /&gt;"server 127.127.1.1 prefer"&lt;BR /&gt;&lt;BR /&gt;The "prefer" option is necessary for a valid internal synchronization !&lt;BR /&gt;&lt;BR /&gt;If you have a large number of clients on one subnet, you can broadcast from the server :&lt;BR /&gt;&lt;BR /&gt;broadcast &lt;BROADCAST addr="" of="" your="" subnet=""&gt; version 3&lt;BR /&gt;&lt;BR /&gt;and on your clients : "broadcastclient yes"&lt;BR /&gt;&lt;BR /&gt;Or you can configure your clients to request time from the server on a regular base:&lt;BR /&gt;&lt;BR /&gt;"server &lt;YOUR server="" ip="" or="" hostname=""&gt; version 3"&lt;/YOUR&gt;&lt;/BROADCAST&gt;</description>
      <pubDate>Tue, 08 Jan 2002 09:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640481#M590169</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2002-01-08T09:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: About NTP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640482#M590170</link>
      <description>It also doesn't work correctly after I enter the  entry in /etc/ntp.conf .&lt;BR /&gt;server 127.127.1.1. prefer&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2002 09:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640482#M590170</guid>
      <dc:creator>xujun</dc:creator>
      <dc:date>2002-01-08T09:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: About NTP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640483#M590171</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;this message is no hard error. Its more like a warning.&lt;BR /&gt;&lt;BR /&gt;As you configured your NTP server to use its local clock as a source there is no external timesource to synchronize with.&lt;BR /&gt;&lt;BR /&gt;And thats all this message says. &lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Regards Stefan</description>
      <pubDate>Tue, 08 Jan 2002 09:24:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640483#M590171</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2002-01-08T09:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: About NTP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640484#M590172</link>
      <description>The dot after the last "1" should not be there.&lt;BR /&gt;&lt;BR /&gt;And what is the response from "ntpq -p" a few minutes after you have (stopped and) started the xntpd ?</description>
      <pubDate>Tue, 08 Jan 2002 09:37:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640484#M590172</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2002-01-08T09:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: About NTP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640485#M590173</link>
      <description>NTP Time server &lt;BR /&gt;===========&lt;BR /&gt;# cd /etc/&lt;BR /&gt;# /sbin/init.d/xntp stop&lt;BR /&gt;# vi ntp.conf&lt;BR /&gt;  ((modify the parameter accordingly &amp;amp; save it; broadcast adddress can be&lt;BR /&gt;obtained by running the command" ifconfig lan0, get the last entry which&lt;BR /&gt;shows something like: 192.23.24.255)):&lt;BR /&gt;&lt;BR /&gt;  server 127.127.1.1 minpoll 3 maxpoll 4 prefer  &lt;BR /&gt;  fudge  127.127.1.1 stratum 10                &lt;BR /&gt;  broadcast &lt;MY.LOCAL.SUBNET.255&gt;&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/xntp start&lt;BR /&gt;&lt;BR /&gt;NTP Client&lt;BR /&gt;======&lt;BR /&gt;# cd /etc/rc.config.d&lt;BR /&gt;# /sbin/init.d/xntp stop&lt;BR /&gt;# vi netdaemons&lt;BR /&gt;  ((modify accordingly)):&lt;BR /&gt;  export NTPDATE_SERVER=ctxpss&lt;BR /&gt;  export XNTPD=1&lt;BR /&gt;&lt;BR /&gt;# ntpdate &lt;NTP server=""&gt;&lt;BR /&gt;# /sbin/init.d/xntp start&lt;BR /&gt;&lt;BR /&gt;Wait for about 5-8 min, run the follwoing to check the status:&lt;BR /&gt;# ntpq -c rv&lt;BR /&gt;chk for output of "reftime" it shld not be zero if the servers are in sync.&lt;BR /&gt;&lt;/NTP&gt;&lt;/MY.LOCAL.SUBNET.255&gt;</description>
      <pubDate>Tue, 08 Jan 2002 09:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640485#M590173</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-01-08T09:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: About NTP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640486#M590174</link>
      <description>Hi,&lt;BR /&gt;You need to edit /etc/ntp.conf for ntp client also.&lt;BR /&gt;&lt;BR /&gt;server (ntp server)&lt;BR /&gt;broadcastclient yes&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2002 09:56:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640486#M590174</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-01-08T09:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: About NTP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640487#M590175</link>
      <description>Before you do anything about starting NTP, you must find a working NTP server. If you are behind a firewall, many network administrators will configure the firewall to provide NTP services, so ask your adminstrator. Similarly, the network administrator  may need to open the NTP port on your firewall.&lt;BR /&gt;&lt;BR /&gt;To see if a given server is running NTP, use the NTP query command:&lt;BR /&gt;&lt;BR /&gt;# ntpq -p some-ntp-system.com&lt;BR /&gt;&lt;BR /&gt;If it replies, the list will be the NTP source(s) used by the server. That is the server-name to put into the /etc/rc.config.d/netdaemons file. Until ntpq -p works, you won't be able to use NTP other than as a source to other systems (all machines sync to a local machine).</description>
      <pubDate>Tue, 08 Jan 2002 13:13:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640487#M590175</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-01-08T13:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: About NTP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640488#M590176</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Take a look at the link from hp docs site on setting up NTP,&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=20020108-064545" 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=20020108-064545&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here are two links for ITRC to help you out,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=de8b684601578fea06/screen=ckiDisplayDocument?docId=200000053307950" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=de8b684601578fea06/screen=ckiDisplayDocument?docId=200000053307950&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=de8b684601578fea06/screen=ckiDisplayDocument?docId=200000047992570" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=de8b684601578fea06/screen=ckiDisplayDocument?docId=200000047992570&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2002 14:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640488#M590176</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-08T14:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: About NTP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640489#M590177</link>
      <description>Thanks for all of you!&lt;BR /&gt;Every time after I use command /sbin/init.d/xntpd start on the server , the I immediately also run the same command on the client ,the I wait and wait, that's the reason.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jan 2002 03:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-ntp/m-p/2640489#M590177</guid>
      <dc:creator>xujun</dc:creator>
      <dc:date>2002-01-09T03:22:46Z</dc:date>
    </item>
  </channel>
</rss>

