<?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: network time protocol(ntp) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440685#M7300</link>
    <description>Thanks a lot for all the inputs.&lt;BR /&gt;Now in case of breakdown of master server what will happen to the clients ?&lt;BR /&gt;&lt;BR /&gt;Thanx&lt;BR /&gt;animesh</description>
    <pubDate>Wed, 30 Aug 2000 07:02:08 GMT</pubDate>
    <dc:creator>Animesh Chakraborty</dc:creator>
    <dc:date>2000-08-30T07:02:08Z</dc:date>
    <item>
      <title>network time protocol(ntp)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440680#M7295</link>
      <description>Hi All,&lt;BR /&gt;I am facing difficulties in managing time with different servers as they are never in sync.so I want to implement NTP.can anyone help me how to configure NTP.is rebooting required ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Animesh</description>
      <pubDate>Tue, 29 Aug 2000 07:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440680#M7295</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2000-08-29T07:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: network time protocol(ntp)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440681#M7296</link>
      <description>The simplest way is to use SAM:&lt;BR /&gt;SAM =&amp;gt;TIME=&amp;gt; NTP...</description>
      <pubDate>Tue, 29 Aug 2000 07:38:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440681#M7296</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-08-29T07:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: network time protocol(ntp)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440682#M7297</link>
      <description>Following is a procedure to setup an NTP server using its local system clock&lt;BR /&gt;and any number of clients:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Procedure on the main server:&lt;BR /&gt;&lt;BR /&gt;Log in as root and run a SAM session then do the following steps:&lt;BR /&gt;&lt;BR /&gt;1. Click on the Time icon.&lt;BR /&gt;&lt;BR /&gt;2. Click on the NTP Network Time Sources icon.&lt;BR /&gt;&lt;BR /&gt;3. Select the menu Action -&amp;gt; Configure NTP Local Clock&lt;BR /&gt;&lt;BR /&gt;4. Select Use System Clock and press OK&lt;BR /&gt;&lt;BR /&gt;5. Select the menu List -&amp;gt; NTP Broadcasting&lt;BR /&gt;&lt;BR /&gt;6. Select the menu Action -&amp;gt; Add Broadcast Client Network&lt;BR /&gt;&lt;BR /&gt;7. Enter the broadcast address of the subnet where your client is located.  You&lt;BR /&gt;   can get this information by running the following command on the client:&lt;BR /&gt;&lt;BR /&gt;  ifconfig lan0 ---&amp;gt; you will get the following listed:&lt;BR /&gt;&lt;BR /&gt;        lan0:     flags=863&lt;BR /&gt;          inet 15.37.113.130 netmask fffff800 broadcast 15.37.119.255&lt;BR /&gt;                          &lt;BR /&gt;&lt;BR /&gt;   Here's the broadcast address&lt;BR /&gt;&lt;BR /&gt;   So add the broadcast address of all your clients if they are not on the same&lt;BR /&gt;   subnet.&lt;BR /&gt;&lt;BR /&gt;8. Select the menu Action -&amp;gt; Start NTP&lt;BR /&gt;   Your server is now set.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Procedure for the client:&lt;BR /&gt;&lt;BR /&gt;Log in as root and run a SAM session, then do the following steps:&lt;BR /&gt;&lt;BR /&gt;1. Click on the Time icon.&lt;BR /&gt;&lt;BR /&gt;2. Click on the NTP Network Time Sources icon.&lt;BR /&gt;&lt;BR /&gt;3. Select the NTP Broadcasting icon.&lt;BR /&gt;&lt;BR /&gt;4. Select the menu Actions -&amp;gt; Enable Receiving Time Broadcasts&lt;BR /&gt;&lt;BR /&gt;5. Select the menu Actions -&amp;gt; Start NTP &lt;BR /&gt;   Your client is now set.  You can repeat this on all your clients.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Aug 2000 07:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440682#M7297</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-08-29T07:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: network time protocol(ntp)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440683#M7298</link>
      <description>&lt;BR /&gt;No, you shouldnt need to reboot unless the time difference on the master NTP server is out by a large amount to a server youre trying to sync from. &lt;BR /&gt;&lt;BR /&gt;The first thing you need to do is set up an NTP server - this is the one that other servers will sync to. You can either use sam or select your master NTP server and modify the /etc/ntp.conf file and create 2 lines; &lt;BR /&gt;server 127.127.1.1&lt;BR /&gt;broadcast &lt;IP of="" server=""&gt;&lt;BR /&gt;Now modify the entry in /etc/rc.config.d/netdaemons to autostart the xntpd daemon;&lt;BR /&gt;XNTPD=1&lt;BR /&gt;Now start the xntpd daemon; /sbin/init.d/xntpd start&lt;BR /&gt;Now you can use the following command to see that it is working;&lt;BR /&gt;ntpq -p&lt;BR /&gt;You should see an entry for your current server and an entry for LOCAL which shows that your server is sync'd to its local clock. Its now broadcasting so you can modify any other host to sync to this server by adding only 1 line to /etc/ntp.conf&lt;BR /&gt;server &lt;IP or="" hostname="" of="" master="" ntp="" server=""&gt;&lt;BR /&gt;and modify /etc/rc.config.d/netdaemons, same as above, and start the daemon, same again as above, and now the ntpq -p command will show your server syncing to the master server. It will show a + to signify its synced/syncing.&lt;BR /&gt;It may take some time to slowly synchronize the clocks, depending on how much different they are.&lt;BR /&gt;&lt;BR /&gt;Also, there is a lot more to consider with ntp than the simple example I have above. You have to consider multiple master servers, peers (incase one goes down). There are a lot of configuration options for ntp which you should maybe to some research/reading up on (docs.hp.com) before you decide on an implementation.&lt;BR /&gt;&lt;BR /&gt;&lt;/IP&gt;&lt;/IP&gt;</description>
      <pubDate>Tue, 29 Aug 2000 07:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440683#M7298</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-29T07:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: network time protocol(ntp)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440684#M7299</link>
      <description>Can use SAM or can manually modify the /etc/ntp.conf file. What is happening is you have at least one server (prefer two or more) going out to a stratum 1 server and they sync up. You now have a stratum 2 time server. All other systems sync to this stratum 2 server that you have on site. &lt;BR /&gt;&lt;BR /&gt;In the /etc/ntp.conf file, you are defining which servers to look at for the ntp protocol. SAM is working much the same way. &lt;BR /&gt;&lt;BR /&gt;There are numerous options with NTP, such as a driftfile, stats, etc.&lt;BR /&gt;&lt;BR /&gt;More info at &lt;A href="http://www.eecis.udel.edu/~ntp/ntpfaq" target="_blank"&gt;http://www.eecis.udel.edu/~ntp/ntpfaq&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Aug 2000 12:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440684#M7299</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-29T12:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: network time protocol(ntp)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440685#M7300</link>
      <description>Thanks a lot for all the inputs.&lt;BR /&gt;Now in case of breakdown of master server what will happen to the clients ?&lt;BR /&gt;&lt;BR /&gt;Thanx&lt;BR /&gt;animesh</description>
      <pubDate>Wed, 30 Aug 2000 07:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440685#M7300</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2000-08-30T07:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: network time protocol(ntp)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440686#M7301</link>
      <description>Nothing really,&lt;BR /&gt;But the best would be to have a backup server...</description>
      <pubDate>Wed, 30 Aug 2000 07:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440686#M7301</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-08-30T07:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: network time protocol(ntp)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440687#M7302</link>
      <description>If you have a breakdon of the master, good reason to have the clients pointing to at least two systems that are sync-ing to a stratum 1 server.&lt;BR /&gt;&lt;BR /&gt;You can define more then one system for the clients to look at. This way, if an internal server goes down and the clients systems were looking at for NTP, they will also look at the addition server entry and sync to it. &lt;BR /&gt;&lt;BR /&gt;Another senerio to look at, the stratum 1 server you sync with goes down. Use two or more stratum 1 servers to look at. The clients will look into your internal servers to sync with. &lt;BR /&gt;&lt;BR /&gt;Example, 3 internal servers look to 2 different stratum 1 servers. One of the internal stratum 2 servers goes down. No worry, you have 2 other stratum 2 servers your internal systems can look to. &lt;BR /&gt;&lt;BR /&gt;When you do the ntpq -p command, you will see it will sync to more than one server.&lt;BR /&gt;&lt;BR /&gt;One catch however, if your network goes down and you cannot communicate outside...a single point of failure unless you become a stratum 1 site as well. Also, there is the LOCAL clock as well.</description>
      <pubDate>Wed, 30 Aug 2000 12:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440687#M7302</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-30T12:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: network time protocol(ntp)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440688#M7303</link>
      <description>Keep in mind the option to perform "polling" or "broadcasting" on your NTP clients.  There are pros and cons to each.  I chose polling because I was concerned about network activity.  Later I learned that the activity on the network is very minimal using NTP broadcasting.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Wed, 30 Aug 2000 12:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-time-protocol-ntp/m-p/2440688#M7303</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-08-30T12:56:26Z</dc:date>
    </item>
  </channel>
</rss>

