<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938006#M113085</link>
    <description>Also see this thread; from when I set up NTP:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x54d30bce6f33d6118fff0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x54d30bce6f33d6118fff0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Mar 2003 19:48:07 GMT</pubDate>
    <dc:creator>Fred Martin_1</dc:creator>
    <dc:date>2003-03-28T19:48:07Z</dc:date>
    <item>
      <title>NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938000#M113079</link>
      <description>hi guys &lt;BR /&gt;I am setting up ntp on two of my test servers,should be easy right.&lt;BR /&gt;I have set up the time server itself to use its local clock, and the client to look at the Time server.&lt;BR /&gt;i have set them using ip addresses as the test servers dont have any details of other machines in there hosts files.&lt;BR /&gt;my question is that it does not seem to be working and that if i run NTPQ -p it complains with the following message "/usr/sbin/ntpq: read: Can't assign requested address" on the time server.&lt;BR /&gt;on the client it says "No association ID's returned" any ideas why it is not working and why ntpq fails.&lt;BR /&gt;regards&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 12:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938000#M113079</guid>
      <dc:creator>system administrator_15</dc:creator>
      <dc:date>2003-03-28T12:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938001#M113080</link>
      <description>You don't mention the steps you used to set up ntp...so maybe a quick review would help..&lt;BR /&gt;&lt;BR /&gt;To save me some typing, take a look here:&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;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 12:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938001#M113080</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2003-03-28T12:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938002#M113081</link>
      <description>here's a setup procedure to refer yours to:&lt;BR /&gt;&lt;BR /&gt;From client, set time 3 minutes ahead.&lt;BR /&gt;&lt;BR /&gt;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;server 127.127.1.1 minpoll 3 maxpoll 4 prefer &lt;BR /&gt;fudge 127.127.1.1 stratum 10 &lt;BR /&gt;broadcast ip &lt;X.X.X.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;&lt;BR /&gt;export NTPDATE_SERVER=node name &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 -p &lt;BR /&gt;chk for output of "reftime" it should not be zero if the servers are in&lt;/NTP&gt;&lt;/X.X.X.255&gt;</description>
      <pubDate>Fri, 28 Mar 2003 13:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938002#M113081</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-28T13:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938003#M113082</link>
      <description>Thanks for the replys guys.&lt;BR /&gt;I was trying to set it up Client server as in the manual, which says that you should not use the Broadcast method with local clock settings.&lt;BR /&gt;i have gone into sam on the time server and set in 'NTP Time Sources' then 'Configure Local Clock'&lt;BR /&gt;then i have gone to the client and added it in using the 'ADD REMOTE SERVER OR PEER' from sam, i was reading a previous forum entry and apparently this is the way it should be done.&lt;BR /&gt;After all all i want it to do is get the time from one server and update itself, how hard is it?.&lt;BR /&gt;i dont want to use broadcast untill i have checked out how certain bespoke applications will work with NTP installed, and if i set broadcast there is allways a risk that one of my production servers might collect time and instigate change before i am ready for it to do that.( application issues)&lt;BR /&gt;cheers &lt;BR /&gt;&lt;BR /&gt;andy&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 14:48:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938003#M113082</guid>
      <dc:creator>system administrator_15</dc:creator>
      <dc:date>2003-03-28T14:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938004#M113083</link>
      <description>Here is how we did it:&lt;BR /&gt;&lt;BR /&gt;We used external time servers, and used the broadcast capability:&lt;BR /&gt;&lt;BR /&gt;1.      First you must identify your plan:&lt;BR /&gt;&lt;BR /&gt;a.      Identify two offsite time servers.&lt;BR /&gt;b.      Identify two local machines to be your local servers.&lt;BR /&gt;c.      Set up all other local machines to be clients of the time servers.&lt;BR /&gt;&lt;BR /&gt;2.      In our case:&lt;BR /&gt;&lt;BR /&gt;a.      External time servers:&lt;BR /&gt;&lt;BR /&gt;                10.100.51.211    # antares&lt;BR /&gt;                10.3.65.67       # horus&lt;BR /&gt;&lt;BR /&gt;b.      Local time servers:&lt;BR /&gt;&lt;BR /&gt;                serv349-d  (IP ends in 49 below)&lt;BR /&gt;                serv345-d  (IP ends in 45 below)&lt;BR /&gt;&lt;BR /&gt;3.      Set local clients and servers to initiate ntp at boot time:&lt;BR /&gt;&lt;BR /&gt;        vi      /etc/rc.config.d/netdaemons&lt;BR /&gt;&lt;BR /&gt;        export NTPDATE_SERVER=Time server name or IP address&lt;BR /&gt;        export XNTPD=1&lt;BR /&gt;        export XNTPD_ARGS=&lt;BR /&gt;&lt;BR /&gt;4.      /etc/ntp.conf for a "client"&lt;BR /&gt;&lt;BR /&gt;                driftfile /etc/ntp.drift&lt;BR /&gt;                restrict default notrust nomodify&lt;BR /&gt;                restrict 151.208.28.49&lt;BR /&gt;                restrict 151.208.28.45&lt;BR /&gt;                server 151.208.28.49 &lt;BR /&gt;                server 151.208.28.45  &lt;BR /&gt;&lt;BR /&gt;5.      /etc/ntp.conf for a "local timeserver", serv349-d:&lt;BR /&gt;&lt;BR /&gt;                server 10.100.51.211 prefer     # Antares&lt;BR /&gt;                server 10.3.65.67               # horus&lt;BR /&gt;                driftfile /etc/ntp.drift&lt;BR /&gt;                restrict default notrust nomodify&lt;BR /&gt;                restrict 10.100.51.211&lt;BR /&gt;                restrict 10.3.65.67&lt;BR /&gt;                peer 151.208.28.45&lt;BR /&gt;                broadcast 151.208.28.255  &lt;BR /&gt;&lt;BR /&gt;6.      /sbin/init.d/xntpd      start&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 16:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938004#M113083</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-03-28T16:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938005#M113084</link>
      <description>If your client doesn't have the ntpd daemon active then its not going to sync up over the network with anyone.</description>
      <pubDate>Fri, 28 Mar 2003 18:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938005#M113084</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-28T18:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938006#M113085</link>
      <description>Also see this thread; from when I set up NTP:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x54d30bce6f33d6118fff0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x54d30bce6f33d6118fff0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 19:48:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2938006#M113085</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-03-28T19:48:07Z</dc:date>
    </item>
  </channel>
</rss>

