<?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: Problems with ntpd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392503#M199422</link>
    <description>Try changing subnet mask of one interface.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
    <pubDate>Mon, 04 Oct 2004 06:55:28 GMT</pubDate>
    <dc:creator>SAHA</dc:creator>
    <dc:date>2004-10-04T06:55:28Z</dc:date>
    <item>
      <title>Problems with ntpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392499#M199418</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the last saturday we change teh system network config to admit two IPs in the same network card.&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;....&lt;BR /&gt;INTERFACE_NAME[0]=lan2&lt;BR /&gt;IP_ADDRESS[0]=10.72.0.2&lt;BR /&gt;SUBNET_MASK[0]=255.255.224.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]=lan2:1&lt;BR /&gt;IP_ADDRESS[1]=10.72.0.3&lt;BR /&gt;SUBNET_MASK[1]=255.255.224.0&lt;BR /&gt;BROADCAST_ADDRESS[1]=""&lt;BR /&gt;INTERFACE_STATE[1]=""&lt;BR /&gt;DHCP_ENABLE[1]=0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[2]=lan0&lt;BR /&gt;IP_ADDRESS[2]=192.10.10.2&lt;BR /&gt;SUBNET_MASK[2]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[2]=192.10.10.255&lt;BR /&gt;INTERFACE_STATE[2]=up&lt;BR /&gt;DHCP_ENABLE[2]=0&lt;BR /&gt;........&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When we try to start xntpd we get :&lt;BR /&gt;&lt;BR /&gt;Oct  4 12:21:11 nodo2 xntpd[15063]: tickadj = 625, tick = 10000, tvu_maxslew = 61875&lt;BR /&gt;Oct  4 12:21:11 nodo2 xntpd[15063]: precision = 11 usec&lt;BR /&gt;Oct  4 12:21:11 nodo2 xntpd[15063]: bind() fd 12, family 2, port 123, addr 0a481fff, in_classd=0 f&lt;BR /&gt;lags=0 fails: Address already in use&lt;BR /&gt;&lt;BR /&gt;How can I solve this problem...?????&lt;BR /&gt;&lt;BR /&gt;THANKS</description>
      <pubDate>Mon, 04 Oct 2004 05:37:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392499#M199418</guid>
      <dc:creator>Pepe Jimenez Muñoz</dc:creator>
      <dc:date>2004-10-04T05:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ntpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392500#M199419</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;did you reboot your server ?&lt;BR /&gt;&lt;BR /&gt;# check if xntp is still running&lt;BR /&gt;# ps -ef | grep ntp&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 04 Oct 2004 05:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392500#M199419</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-10-04T05:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ntpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392501#M199420</link>
      <description>Yes, my server has benn rebooted.&lt;BR /&gt;&lt;BR /&gt;nodo2 # ps -fea | grep ntp&lt;BR /&gt;    root 28295 21862  0 13:05:51 pts/0     0:00 grep ntp&lt;BR /&gt;nodo2 #&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2004 06:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392501#M199420</guid>
      <dc:creator>Pepe Jimenez Muñoz</dc:creator>
      <dc:date>2004-10-04T06:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ntpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392502#M199421</link>
      <description>Your first problem is having two ips on the same subnet mask. Now this may/may not be related to the NTP problem.&lt;BR /&gt;&lt;BR /&gt;NTP uses port udp-123. do you have lsof installed?? If yes, do&lt;BR /&gt;lsof -p udp:123 This will tell you which process is using that port.&lt;BR /&gt;&lt;BR /&gt;Also if do not have lsof tool, do&lt;BR /&gt;netstat -a|grep 123&lt;BR /&gt;&lt;BR /&gt;Check which processes is using the udp port 123. I think your problem is coming out of having two ips on the same subnet.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 04 Oct 2004 06:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392502#M199421</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-04T06:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ntpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392503#M199422</link>
      <description>Try changing subnet mask of one interface.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Mon, 04 Oct 2004 06:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392503#M199422</guid>
      <dc:creator>SAHA</dc:creator>
      <dc:date>2004-10-04T06:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ntpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392504#M199423</link>
      <description>Certainly NTPv3 cannot understand this business of "two IP addresses on one interface" when both addresses are on the same subnet.  (Probably NTPv4 cannot understand this either.)&lt;BR /&gt;&lt;BR /&gt;At startup, the NTP daemon will get all configured interfaces listed by the system and attempt to bind to port 123 on each one.  Since you have:&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan2&lt;BR /&gt;IP_ADDRESS[0]=10.72.0.2&lt;BR /&gt;SUBNET_MASK[0]=255.255.224.0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]=lan2:1&lt;BR /&gt;IP_ADDRESS[1]=10.72.0.3&lt;BR /&gt;SUBNET_MASK[1]=255.255.224.0&lt;BR /&gt;&lt;BR /&gt;these appear to be the same (addr 0a481fff) due to your subnet mask.  Thus the daemon cannot bind to the second one (address already in use).&lt;BR /&gt;&lt;BR /&gt;You might get around this problem by changing the subnet mask (in both instances) to 255.255.255.0, but this is not what I recommend.&lt;BR /&gt;&lt;BR /&gt;Instead, ask yourself this question:&lt;BR /&gt;&lt;BR /&gt;Why am I setting up two IP addresses on the same subnet?&lt;BR /&gt;&lt;BR /&gt;Because of the way routing works in the kernel, all outbound traffic will go to the first interface, never to the second.  So your lan2:1 is going to be pretty useless in this configuration.  Worse than useless, since it has torpedoed xntpd.&lt;BR /&gt;&lt;BR /&gt;Change your lan2:1 configuration.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2004 15:29:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392504#M199423</guid>
      <dc:creator>david dalton_1</dc:creator>
      <dc:date>2004-10-04T15:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ntpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392505#M199424</link>
      <description>Thanks to all.&lt;BR /&gt;&lt;BR /&gt;This morning the HP support tell me:&lt;BR /&gt;&lt;BR /&gt;"Touch /etc/ntp.conf and put server 127.127.1.1 in a line"&lt;BR /&gt;&lt;BR /&gt;And... itÂ´s working now.&lt;BR /&gt;&lt;BR /&gt;Before the /etc/ntp.conf have:&lt;BR /&gt;&lt;BR /&gt;broadcastclient no&lt;BR /&gt;server 127.127.1.1</description>
      <pubDate>Wed, 06 Oct 2004 04:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-ntpd/m-p/3392505#M199424</guid>
      <dc:creator>Pepe Jimenez Muñoz</dc:creator>
      <dc:date>2004-10-06T04:21:21Z</dc:date>
    </item>
  </channel>
</rss>

