<?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: synchronize time in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/synchronize-time/m-p/2478472#M79948</link>
    <description>any docs/procedure to do this on linux????</description>
    <pubDate>Wed, 03 Jan 2001 22:21:21 GMT</pubDate>
    <dc:creator>f. halili</dc:creator>
    <dc:date>2001-01-03T22:21:21Z</dc:date>
    <item>
      <title>synchronize time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/synchronize-time/m-p/2478470#M79946</link>
      <description>What are the ways to  synchronize the time on my Linux workstation against an HP server ??? Thanks..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jan 2001 19:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/synchronize-time/m-p/2478470#M79946</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2001-01-03T19:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: synchronize time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/synchronize-time/m-p/2478471#M79947</link>
      <description>Have you considered using the ntp daemons?&lt;BR /&gt;&lt;BR /&gt;I use the Network Time Protocol to establish a Pool of Time servers and then allocate the time synching to the machines which need it.&lt;BR /&gt;&lt;BR /&gt;NTP is alvailable on both HP-UX (9, 10, 11) and all varieties of Linux.&lt;BR /&gt;&lt;BR /&gt;Hope that helps, if not get back to me and I be glad to assit you further.&lt;BR /&gt;&lt;BR /&gt;Have a Great Day!</description>
      <pubDate>Wed, 03 Jan 2001 21:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/synchronize-time/m-p/2478471#M79947</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2001-01-03T21:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: synchronize time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/synchronize-time/m-p/2478472#M79948</link>
      <description>any docs/procedure to do this on linux????</description>
      <pubDate>Wed, 03 Jan 2001 22:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/synchronize-time/m-p/2478472#M79948</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2001-01-03T22:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: synchronize time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/synchronize-time/m-p/2478473#M79949</link>
      <description>It's actually very easy on a linux box.  First you need to install the ntp package for your particular flavor of linux if it is not already installed.  Most of the linux distributions already have it ported.  If it's installed, you should have /etc/ntp.conf present.&lt;BR /&gt;&lt;BR /&gt;In ntp.conf, comment out the two lines:&lt;BR /&gt;&lt;BR /&gt;# server    127.127.1.0     # local clock&lt;BR /&gt;# fudge     127.127.1.0     stratum 10&lt;BR /&gt;&lt;BR /&gt;Then you need to add two (or more) server lines to some time standard machines on the internet.  Something like:&lt;BR /&gt;&lt;BR /&gt;server    199.240.130.1    # kansasnet npt1&lt;BR /&gt;server    199.240.130.12  # kansasnet npt2&lt;BR /&gt;&lt;BR /&gt;The server IP addresses should be taken from the list at &lt;A href="http://www.eecis.udel.edu/~mills/ntp/clock2.htm" target="_blank"&gt;http://www.eecis.udel.edu/~mills/ntp/clock2.htm&lt;/A&gt;  This is a list of stratum 2 servers located around the world.  Stratum 2 is more than adequate for a single workstation.  Track up this website and you will have more information that you ever wanted on how ntp works.  If you have DNS running on your machine, you can use the address name instead.  &lt;BR /&gt;&lt;BR /&gt;I would also add a line to log the output like:&lt;BR /&gt;&lt;BR /&gt;logfile /var/log/ntp&lt;BR /&gt;&lt;BR /&gt;At this point you are configured.  So now you need a method of starting and stopping the daemon.  I suggest you create a file in /etc/rc.d/init.d called ntpd to do this work for you.  There is a good chance that it is already there for your distribution, but I've attached a copy used in Redhat 7.0.  Now you need to add the appropriate startup/kill links in /etc/rc.d/rc0.d thru /etc/rc.d/rc6.d.  It should be started some time after DNS is started and can be killed just about anywhere in the shutdown sequence.  Your done.&lt;BR /&gt;&lt;BR /&gt;There are lots of other options you can add, but what you have here will get you up and running.</description>
      <pubDate>Thu, 04 Jan 2001 02:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/synchronize-time/m-p/2478473#M79949</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2001-01-04T02:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: synchronize time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/synchronize-time/m-p/2478474#M79950</link>
      <description>In case you didn't know, there is a wealth of information available to you on your Linux Server (most of it can be directly applied to your HP Environment as well!), check out the information in the /usr/doc directory.&lt;BR /&gt;&lt;BR /&gt;I found an entire directory devoted to ntp under the /usr/doc/xntp3-5.93/index.html&lt;BR /&gt;&lt;BR /&gt;Some of the files in this tree are text, some are HTML.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;Have a Great Day!</description>
      <pubDate>Thu, 04 Jan 2001 13:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/synchronize-time/m-p/2478474#M79950</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2001-01-04T13:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: synchronize time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/synchronize-time/m-p/2478475#M79951</link>
      <description>If you want to create your own master time source, you can buy a WWVB receiver from &lt;BR /&gt;&lt;WWW.ARCTIME.COM&gt; for around $100. I can E-MAIL you the little program that interrogates it and sets your local LINUX box to the correct time. Then you can use xntpd to dist the time out to the rest of the world.&lt;BR /&gt;&lt;BR /&gt;Here's what I get when I do a telnet to the timeport on my other machines:&lt;BR /&gt;&lt;BR /&gt;tonyp% &lt;BR /&gt;tonyp% NETTIME&lt;BR /&gt; &lt;BR /&gt;Connected to localhost.&lt;BR /&gt;Thu Jan  4 10:41:59 2001&lt;BR /&gt; &lt;BR /&gt;Connected to m24dptjp.&lt;BR /&gt;Thu Jan  4 10:41:59 2001&lt;BR /&gt; &lt;BR /&gt;Connected to m24dprjb.&lt;BR /&gt;Thu Jan  4 10:41:59 2001&lt;BR /&gt; &lt;BR /&gt;Connected to m24dps1t.&lt;BR /&gt;Thu Jan  4 10:41:59 2001&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;tonyp&lt;BR /&gt;&lt;/WWW.ARCTIME.COM&gt;</description>
      <pubDate>Thu, 04 Jan 2001 18:41:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/synchronize-time/m-p/2478475#M79951</guid>
      <dc:creator>tony j. podrasky</dc:creator>
      <dc:date>2001-01-04T18:41:38Z</dc:date>
    </item>
  </channel>
</rss>

