<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716549#M549804</link>
    <description>Thanks for all your replies. The notes for the patch and the mention of DHCP helped me to track down and solve the problem.&lt;BR /&gt;&lt;BR /&gt;DHCP was for some reason enabled for the primary network interface in the netconf file, even though we don't use DHCP. Having turned it off, the NTP client now behaves perfectly.</description>
    <pubDate>Wed, 25 Jan 2006 06:19:41 GMT</pubDate>
    <dc:creator>Norman Lowe</dc:creator>
    <dc:date>2006-01-25T06:19:41Z</dc:date>
    <item>
      <title>NTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716542#M549797</link>
      <description>I have a box running 11.23 Itanium and am trying to get NTP to work. If I configure the /etc/ntp.conf and /etc/rc.config.d/netdamons files and startup xntpd using /sbin/init.d/xntpd start it works okay, but rebooting the machine breaks it. My /etc/ntp.conf file looks like this:&lt;BR /&gt;&lt;BR /&gt;server timehost1.devenv1.bt.co.uk prefer&lt;BR /&gt;server timehost2.devenv1.bt.co.uk&lt;BR /&gt;driftfile /var/ntp/ntp.drift&lt;BR /&gt;&lt;BR /&gt;and the relevant lines in netdaemons are:&lt;BR /&gt;&lt;BR /&gt;export NTPDATE_SERVER=&lt;BR /&gt;XNTPD=1&lt;BR /&gt;export XNTPD_ARGS=&lt;BR /&gt;&lt;BR /&gt;After starting xntpd, ntpq -p shows:&lt;BR /&gt;&lt;BR /&gt;     remote           refid      st t when poll reach   delay   offset    disp&lt;BR /&gt;==============================================================================&lt;BR /&gt; hwdusi04e2      10.240.52.101    3 u   59   64   17     0.27   -0.794 1879.20&lt;BR /&gt;&lt;BR /&gt;However, after a reboot I find that the server names have been changed to 0.0.0.0 like so:&lt;BR /&gt;&lt;BR /&gt;server 0.0.0.0 prefer&lt;BR /&gt;server 0.0.0.0&lt;BR /&gt;driftfile /var/ntp/ntp.drift&lt;BR /&gt;&lt;BR /&gt;and the following line in the netdaemons file has also been changed:&lt;BR /&gt;&lt;BR /&gt;export NTPDATE_SERVER="0.0.0.0"&lt;BR /&gt;&lt;BR /&gt;ntpq -p now gives:&lt;BR /&gt;&lt;BR /&gt;     remote           refid      st t when poll reach   delay   offset    disp&lt;BR /&gt;==============================================================================&lt;BR /&gt; 0.0.0.0         0.0.0.0         16 -    -   64    0     0.00    0.000 16000.0&lt;BR /&gt;&lt;BR /&gt;I two other similar systems which are both behaving normally andI'm struggling to find any differences between this one and those. What's going on?</description>
      <pubDate>Tue, 24 Jan 2006 12:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716542#M549797</guid>
      <dc:creator>Norman Lowe</dc:creator>
      <dc:date>2006-01-24T12:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: NTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716543#M549798</link>
      <description>Well - the issue is your netdaemons file is being over written at boot...&lt;BR /&gt;&lt;BR /&gt;You need to find out what is doing that - check for a newconfig file:&lt;BR /&gt;&lt;BR /&gt;/usr/newconfig/etc/rc.config.d/netdaemons&lt;BR /&gt;&lt;BR /&gt;Does that have &lt;BR /&gt;export NTPDATE_SERVER="0.0.0.0"&lt;BR /&gt;&lt;BR /&gt;The rest of your stuff is fine...&lt;BR /&gt;&lt;BR /&gt;Also check /sbin/init.d/xntpd&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 24 Jan 2006 12:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716543#M549798</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-01-24T12:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: NTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716544#M549799</link>
      <description>Hi Norman:&lt;BR /&gt;&lt;BR /&gt;See if yuo have PHCO_33171 installed.  This would appear to the be source of your problem.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main" target="_blank"&gt;http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main&lt;/A&gt;|patch.breadcrumb.search|&amp;amp;patchid=PHCO_33171&amp;amp;context=hpux:800:11:23&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 13:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716544#M549799</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-24T13:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: NTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716545#M549800</link>
      <description>If the patch suggestion doesn't pan-out, any chance you are using DHCP to configure your IP address(es)?</description>
      <pubDate>Tue, 24 Jan 2006 20:51:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716545#M549800</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-01-24T20:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: NTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716546#M549801</link>
      <description>The steps to configure a system to be an NTP Server are: &lt;BR /&gt;1. Edit the /etc/rc.config.d/netdaemons file to configure the xntpd daemon to startup every time the system boots.  Set the XNTPD variable to equal 1&lt;BR /&gt;export NTPDATE_SERVER= Timer server IP&lt;BR /&gt;export XNTPD=1 &lt;BR /&gt;export XNTPD_ARGS= &lt;BR /&gt;For NTP servers, do not set the NTPDATE_SERVER variable (leave it blank).  This variable is for NTP clients.&lt;BR /&gt;2. Edit the /etc/TIMEZONE file and specify the correct time zone for the system.  Set the TZ variable to equal the time zone for the system.  See the /usr/lib/tztab file for a list of all the available time zones.&lt;BR /&gt;TZ=CST6CDT &lt;BR /&gt;export TZ &lt;BR /&gt;3. Edit the /etc/ntp.conf file and define the NTP server (as described earlier in this module).  Below is an example for defining an NTP server to use its local clock:&lt;BR /&gt;server 127.127.1.1 &lt;BR /&gt;fudge 127.127.1.1 stratum 10 &lt;BR /&gt;4. Start the xntpd daemon manually by executing the following command: &lt;BR /&gt;sbin/init.d/xntpd start &lt;BR /&gt;5. Wait.  It could take up to 6 minutes for the xntpd daemon to start.  &lt;BR /&gt;6. Verify the NTP server configuration (and its association with peer NTP servers) by executing the following command: &lt;BR /&gt;ntpq -p &lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 21:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716546#M549801</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2006-01-24T21:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: NTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716547#M549802</link>
      <description>Remember that:&lt;BR /&gt;At server: U only need to set: the XNTPD variable to equal 1 (/etc/rc.config.d/netdaemon). Others parameter should keep it be blank.&lt;BR /&gt;At client: U must set all below parameter:&lt;BR /&gt;export NTPDATE_SERVER='NTP server1 NTP server2' &lt;BR /&gt;export XNTPD=1 &lt;BR /&gt;export XNTPD_ARGS= &lt;BR /&gt;and /etc/ntp.conf:&lt;BR /&gt;broadcastclient yes&lt;BR /&gt;server NTP server&lt;BR /&gt;driftfile /etc/ntp.drift &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pls review your confs again&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 22:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716547#M549802</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2006-01-24T22:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: NTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716548#M549803</link>
      <description>Hi Norman,&lt;BR /&gt; Please find the attached procedure to follow for install /verify your NTP Installation.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Shameer</description>
      <pubDate>Tue, 24 Jan 2006 22:28:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716548#M549803</guid>
      <dc:creator>Shameer.V.A</dc:creator>
      <dc:date>2006-01-24T22:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: NTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716549#M549804</link>
      <description>Thanks for all your replies. The notes for the patch and the mention of DHCP helped me to track down and solve the problem.&lt;BR /&gt;&lt;BR /&gt;DHCP was for some reason enabled for the primary network interface in the netconf file, even though we don't use DHCP. Having turned it off, the NTP client now behaves perfectly.</description>
      <pubDate>Wed, 25 Jan 2006 06:19:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716549#M549804</guid>
      <dc:creator>Norman Lowe</dc:creator>
      <dc:date>2006-01-25T06:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: NTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716550#M549805</link>
      <description>BTW, it is excellent you have more than one server configured but you may want to add a server unrelated to the two you have in your ntp.conf file.</description>
      <pubDate>Wed, 25 Jan 2006 12:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/3716550#M549805</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-01-25T12:20:06Z</dc:date>
    </item>
  </channel>
</rss>

