<?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 Broadcasting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597379#M33581</link>
    <description>Just a note about NTP protocol.  It is the most efficient LAN protocol there is.  O very slow HP-UX box (such as a 710 workstation or E25 computer (25-50 Mhz range) will handle thousands of clients.&lt;BR /&gt;&lt;BR /&gt;The reason is that the fastest any client will ask for time sync is once every 64 seconds (and a packet of 64 bytes).  Once the client is within 128ms of accurate time, the client doubles the length of time, and then again and again until the client polls once every 17 minutes.&lt;BR /&gt;&lt;BR /&gt;Thus a small server (ie, network appliance like a firewall or router) can server thousands of clients with virtually no load.</description>
    <pubDate>Mon, 22 Oct 2001 18:42:53 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2001-10-22T18:42:53Z</dc:date>
    <item>
      <title>NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597364#M33566</link>
      <description>Has anyone had any luck configuring a Win2K system to get its time from a non-windows source? I'm having trouble getting Win2K boxes to get their time from an HP-UX server which is synched with the Naval Observatory. My HP-UX box is broadcasting via NTP v3. Any help would be greatly appreciated as I've been working on this for quite some time without success. Thanks!</description>
      <pubDate>Thu, 18 Oct 2001 14:27:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597364#M33566</guid>
      <dc:creator>Gunther Schulze</dc:creator>
      <dc:date>2001-10-18T14:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597365#M33567</link>
      <description>Good question, I gave up on getting this to work myself many moons ago.</description>
      <pubDate>Thu, 18 Oct 2001 17:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597365#M33567</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-10-18T17:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597366#M33568</link>
      <description>Frustrating, isn't it?!  You would think that most Stratum 1 servers are running some flavor of Unix.  So why can't I get my Unix box (stratum 2) to synch with my Windows boxes?!  Sounds kind of "Bill Gatesian" doesn't it.  :)</description>
      <pubDate>Thu, 18 Oct 2001 17:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597366#M33568</guid>
      <dc:creator>Gunther Schulze</dc:creator>
      <dc:date>2001-10-18T17:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597367#M33569</link>
      <description>Gunther, would you mind posting here, a bullet list outlining the steps needed to get NTP running on HP-UX, so that it takes time from the Naval Observatory?  That's something I have been wanting to set up for a while now.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Oct 2001 17:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597367#M33569</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2001-10-18T17:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597368#M33570</link>
      <description>Below is how to get the Windows server to query the system.  This is what we did because NTP broadcasting can not span subnets.&lt;BR /&gt;&lt;BR /&gt;2.4.1.2 WINDOWS 2000 PROFESSIONAL/SERVER&lt;BR /&gt;     If the machine is apart of a domain with a Windows2000 Domain Controller, there will not be any installation of components or configuration changes necessary as the W32Time service is pre-configured to obtain it?s time from a W2K Domain Controller.&lt;BR /&gt;     Here is a list of registry items associated with the W32Time service: &lt;A href="http://support.microsoft.com/support/kb/articles/Q223/1/84.ASP" target="_blank"&gt;http://support.microsoft.com/support/kb/articles/Q223/1/84.ASP&lt;/A&gt; &lt;BR /&gt;     If the machine is not apart of a W2K Domain, then you will need to:&lt;BR /&gt;          Run from command prompt:  net stop w32time&lt;BR /&gt;          Open RegEdit.exe and modify or add the following values:&lt;BR /&gt;&lt;BR /&gt; \HKLM\System\CurrentControlSet\Services\W32Time\Parameters\Type=NTP (RegValue is REG_SZ)&lt;BR /&gt;&lt;BR /&gt; \HKLM\System\CurrentControlSet\Services\W32Time\Parameters\ntpserver=10.10.10.10 (RegValue is REG_SZ)&lt;BR /&gt;     Run from command prompt: net start w32time&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Oct 2001 17:45:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597368#M33570</guid>
      <dc:creator>Ron Cornwell</dc:creator>
      <dc:date>2001-10-18T17:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597369#M33571</link>
      <description>Hi Gunther,&lt;BR /&gt;&lt;BR /&gt;I set up my W2K workstation to use NTP v3 from my HPUX 11.0.  I use NetTime available from &lt;A href="http://nettime.sourceforge.net/" target="_blank"&gt;http://nettime.sourceforge.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It's freeware, small, straightforward, can be installed as a service, and you can adjust how often you want to sync the time.&lt;BR /&gt; &lt;BR /&gt;Darrell</description>
      <pubDate>Thu, 18 Oct 2001 17:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597369#M33571</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-10-18T17:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597370#M33572</link>
      <description>Howdy Fred.  Sure, this is what I do.  It's actually pretty easy if you're using SAM.  &lt;BR /&gt;1.  Start SAM and go to the Time area.&lt;BR /&gt;2.  You'll see two areas:  NTP Network Time Sources and NTP Broadcasting.  First, you'll want to get your machine synched with the UNNO.  Go to the NTP Network Time Sources area.&lt;BR /&gt;3.  Go to the Actions drop down, and go to Add Remote Server or Peer.  Add the IP address or FQN of the server you want to use. You can find these at &lt;A href="http://www.eecis.udel.edu/~mills/ntp/servers.htm" target="_blank"&gt;http://www.eecis.udel.edu/~mills/ntp/servers.htm&lt;/A&gt;&lt;BR /&gt;4.  Make sure the Server radio button is pushed in. Check the preferred server button, and use the version of NTP the time server uses (most are version 3).  Make sure you use a server that's near you and that doesn't require authentication, i.e., a public server from the list at the web site above.&lt;BR /&gt;5.  Close the window and make sure that the NTP service is running, if not go to Action---&amp;gt;Start NTP.&lt;BR /&gt;6.  Check to see if you're synchronized by running the line command ntpq -p.  This will show the time server you're synchronizing with.  If there's an asterisk (*) to the left of the name, you're synchronized!  Be patient, this takes some time.  &lt;BR /&gt;7.  After this, you'll want to configure your server to broadcast to your other UNIX clients.&lt;BR /&gt;&lt;BR /&gt;Let me know if it works!  :)</description>
      <pubDate>Thu, 18 Oct 2001 17:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597370#M33572</guid>
      <dc:creator>Gunther Schulze</dc:creator>
      <dc:date>2001-10-18T17:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597371#M33573</link>
      <description>Fred - Please remember that serving NTP requires resources and you should only point 1 server to a Stratum 1 server and a possibly a second pointing to another Stratum 1 server.  Setting up a NTP Architecture requires does take some planning adn should not be setup on the fly.</description>
      <pubDate>Thu, 18 Oct 2001 18:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597371#M33573</guid>
      <dc:creator>Ron Cornwell</dc:creator>
      <dc:date>2001-10-18T18:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597372#M33574</link>
      <description>Thanks Ron, what I figured I'd do is set up my HP-UX server to get the time from some place on the internet, outside my network.  Then all other hosts on my network would get it from my own HP-UX server.&lt;BR /&gt;&lt;BR /&gt;In that case, they'll be Windows products reading from an HP-UX server, so I would also be interested in the original topic of this thread.</description>
      <pubDate>Thu, 18 Oct 2001 18:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597372#M33574</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2001-10-18T18:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597373#M33575</link>
      <description>Darrell,&lt;BR /&gt;&lt;BR /&gt;Your response is exactly what I've been looking for for over a year.  Thanks!  I would recommend it to everyone!</description>
      <pubDate>Thu, 18 Oct 2001 18:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597373#M33575</guid>
      <dc:creator>Gunther Schulze</dc:creator>
      <dc:date>2001-10-18T18:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597374#M33576</link>
      <description>You're welcome.  I've been using it for just a few months now and it's worked well.  We've got a couple NT 4.0 servers and workstations that's running it too.  We only have them syncing every 12 hours but that's plenty for us.  I don't know what the network overhead would be if employed extensively and syncing frequently so you probably want to look at that.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Thu, 18 Oct 2001 18:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597374#M33576</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-10-18T18:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597375#M33577</link>
      <description>I'll check it out, although I don't think the NTP will cause too much of an issue.  I'll use the Agilent product Netmetrix with a LAN probe to take a look at it.  Thanks again!</description>
      <pubDate>Thu, 18 Oct 2001 18:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597375#M33577</guid>
      <dc:creator>Gunther Schulze</dc:creator>
      <dc:date>2001-10-18T18:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597376#M33578</link>
      <description>Darrell thanks for the info&lt;BR /&gt;&lt;BR /&gt;I am now running that program.&lt;BR /&gt;It works great.&lt;BR /&gt;I was really getting tired of updating my clock every week or so.</description>
      <pubDate>Thu, 18 Oct 2001 19:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597376#M33578</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-10-18T19:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597377#M33579</link>
      <description>Simply use:&lt;BR /&gt;&lt;A href="http://cws.internet.com/reviews/timesync-swatch.html" target="_blank"&gt;http://cws.internet.com/reviews/timesync-swatch.html&lt;/A&gt;</description>
      <pubDate>Fri, 19 Oct 2001 07:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597377#M33579</guid>
      <dc:creator>Ralf Hildebrandt</dc:creator>
      <dc:date>2001-10-19T07:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597378#M33580</link>
      <description>Our solution to this problem was to purchase a lantronix Co box for about $900.  It is about the size of a external modem gets time via GPS and of course supports NTP/SNTP and udp time protocols.  This little box is our primary time server for NT, HPUX and SUN. The benefit to this was that we did not have to leave our firewall for the time update.</description>
      <pubDate>Mon, 22 Oct 2001 18:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597378#M33580</guid>
      <dc:creator>Rory Hammond</dc:creator>
      <dc:date>2001-10-22T18:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Broadcasting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597379#M33581</link>
      <description>Just a note about NTP protocol.  It is the most efficient LAN protocol there is.  O very slow HP-UX box (such as a 710 workstation or E25 computer (25-50 Mhz range) will handle thousands of clients.&lt;BR /&gt;&lt;BR /&gt;The reason is that the fastest any client will ask for time sync is once every 64 seconds (and a packet of 64 bytes).  Once the client is within 128ms of accurate time, the client doubles the length of time, and then again and again until the client polls once every 17 minutes.&lt;BR /&gt;&lt;BR /&gt;Thus a small server (ie, network appliance like a firewall or router) can server thousands of clients with virtually no load.</description>
      <pubDate>Mon, 22 Oct 2001 18:42:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-broadcasting/m-p/2597379#M33581</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-10-22T18:42:53Z</dc:date>
    </item>
  </channel>
</rss>

