<?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: Failed to start XNTPD service in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5552735#M478445</link>
    <description>&lt;PRE&gt;/etc # ll rc.config.d/netd*
-rw-r--r-- 1 root sys 2202 Feb 15 07:58 rc.config.d/netdaemons
-rw-r--r-- 1 root sys 2202 Feb 15 07:55 rc.config.d/netdaemons.old
-r--r--r-- 1 root sys 2156 Feb 14 14:01 rc.config.d/netdaemons_org&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;*NEVER*, EVER leave junk files in the rc.config.d directory. This rule applies to every version of HP-UX. During bootup, *every* file in this directory is sourced into the rc startup environment. They are sourced in alphabetical order so in your small example above, netdaemons_org was run last and therefore set the environment. This is the only directory like this in HP-UX, so move *all* the junk files in this directory to another directory immediately. I usually create an old directory like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;mkdir /etc/rc.config.d/old&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;then move all the old junk into old. I have seen a machine down for two days because a test version of netconf (called netconf.test) was left in the rc.config directory, and the system always failed to start networking due to the bad file. Also get rid of any accidental files created by sitting in this directory and editing unrelated files.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2012 20:05:49 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2012-02-15T20:05:49Z</dc:date>
    <item>
      <title>Failed to start XNTPD service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551009#M478419</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unable to start xntpd service after configuring ntp parameters in "/etc/ntp.conf" and "/etc/rc.config.d/netdaemons" file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# more rc.log | grep xntp&lt;BR /&gt;Output from "/sbin/rc2.d/S660xntpd start":&lt;BR /&gt;"/sbin/rc2.d/S660xntpd start" SKIPPED&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2012 13:27:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551009#M478419</guid>
      <dc:creator>1221</dc:creator>
      <dc:date>2012-02-14T13:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to start XNTPD service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551049#M478420</link>
      <description>&lt;P&gt;Can you please show us, or attach to this thread, the /etc/ntp.conf and /etc/rc.config.d/netdaemons files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What happens if you run the start script manually?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# /sbin/init.d/xntpd start&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2012 14:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551049#M478420</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-02-14T14:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to start XNTPD service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551063#M478421</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;your ntpd.conf musta have any rong configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/sbin/init.d/xntpd stop&lt;/P&gt;&lt;P&gt;ntpdate ntp_server&lt;/P&gt;&lt;P&gt;/sbin/init.d/xntpd start&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;ntpq -p ( and see if you have the correct ntp_servers)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not. Go to /etc/ntp.conf and add the following lines to the end of the file:&lt;/P&gt;&lt;P&gt;server ntp_server&lt;BR /&gt;server ntp_slave_server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;repeart the processe:&lt;/P&gt;&lt;P&gt;/sbin/init.d/xntpd stop&lt;/P&gt;&lt;P&gt;ntpdate ntp_server&lt;/P&gt;&lt;P&gt;/sbin/init.d/xntpd start&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;ntpq -p ( and see if you have the correct ntp_servers)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2012 14:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551063#M478421</guid>
      <dc:creator>Nighwish</dc:creator>
      <dc:date>2012-02-14T14:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to start XNTPD service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551279#M478427</link>
      <description>&lt;P&gt;&amp;gt; "/sbin/rc2.d/S660xntpd start" SKIPPED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SKIPPED means that the configure script in /etc/rc.config.d has NTP disabled. Edit the file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /etc/rc.config.d/netdaemons&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and change the settings to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;export NTPDATE_SERVER=us.pool.ntp.org
export XNTPD=1
export XNTPD_ARGS="-l /var/adm/xntpd.log"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;where:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; us.pool.ntp.org is the NTP server to use when your server first boots up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XNTPD=1 will enable NTP service on bootup&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XNTPD_ARGS= the -l option is used to put NTP logs in a different log file (not syslog.log)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warning: do not use ntpdate on a production system, especially one with databases and other time-sensitive applications. ntpdate will 'jump' the time which can cause some transactions to get out of sync. NTP will not sync the time if it is more than 10-12 minutes off. If the time is an hour or two off, DO NOT change the time (using date) until you verify that the $TZ value points to your local timezone. HP-UX always keeps Zulu or UTC time so your local time is translated using the TZ variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your /etc/ntp.conf file, you should have something like this (delete all the comments):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;server us.pool.ntp.org
server 0.north-america.pool.ntp.org
server 1.north-america.pool.ntp.org
server 2.north-america.pool.ntp.org
fudge 127.127.1.1 stratum 10
driftfile /etc/ntp.drift&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The pool servers are ideal as they are a very accurate source for NTP time. If you cannot reach the Internet directly, you can see if your firewall router supplies NTP sync like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ntpq -p 1.2.3.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where 1.2.3.4 is the iP address of your firewall. If ntpq reports that is supplying NTP sync, then use that IP address as your server in ntp.conf.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2012 17:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551279#M478427</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2012-02-14T17:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to start XNTPD service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551655#M478432</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your replies,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;ntp.conf contents&lt;/U&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;server cc01-dc10.kmc.edu version 3 prefer&lt;BR /&gt;server g04-dc12.kmc.edu version 3&lt;BR /&gt;peer dbs2.kmc.edu version 3&lt;BR /&gt;server 127.127.1.1 stratum 10&lt;BR /&gt;authenticate no&lt;BR /&gt;statsdir /var/tmp/ntp/&lt;BR /&gt;statistics loopstats&lt;BR /&gt;filegen loopstats file loopstats type day enable&lt;BR /&gt;filegen loopstats file loopstats type day link enable&lt;BR /&gt;driftfile /etc/ntp.drift&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;/etc/rc.config.d/netdaemons:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;export NTPDATE_SERVER=cc01-dc10.kmc.edu&lt;BR /&gt;export XNTPD=1&lt;BR /&gt;export XNTPD_ARGS="-x"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nothing happened after starting the xntpd service&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# /sbin/init.d/xntpd start&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ps -ef | grep ntp&lt;BR /&gt;root 28940 2446 1 07:51:56 pts/0 0:00 grep ntp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ntpq -p&lt;BR /&gt;ntpq: read: Can't assign requested address&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also tried to add two servers into&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;export NTPDATE_SERVER='cc01-dc10.kmc.edu&amp;nbsp;&lt;SPAN&gt;g04-dc12.kmc.edu'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;export XNTPD=1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;export XNTPD_ARGS="-x"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# /sbin/init.d/xntpd stop&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/xntpd start&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ps -ef | grep ntp&lt;BR /&gt;root 29200 2446 0 07:57:09 pts/0 0:00 grep ntp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Failed to start the service from SAM as well, the sam log contains some errors; as follows;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;07:58:07 ===== Wed Feb 15 07:58:07 2012 Entering SAM area "NTP (cngdbs1)".&lt;BR /&gt;07:58:07 * Performing task "Get current state of authentication&lt;BR /&gt;(authenticate yes or no).".&lt;BR /&gt;07:58:07 * Executing the following command:&lt;BR /&gt;ch_xntp -l authenticate&lt;BR /&gt;07:58:07 * Command completed with exit status 0.&lt;BR /&gt;07:58:07 * Task: "Get current state of authentication (authenticate yes or&lt;BR /&gt;no)." succeeded.&lt;BR /&gt;07:58:07 * Performing task "See if the XNTP daemon is running.".&lt;BR /&gt;07:58:07 * Executing the following command:&lt;BR /&gt;ps -el | grep xntpd&lt;BR /&gt;07:58:07 * Command completed with exit status 1.&lt;BR /&gt;07:58:07 &lt;STRONG&gt;ERROR The XNTP daemon is not running&lt;/STRONG&gt;&lt;BR /&gt;07:58:07 * Performing task "List all PEER and SERVER entries in the&lt;BR /&gt;ntp.conf file.".&lt;BR /&gt;07:58:07 * Executing the following command:&lt;BR /&gt;ch_xntp -lx peer &amp;amp;&amp;amp; ch_xntp -lx server&lt;BR /&gt;07:58:07 * Command completed with exit status 0.&lt;BR /&gt;07:58:07 * Task: "List all PEER and SERVER entries in the ntp.conf file."&lt;BR /&gt;succeeded.&lt;BR /&gt;07:58:19 * Performing task "Start the XNTP daemon.".&lt;BR /&gt;07:58:19 * Executing the following command:&lt;BR /&gt;. nnc_utils; XNTPD_update_netdaemons 1; export XNTPD=1; \&lt;BR /&gt;/sbin/init.d/xntpd start&lt;BR /&gt;07:58:19 * Command completed with exit status 2.&lt;BR /&gt;07:58:19 &lt;STRONG&gt;ERROR Task: "Start the XNTP daemon." failed. The return code was 2.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; Standard error contains "".&lt;/STRONG&gt;&lt;BR /&gt;07:58:19 &lt;STRONG&gt;ERROR&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;07:58:28 * Performing task "Get current state of authentication&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; (authenticate yes or no).".&lt;/STRONG&gt;&lt;BR /&gt;07:58:28 * Executing the following command:&lt;BR /&gt;ch_xntp -l authenticate&lt;BR /&gt;07:58:28 * Command completed with exit status 0.&lt;BR /&gt;07:58:28 * Task: "Get current state of authentication (authenticate yes or&lt;BR /&gt;no)." succeeded.&lt;BR /&gt;07:58:28 * Performing task "See if the XNTP daemon is running.".&lt;BR /&gt;07:58:28 * Executing the following command:&lt;BR /&gt;ps -el | grep xntpd&lt;BR /&gt;07:58:28 * Command completed with exit status 1.&lt;BR /&gt;07:58:28 ERROR The XNTP daemon is not running&lt;BR /&gt;07:58:28 * Performing task "List all PEER and SERVER entries in thentp.conf file.".&lt;BR /&gt;07:58:28 * Executing the following command:&lt;BR /&gt;ch_xntp -lx peer &amp;amp;&amp;amp; ch_xntp -lx server&lt;BR /&gt;07:58:28 * Command completed with exit status 0.&lt;BR /&gt;07:58:28 * Task: "List all PEER and SERVER entries in the ntp.conf file."succeeded.&lt;BR /&gt;07:58:37 * Executing the following command:&lt;BR /&gt;/usr/sam/bin/samlog_viewer -Z29276&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2012 05:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551655#M478432</guid>
      <dc:creator>1221</dc:creator>
      <dc:date>2012-02-15T05:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to start XNTPD service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551673#M478433</link>
      <description>&lt;P&gt;07:58:19 * Executing the following command:&lt;BR /&gt;. nnc_utils; XNTPD_update_netdaemons 1; export XNTPD=1; /sbin/init.d/xntpd start&lt;BR /&gt;07:58:19 * Command completed with exit status 2.&lt;BR /&gt;07:58:19 &lt;STRONG&gt;ERROR Task: "Start the XNTP daemon." failed. The return code was 2.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; Standard error contains "".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hmm&lt;STRONG&gt;.&amp;nbsp; &lt;/STRONG&gt;You might try executing this directly as root:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; /usr/sbin/xntpd -x; echo $?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2012 05:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551673#M478433</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-02-15T05:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to start XNTPD service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551683#M478434</link>
      <description>It returns 0.&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/xntpd -x; echo $?&lt;BR /&gt;0&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Feb 2012 05:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551683#M478434</guid>
      <dc:creator>1221</dc:creator>
      <dc:date>2012-02-15T05:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to start XNTPD service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551691#M478435</link>
      <description>&lt;P&gt;&amp;gt;It returns 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So did it demonize itself?&amp;nbsp; Is another copy still running?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2012 06:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551691#M478435</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-02-15T06:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to start XNTPD service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551721#M478436</link>
      <description>which copy you are talking about?&lt;BR /&gt;&lt;BR /&gt;have the following files;&lt;BR /&gt;&lt;BR /&gt;/etc # ll ntp*&lt;BR /&gt;-r--r--r-- 1 bin bin 19163 Feb 14 16:10 ntp.conf&lt;BR /&gt;-rw-r--r-- 1 root sys 0 Feb 14 13:59 ntp.drift&lt;BR /&gt;-rw-r--r-- 1 root sys 61 Feb 14 16:03 ntp.keys&lt;BR /&gt;&lt;BR /&gt;/etc # ll rc.config.d/netd*&lt;BR /&gt;-rw-r--r-- 1 root sys 2202 Feb 15 07:58 rc.config.d/netdaemons&lt;BR /&gt;-rw-r--r-- 1 root sys 2202 Feb 15 07:55 rc.config.d/netdaemons.old&lt;BR /&gt;-r--r--r-- 1 root sys 2156 Feb 14 14:01 rc.config.d/netdaemons_org&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Feb 2012 06:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551721#M478436</guid>
      <dc:creator>1221</dc:creator>
      <dc:date>2012-02-15T06:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to start XNTPD service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551767#M478437</link>
      <description>&lt;P&gt;&amp;gt;which copy you are talking about?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The copy(fork) of the xntpd process.&amp;nbsp; What does ps(1) show?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2012 07:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551767#M478437</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-02-15T07:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to start XNTPD service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551809#M478438</link>
      <description>All of a sudden it iss running now;&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep ntp&lt;BR /&gt;root 14024 2446 0 10:49:38 pts/0 0:00 grep ntp&lt;BR /&gt;root 2620 1 0 08:55:04 ? 0:00 /usr/sbin/xntpd -x&lt;BR /&gt;&lt;BR /&gt;# ntpq -p&lt;BR /&gt;remote refid st t when poll reach delay offset disp&lt;BR /&gt;==============================================================================&lt;BR /&gt;*cc01-dc10.kmc mirror 3 u 151 256 377 0.70 1.667 2.12&lt;BR /&gt;+g04-dc12.kmc cc01-dc10.kmc 4 u 9 256 377 0.75 2.029 5.83&lt;BR /&gt;+dbs2.kmc.edu cc01-dc10.kmc 4 u 186 256 377 0.23 -1.251 0.60&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Wed, 15 Feb 2012 07:53:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5551809#M478438</guid>
      <dc:creator>1221</dc:creator>
      <dc:date>2012-02-15T07:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to start XNTPD service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5552735#M478445</link>
      <description>&lt;PRE&gt;/etc # ll rc.config.d/netd*
-rw-r--r-- 1 root sys 2202 Feb 15 07:58 rc.config.d/netdaemons
-rw-r--r-- 1 root sys 2202 Feb 15 07:55 rc.config.d/netdaemons.old
-r--r--r-- 1 root sys 2156 Feb 14 14:01 rc.config.d/netdaemons_org&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;*NEVER*, EVER leave junk files in the rc.config.d directory. This rule applies to every version of HP-UX. During bootup, *every* file in this directory is sourced into the rc startup environment. They are sourced in alphabetical order so in your small example above, netdaemons_org was run last and therefore set the environment. This is the only directory like this in HP-UX, so move *all* the junk files in this directory to another directory immediately. I usually create an old directory like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;mkdir /etc/rc.config.d/old&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;then move all the old junk into old. I have seen a machine down for two days because a test version of netconf (called netconf.test) was left in the rc.config directory, and the system always failed to start networking due to the bad file. Also get rid of any accidental files created by sitting in this directory and editing unrelated files.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2012 20:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5552735#M478445</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2012-02-15T20:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to start XNTPD service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5554037#M478454</link>
      <description>I have already faced the same issue. below is tested solutioin&lt;BR /&gt;Run a command ,&lt;BR /&gt;#xntpd -b&lt;BR /&gt;&lt;BR /&gt;after that check&lt;BR /&gt;# ps -eaf | grep -i ntp&lt;BR /&gt;root 2488 1 0 Jan 7 ? 3:31 xntpd&lt;BR /&gt;root 24344 21824 0 03:32:09 pts/1 0:00 grep -i ntp&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2012 11:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-to-start-xntpd-service/m-p/5554037#M478454</guid>
      <dc:creator>basant</dc:creator>
      <dc:date>2012-02-16T11:34:14Z</dc:date>
    </item>
  </channel>
</rss>

