<?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 change ntp server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676249#M906609</link>
    <description>today my box A should change ntp server ,following are steps that i guess needed,is it right?&lt;BR /&gt;&lt;BR /&gt;1. change server ip in /etc/ntp.conf&lt;BR /&gt;server &lt;NEW server="" ip=""&gt;&lt;BR /&gt;2. add broadcast in /etc/ntp.conf,cause other boxes should use A as their ntp server,and these boxes ip is 192.168.*.*,so i write:&lt;BR /&gt;broadcast 192.168.255.255     &lt;BR /&gt;&lt;BR /&gt;3./sbin/init.d/xntpd stop&lt;BR /&gt;4./sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;is it right??&lt;/NEW&gt;</description>
    <pubDate>Tue, 05 Mar 2002 06:03:03 GMT</pubDate>
    <dc:creator>thebeatlesguru</dc:creator>
    <dc:date>2002-03-05T06:03:03Z</dc:date>
    <item>
      <title>change ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676249#M906609</link>
      <description>today my box A should change ntp server ,following are steps that i guess needed,is it right?&lt;BR /&gt;&lt;BR /&gt;1. change server ip in /etc/ntp.conf&lt;BR /&gt;server &lt;NEW server="" ip=""&gt;&lt;BR /&gt;2. add broadcast in /etc/ntp.conf,cause other boxes should use A as their ntp server,and these boxes ip is 192.168.*.*,so i write:&lt;BR /&gt;broadcast 192.168.255.255     &lt;BR /&gt;&lt;BR /&gt;3./sbin/init.d/xntpd stop&lt;BR /&gt;4./sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;is it right??&lt;/NEW&gt;</description>
      <pubDate>Tue, 05 Mar 2002 06:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676249#M906609</guid>
      <dc:creator>thebeatlesguru</dc:creator>
      <dc:date>2002-03-05T06:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: change ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676250#M906610</link>
      <description>You would want to stop xntpd first, then make the changes. Double check the broadcast address by running this ..&lt;BR /&gt;# ifconfig lan0&lt;BR /&gt;Otherwise your steps should work fine. After changes are made check it by running ..&lt;BR /&gt;# /usr/sbin/ntpq -p&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Mar 2002 06:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676250#M906610</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-05T06:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: change ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676251#M906611</link>
      <description>when i use :# /usr/sbin/xntpd start&lt;BR /&gt;it show:&lt;BR /&gt;usage: /usr/sbin/xntpd [ -abdgmx ] [ -c config_file ] [ -e e_delay ]&lt;BR /&gt;[ -f freq_file ] [ -k key_file ] [ -l log_file ][ -p pid_file ] [ -r broad_delay ] [ -s statdir ][ -t trust_key ] [ -v sys_var ] [ -V default_sysvar ]&lt;BR /&gt;&lt;BR /&gt;what's the matter?&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Mar 2002 06:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676251#M906611</guid>
      <dc:creator>thebeatlesguru</dc:creator>
      <dc:date>2002-03-05T06:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: change ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676252#M906612</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It should be &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;NOT:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/xntpd start&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Tue, 05 Mar 2002 06:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676252#M906612</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-05T06:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: change ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676253#M906613</link>
      <description>Possible reasons ..&lt;BR /&gt;1) IP address in /etc/ntp.conf is wrong&lt;BR /&gt;2) Check to make sure /etc/services has these entries ..&lt;BR /&gt;ntp  123/tcp&lt;BR /&gt;ntp  123/udp</description>
      <pubDate>Tue, 05 Mar 2002 07:00:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676253#M906613</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-05T07:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: change ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676254#M906614</link>
      <description>when i use ntpdate,there is something wrong:&lt;BR /&gt;#ntpdate &lt;NTP server="" ip=""&gt;&lt;BR /&gt;5 Mar 15:34:46 ntpdate[1072]: no server suitable for synchronization found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;is there something i forget to config in server or client  /etc/ntp.conf?&lt;/NTP&gt;</description>
      <pubDate>Tue, 05 Mar 2002 07:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676254#M906614</guid>
      <dc:creator>thebeatlesguru</dc:creator>
      <dc:date>2002-03-05T07:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: change ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676255#M906615</link>
      <description>The error can be caused if the server being&lt;BR /&gt;selected by the ntpdate command is not itself sync up.  NTP servers need to be sync up before they will handle requests from NTP clients. Check on te ntp server ..&lt;BR /&gt;# ntpq -p&lt;BR /&gt;Look for a entry that has a "*" in the left-most position of the "remote" field.  If&lt;BR /&gt;it is not seen, then either another server must be chosen for your NTP client,&lt;BR /&gt;or the server needs to be sync up to someone before it can handle the ntpdate request from your client.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Mar 2002 07:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676255#M906615</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-05T07:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: change ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676256#M906616</link>
      <description>i have successfully configed one box,and use ntpq -p to check.&lt;BR /&gt;but in another box, use the same way ,i cant bulit xntpd when i use /sbin/init.d/xntpd start&lt;BR /&gt;i am so confused.why?&lt;BR /&gt;&lt;BR /&gt;the two boxes are all connect to ntp server.</description>
      <pubDate>Tue, 05 Mar 2002 08:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676256#M906616</guid>
      <dc:creator>thebeatlesguru</dc:creator>
      <dc:date>2002-03-05T08:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: change ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676257#M906617</link>
      <description>Maybe this can help ..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x87c3854994d9d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x87c3854994d9d4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Mar 2002 08:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676257#M906617</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-05T08:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: change ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676258#M906618</link>
      <description>fudge 127.127.1.1 stratum 10 &lt;JUST how="" i="" set="" it=""&gt; &lt;BR /&gt;&lt;BR /&gt;what does it mean?&lt;/JUST&gt;</description>
      <pubDate>Tue, 05 Mar 2002 08:37:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676258#M906618</guid>
      <dc:creator>thebeatlesguru</dc:creator>
      <dc:date>2002-03-05T08:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: change ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676259#M906619</link>
      <description>1) 127.127.1.1 represents the pseudo IP identifying this system as the time source.&lt;BR /&gt;2) Stratum 10 means it's not a reliable time source. Basically this is a measure of distance to the true source of time.  The GPS clock is stratum=0, the NTP daemon attached to the GPS clock is stratum=1, and others&lt;BR /&gt;(one more step away) are considered stratum=2 by all of their clients.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Mar 2002 08:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676259#M906619</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-05T08:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: change ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676260#M906620</link>
      <description>i have done everything i can do,on other boxes i have successfully config,but on one,it always show:&lt;BR /&gt;/usr/sbin/ntpq: read: Can't assign requested address&lt;BR /&gt;&lt;BR /&gt;does it mean i need to reboot it?</description>
      <pubDate>Tue, 05 Mar 2002 09:03:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676260#M906620</guid>
      <dc:creator>thebeatlesguru</dc:creator>
      <dc:date>2002-03-05T09:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: change ntp server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676261#M906621</link>
      <description>The ntpq sometimes takes a while before it reports any useful information but it your case it looks like the client still cannot synchronize with the server ..&lt;BR /&gt;&lt;BR /&gt;Do you have a firewall between them ? If yes please check to make sure port 123 is open for inbound/outbound signals.</description>
      <pubDate>Tue, 05 Mar 2002 09:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-ntp-server/m-p/2676261#M906621</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-05T09:15:50Z</dc:date>
    </item>
  </channel>
</rss>

