<?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 Server / Client Configurations in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server-client-configurations/m-p/3999206#M296952</link>
    <description>I wouldn't set &lt;BR /&gt;&lt;BR /&gt;broadcastclient yes &lt;BR /&gt;&lt;BR /&gt;Be specifc:&lt;BR /&gt;&lt;BR /&gt;server yourntpserver.yourdomain.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Mon, 14 May 2007 09:04:08 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2007-05-14T09:04:08Z</dc:date>
    <item>
      <title>NTP Server / Client Configurations</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server-client-configurations/m-p/3999205#M296951</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I wanna configure my 1 local machine as NTP Server and the other 3 Machines as its NTP Clients.&lt;BR /&gt;&lt;BR /&gt;for this purpose i have choosen the following configurations, and looking for the guru's :)) feedback/suggestions/recommendations to fill the loopholes before they can cause any trouble.&lt;BR /&gt;&lt;BR /&gt;NTP Server Configurations:&lt;BR /&gt;&lt;BR /&gt;/etc/ntp.conf:&lt;BR /&gt;&lt;BR /&gt;server 127.127.1.1&lt;BR /&gt;fudge 127.127.1.1 stratum 8&lt;BR /&gt;broadcast 192.168.2.255&lt;BR /&gt;&lt;BR /&gt;NTP Client Configurations;&lt;BR /&gt;&lt;BR /&gt;/etc/ntp.conf:&lt;BR /&gt;&lt;BR /&gt;broadcastclient yes&lt;BR /&gt;driftfile /var/adm/ntp.drift&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"/etc/TIMEZONE" have the same values both on server / clients.&lt;BR /&gt;&lt;BR /&gt;"/etc/rc.config.d/netdaemons" contains:&lt;BR /&gt;XNTPD=1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanking you all in anticipation.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 May 2007 08:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server-client-configurations/m-p/3999205#M296951</guid>
      <dc:creator>Muhammad Ahmad</dc:creator>
      <dc:date>2007-05-14T08:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Server / Client Configurations</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server-client-configurations/m-p/3999206#M296952</link>
      <description>I wouldn't set &lt;BR /&gt;&lt;BR /&gt;broadcastclient yes &lt;BR /&gt;&lt;BR /&gt;Be specifc:&lt;BR /&gt;&lt;BR /&gt;server yourntpserver.yourdomain.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 14 May 2007 09:04:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server-client-configurations/m-p/3999206#M296952</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-05-14T09:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Server / Client Configurations</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server-client-configurations/m-p/3999207#M296953</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;in /etc/rc.config.d/netdaemons you also should set your &lt;BR /&gt;export NTPDATE_SERVER=&lt;IP-ADDRESS of="" your="" server=""&gt;&lt;BR /&gt;&lt;BR /&gt;This also helped me:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-90685/ch07s01.html#chbdhfdd" target="_blank"&gt;http://www.docs.hp.com/en/B2355-90685/ch07s01.html#chbdhfdd&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and some older ntp threads here.&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;&lt;/IP-ADDRESS&gt;</description>
      <pubDate>Mon, 14 May 2007 09:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server-client-configurations/m-p/3999207#M296953</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2007-05-14T09:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Server / Client Configurations</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server-client-configurations/m-p/3999208#M296954</link>
      <description>Muhammad,&lt;BR /&gt;You will either have to 1) make an entry into the /etc/rc.config.d/netdaemons to specify your NTPDATE_SERVER -or- you may simply make the entry in your /etc/ntp.conf file.&lt;BR /&gt;&lt;BR /&gt;It appears that currently your are not getting your time from any source, other than the internal clock of your NTP server.  These can become *very* unreliable and you should source the time from some ntp stratum server on the internet.  Here is a source that you may locate a public time source  &lt;A href="http://ntp.isc.org/bin/view/Servers/WebHome" target="_blank"&gt;http://ntp.isc.org/bin/view/Servers/WebHome&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;As an example I provide what is in my two servers /etc/ntp.conf files&lt;BR /&gt;&lt;BR /&gt;Server A:&lt;BR /&gt; server 192.5.41.40                     # Stratum 1: tick.usno.navy.mil&lt;BR /&gt; server time-a.timefreq.bldrdoc.gov&lt;BR /&gt; peer 210.0.2.4                         # &lt;BR /&gt;&lt;BR /&gt; broadcast 192.0.2.255&lt;BR /&gt; broadcast 192.0.3.255&lt;BR /&gt;&lt;BR /&gt;Server B:&lt;BR /&gt;server 192.5.41.41  version 3   # Stratum 1: tock.usno.navy.mil&lt;BR /&gt;server bonehed.lcs.mit.edu  version 3  prefer  # Stratum 1 added 5-20-2005&lt;BR /&gt;peer 210.0.2.2                         # &lt;BR /&gt;&lt;BR /&gt;Each machine gets it's time from 2 different servers on the internet and then ensure that they sync to each other on the 210.0.2.X network.  Please note than on Server A I also do a broadcast.  This is primarily for the windows servers and PC's on our network.&lt;BR /&gt;&lt;BR /&gt;From the rest of the UNIX servers we have the following entries in the /etc/ntp.conf file&lt;BR /&gt;&lt;BR /&gt;server 210.0.2.4&lt;BR /&gt;server 210.0.2.2&lt;BR /&gt;&lt;BR /&gt;This indicates that each server will source it's time from each of the in house servers, accross the private network between all, and never access the internet for time.&lt;BR /&gt;&lt;BR /&gt;BTW I do not have any entries in the /etc/rc.config.d/netdaemons  I left it alone and did all my configuration in the /etc/ntp.conf file.  Yes you will have to set  the XNTPD=1 in the netdaemons as you have done.  Setting broadcastclient to yes is not really required.  By making the two entries as above, except for your own IP's, you will be fine.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 15 May 2007 08:39:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-server-client-configurations/m-p/3999208#M296954</guid>
      <dc:creator>Charles Holland</dc:creator>
      <dc:date>2007-05-15T08:39:06Z</dc:date>
    </item>
  </channel>
</rss>

