<?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: Time syncronization in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502677#M21124</link>
    <description>To add u can use more than 1 time server over internet  to increase the level of accuracy .&lt;BR /&gt;Startum 1 servers are said to be the most accurate servers.There are even hardware available which you can install in the host and get the time relayed by a GPS or a radio resource.&lt;BR /&gt;&lt;BR /&gt;Karthik...</description>
    <pubDate>Thu, 08 Mar 2001 03:17:26 GMT</pubDate>
    <dc:creator>Karthik_2</dc:creator>
    <dc:date>2001-03-08T03:17:26Z</dc:date>
    <item>
      <title>Time syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502673#M21120</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;1. May I ask how to syncronize the time between two HP servers running HP-UX 11.0 ?&lt;BR /&gt;2. Does HP provide any software or is there any freeware on the internet so that I can syncronize the time between an HP server and a RedHat server no matter they are on the same subnet or not (of course they can telnet to each other)?&lt;BR /&gt;&lt;BR /&gt;Thank  you for your kind attention !&lt;BR /&gt;&lt;BR /&gt;Patrick</description>
      <pubDate>Thu, 08 Mar 2001 02:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502673#M21120</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2001-03-08T02:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Time syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502674#M21121</link>
      <description>Patrick, what you want to do is to run ntp.  there have been a number of discussions on the forums on configuring ntp - do a search in the forums for ntp  -to start you off check:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x05dff841489fd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x05dff841489fd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x65ed6c96588ad4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x65ed6c96588ad4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;redhat also supports ntp - you would have to download the rpm file for xntp&lt;BR /&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Thu, 08 Mar 2001 02:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502674#M21121</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2001-03-08T02:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Time syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502675#M21122</link>
      <description>Well xntpd is available on 11.0 and you should be able to set it up using SAM.  HP now includes xntp as standard distribution with the OS.  From the man page:&lt;BR /&gt;xntpd is a daemon which maintains a UNIX system's time-of-day in agreement with Internet standard time servers. &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Peggy</description>
      <pubDate>Thu, 08 Mar 2001 02:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502675#M21122</guid>
      <dc:creator>Peggy Fong</dc:creator>
      <dc:date>2001-03-08T02:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Time syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502676#M21123</link>
      <description>Hi Patrick,&lt;BR /&gt;&lt;BR /&gt;Just a quick start for you.  Let say you got two servers called "time_server" and "time_client", and that you want "time_client" to sync. with the system time of "time_server".&lt;BR /&gt;&lt;BR /&gt;Steps,&lt;BR /&gt;&lt;BR /&gt;1. in time_server, create the file /etc/ntp.conf containing the line "server 127.127.1.1"&lt;BR /&gt;&lt;BR /&gt;2. in time_client, create the file /etc/ntp.conf containing the line "server time_server version 3"&lt;BR /&gt;&lt;BR /&gt;3. to both time_server and time_client, edit the file /etc/rc.config.d/netdaemons, change the XNTPD varible to 1.&lt;BR /&gt;&lt;BR /&gt;4. to both time_server and time_client, start xntpd (network time protocol daemon) by entering "/sbin/init.d/xntpd start"&lt;BR /&gt;&lt;BR /&gt;Then time_client will start to synchronize with time_server.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Thu, 08 Mar 2001 02:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502676#M21123</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-03-08T02:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Time syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502677#M21124</link>
      <description>To add u can use more than 1 time server over internet  to increase the level of accuracy .&lt;BR /&gt;Startum 1 servers are said to be the most accurate servers.There are even hardware available which you can install in the host and get the time relayed by a GPS or a radio resource.&lt;BR /&gt;&lt;BR /&gt;Karthik...</description>
      <pubDate>Thu, 08 Mar 2001 03:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502677#M21124</guid>
      <dc:creator>Karthik_2</dc:creator>
      <dc:date>2001-03-08T03:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Time syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502678#M21125</link>
      <description>try `ntpdate`</description>
      <pubDate>Thu, 08 Mar 2001 04:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502678#M21125</guid>
      <dc:creator>Michael Lee_4</dc:creator>
      <dc:date>2001-03-08T04:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Time syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502679#M21126</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;On the time server do:&lt;BR /&gt;&lt;BR /&gt;1 - Run SAM&lt;BR /&gt;2 - Time&lt;BR /&gt;3 - NTP Broadcasting&lt;BR /&gt;4 - Fill in the Clinte server IP Address&lt;BR /&gt;5 - Choose Action&lt;BR /&gt;6 - Start NTP&lt;BR /&gt;&lt;BR /&gt;On the cliente server do:&lt;BR /&gt;&lt;BR /&gt;1 Run SAM&lt;BR /&gt;2 - Time&lt;BR /&gt;3 - NTP Network Time Source&lt;BR /&gt;4 - Choose Action&lt;BR /&gt;5 - Add remote server or peer..&lt;BR /&gt;6 - Fill in the time server IP Address&lt;BR /&gt;7 - Choose again Action&lt;BR /&gt;8 - Start NTP&lt;BR /&gt;&lt;BR /&gt;Hope it's help&lt;BR /&gt;&lt;BR /&gt;Augusto&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Mar 2001 06:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502679#M21126</guid>
      <dc:creator>augusto cossa</dc:creator>
      <dc:date>2001-03-08T06:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Time syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502680#M21127</link>
      <description>Augusto, you did not give marks in your previous thread.</description>
      <pubDate>Thu, 08 Mar 2001 11:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-syncronization/m-p/2502680#M21127</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2001-03-08T11:10:36Z</dc:date>
    </item>
  </channel>
</rss>

