<?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 Time Sync in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455463#M12349</link>
    <description>Hi!&lt;BR /&gt;How I can do time synchronization in my local network. I want to use Server K220 clock and my system is HP-UX 10.20&lt;BR /&gt;Thank's</description>
    <pubDate>Thu, 19 Oct 2000 10:55:06 GMT</pubDate>
    <dc:creator>Sergey Polyakoff</dc:creator>
    <dc:date>2000-10-19T10:55:06Z</dc:date>
    <item>
      <title>Time Sync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455463#M12349</link>
      <description>Hi!&lt;BR /&gt;How I can do time synchronization in my local network. I want to use Server K220 clock and my system is HP-UX 10.20&lt;BR /&gt;Thank's</description>
      <pubDate>Thu, 19 Oct 2000 10:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455463#M12349</guid>
      <dc:creator>Sergey Polyakoff</dc:creator>
      <dc:date>2000-10-19T10:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Time Sync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455464#M12350</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this can be done best with xntp.&lt;BR /&gt;&lt;BR /&gt;There are several threads for this feature.&lt;BR /&gt;Do a SEARCH (upper left button) with search criteria 'ntp'&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 19 Oct 2000 10:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455464#M12350</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-19T10:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Time Sync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455465#M12351</link>
      <description>You should use xntpd - lot of examples if you search this forum.</description>
      <pubDate>Thu, 19 Oct 2000 10:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455465#M12351</guid>
      <dc:creator>Lasse Knudsen</dc:creator>
      <dc:date>2000-10-19T10:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Time Sync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455466#M12352</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i've searched the forums and think this is a good thread for you:&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x65ed6c96588ad4118fef0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x65ed6c96588ad4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 19 Oct 2000 11:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455466#M12352</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-19T11:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Time Sync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455467#M12353</link>
      <description>Implement NTP on your ?network? &lt;BR /&gt;&lt;BR /&gt;The mechanism which NTP uses to keep systems clocks in syncronization is the following : &lt;BR /&gt;&lt;BR /&gt;From my point of view it's better for you if you keep two NTP peer servers ( if one of these fails there is the other one for the syncronization) with internal system clock as time source and all the other machines as NTP client . This configuration can be done easily with SAM ( Time -&amp;gt; NTP Network time Sources ) or configuring the files /etc/ntp.conf and /etc/rc.config.d/netdaemons as explained in the man xntpd. After this configuration start the Daemon xntpd ( manually doing /sbin/init.d/xntpd start or with SAM -&amp;gt; Start NTP on action) &lt;BR /&gt;&lt;BR /&gt;You could also do like this:&lt;BR /&gt;activate the xntpd daemon on one Server (let's say server1) and in the other ones you have to add a cron entry like this: &lt;BR /&gt;0 8,16,0 * * * /usr/sbin/ntpdate -s server1 &lt;BR /&gt;&lt;BR /&gt;This way it works fine but from my point of view it's better having two peer servers (As explained in the previous mail) in a such way that if one of the ntp client lose connection to one of the ntp servers it's the other one to give the sync. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Federico &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Oct 2000 11:21:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455467#M12353</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-10-19T11:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Time Sync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455468#M12354</link>
      <description>NTP is great, I use it and then I also downloaded from &lt;A href="http://winfiles.com/" target="_blank"&gt;http://winfiles.com/&lt;/A&gt; a program called "abouttime" which I loaded on my windows servers and workstations which query the HP NTP and set the time the same as the server's time.&lt;BR /&gt;&lt;BR /&gt;I tried numerous 3rd party products and this one is the easiest to use.  Simply changed the servers to query the HP server.  Very easy to use.</description>
      <pubDate>Thu, 19 Oct 2000 12:21:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455468#M12354</guid>
      <dc:creator>Carlo Henrico_1</dc:creator>
      <dc:date>2000-10-19T12:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Time Sync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455469#M12355</link>
      <description>I provided a solution to a customer using a product from datum &lt;A href="http://www.datum.com/tymserve/" target="_blank"&gt;http://www.datum.com/tymserve/&lt;/A&gt;&lt;BR /&gt;This contained a very accurate clock and a GPS antenna. Once this is setup there is little if any administration and you don't have to pass a firewall to sync. The entire solution is under 5K. I haven't heard back from the customer so if anyone has had experience with product I'd like to know.</description>
      <pubDate>Fri, 20 Oct 2000 20:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455469#M12355</guid>
      <dc:creator>Steve Emig</dc:creator>
      <dc:date>2000-10-20T20:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Time Sync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455470#M12356</link>
      <description>SAM will allow you to setup NTP quite easily. Look for the Time section in the main menu. Note that many firewalls/gateways offer NTP source (synced to one/many Internet colocks) which eliminates the need for a local clock source.</description>
      <pubDate>Sat, 21 Oct 2000 12:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455470#M12356</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-10-21T12:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Time Sync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455471#M12357</link>
      <description>Use one of your servers which has Internet access as a local time server and configure the other servers to get time from your local time server. For example,&lt;BR /&gt;&lt;BR /&gt;* /etc/ntp.conf file in my "local time server" contains the following:&lt;BR /&gt;&lt;BR /&gt;server tick.usno.navy.mil  version 3  prefer &lt;BR /&gt;server tock.usno.navy.mil  version 3  &lt;BR /&gt;server india.colorado.edu  version 3  &lt;BR /&gt;broadcastclient no&lt;BR /&gt;authenticate no&lt;BR /&gt;server ben.cs.wisc.edu  version 3  &lt;BR /&gt;server bigben.cac.washington.edu  version 3  &lt;BR /&gt;&lt;BR /&gt;* /etc/ntp.conf in the other servers contains:&lt;BR /&gt;&lt;BR /&gt;server XXXXXX  version 3  prefer &lt;BR /&gt;&lt;BR /&gt;where "XXXXXX" is the name or IP address of your local time server.</description>
      <pubDate>Sat, 21 Oct 2000 13:28:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-sync/m-p/2455471#M12357</guid>
      <dc:creator>Fedon Kadifeli</dc:creator>
      <dc:date>2000-10-21T13:28:11Z</dc:date>
    </item>
  </channel>
</rss>

