<?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: NIS problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/2562113#M593953</link>
    <description>Hi Craig:&lt;BR /&gt;&lt;BR /&gt;Knowledge Base document #KBRC00005709 describes your error:&lt;BR /&gt;&lt;BR /&gt;/begin_quote/&lt;BR /&gt;&lt;BR /&gt;Look on the NIS Client and check the /var/yp/secureservers file and the IP&lt;BR /&gt;Broadcast address using these two procedures.&lt;BR /&gt;&lt;BR /&gt;FIRST POSSILBE CAUSE:  /var/yp/secureservers&lt;BR /&gt;&lt;BR /&gt;Most often we have seen this problem occur because /var/yp/secureservers has been modified or tampered with. Although you may not think it has been modified in any way, we find the best solution is as follows:&lt;BR /&gt;&lt;BR /&gt;First, move /var/yp/secureservers out of the way&lt;BR /&gt;&lt;BR /&gt;# mv /var/yp/secureservers /var/yp/secureservers.save&lt;BR /&gt;&lt;BR /&gt;Second, restart NIS client: /sbin/init.d/nis.client start&lt;BR /&gt;&lt;BR /&gt;If the problem is resolved then the /var/yp/secureservers file was the cause.&lt;BR /&gt; &lt;BR /&gt;This file provides a marginal assurance that you are binding to a valid NIS server as a security measure.  However, it is often incorrectly configured and/or out of date after a network configuration change.  The securenets(4) man page provides documentation of both the /var/yp/securenets (NIS Server) and /var/yp/secureserverss (NIS Client).  A template copy is also available in /usr/newconfig/var/yp/secureservers .&lt;BR /&gt;&lt;BR /&gt;If this first procedure did not resolve the problem, then continue on debugging with the next procedure.&lt;BR /&gt;&lt;BR /&gt;SECOND POSSIBLE CAUSE:  IP Broadcast address incorrect.&lt;BR /&gt;&lt;BR /&gt;Less often we have seen this problem occur if the broadcast address of the Lan interface(s) isn't as expected.&lt;BR /&gt;&lt;BR /&gt;First, Use the ifconfig against each of the lan interfaces to check the IP broadcast address.  If it is not correct, use the following steps in this procedure to see if it resolves the problem.&lt;BR /&gt;&lt;BR /&gt;Example of IP broadcast address appearing as expected:&lt;BR /&gt;&lt;BR /&gt;# ifconfig lan0&lt;BR /&gt;lan0: flags=843 inet 145.17.184.50 netmask ffffff00 broadcast 145.17.184.255&lt;BR /&gt;&lt;BR /&gt;Example of broadcast address appearing incorrectly:&lt;BR /&gt;&lt;BR /&gt;# ifconfig lan0&lt;BR /&gt;lan0: flags=843 inet 145.17.184.50 netmask ffffff00 broadcast 145.17.184.128&lt;BR /&gt;&lt;BR /&gt;Second, correct the IP address if it was incorrect.  You can either use SAM -&amp;gt; Networking/Communications -&amp;gt; Network Interface Cards to change, or the ifconfig command to resolve it.  For example:&lt;BR /&gt;&lt;BR /&gt;# ifconfig lan0 inet 145.17.184.50 netmask 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;Check your change with:&lt;BR /&gt;&lt;BR /&gt;# ifconfig lan0&lt;BR /&gt;&lt;BR /&gt;Third, try /sbin/init.d/nis.client start to see if the problem is resolved.&lt;BR /&gt;&lt;BR /&gt;Fourth, if the problem is resolved, and if you did NOT use SAM to change the broadcast address, you need to edit /etc/rc.config.d/netconf file entry for the lan card's NETMASK and BROADCAST values.&lt;BR /&gt;&lt;BR /&gt;If the problem is not resolved by either of these two procedures, then contact the HP IT Resource Center Forums or Electronic Support for further assistance.&lt;BR /&gt;&lt;BR /&gt;/end_quote/&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 06 Aug 2001 15:16:00 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-08-06T15:16:00Z</dc:date>
    <item>
      <title>NIS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/2562112#M593952</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I am trying to set up a HPUX11 server as a NIS CLIENT but am unable to get it working correctly.&lt;BR /&gt;&lt;BR /&gt;I am getting the below error messages when I run /sbin/init.d/nis.client start:-&lt;BR /&gt;&lt;BR /&gt;Sorry, udp is unable to open a connect to ypbind on xxxxxx&lt;BR /&gt;&lt;BR /&gt;Has anybody got any ideas on what could be causing this?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Craig</description>
      <pubDate>Mon, 06 Aug 2001 14:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/2562112#M593952</guid>
      <dc:creator>Craig Williams</dc:creator>
      <dc:date>2001-08-06T14:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: NIS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/2562113#M593953</link>
      <description>Hi Craig:&lt;BR /&gt;&lt;BR /&gt;Knowledge Base document #KBRC00005709 describes your error:&lt;BR /&gt;&lt;BR /&gt;/begin_quote/&lt;BR /&gt;&lt;BR /&gt;Look on the NIS Client and check the /var/yp/secureservers file and the IP&lt;BR /&gt;Broadcast address using these two procedures.&lt;BR /&gt;&lt;BR /&gt;FIRST POSSILBE CAUSE:  /var/yp/secureservers&lt;BR /&gt;&lt;BR /&gt;Most often we have seen this problem occur because /var/yp/secureservers has been modified or tampered with. Although you may not think it has been modified in any way, we find the best solution is as follows:&lt;BR /&gt;&lt;BR /&gt;First, move /var/yp/secureservers out of the way&lt;BR /&gt;&lt;BR /&gt;# mv /var/yp/secureservers /var/yp/secureservers.save&lt;BR /&gt;&lt;BR /&gt;Second, restart NIS client: /sbin/init.d/nis.client start&lt;BR /&gt;&lt;BR /&gt;If the problem is resolved then the /var/yp/secureservers file was the cause.&lt;BR /&gt; &lt;BR /&gt;This file provides a marginal assurance that you are binding to a valid NIS server as a security measure.  However, it is often incorrectly configured and/or out of date after a network configuration change.  The securenets(4) man page provides documentation of both the /var/yp/securenets (NIS Server) and /var/yp/secureserverss (NIS Client).  A template copy is also available in /usr/newconfig/var/yp/secureservers .&lt;BR /&gt;&lt;BR /&gt;If this first procedure did not resolve the problem, then continue on debugging with the next procedure.&lt;BR /&gt;&lt;BR /&gt;SECOND POSSIBLE CAUSE:  IP Broadcast address incorrect.&lt;BR /&gt;&lt;BR /&gt;Less often we have seen this problem occur if the broadcast address of the Lan interface(s) isn't as expected.&lt;BR /&gt;&lt;BR /&gt;First, Use the ifconfig against each of the lan interfaces to check the IP broadcast address.  If it is not correct, use the following steps in this procedure to see if it resolves the problem.&lt;BR /&gt;&lt;BR /&gt;Example of IP broadcast address appearing as expected:&lt;BR /&gt;&lt;BR /&gt;# ifconfig lan0&lt;BR /&gt;lan0: flags=843 inet 145.17.184.50 netmask ffffff00 broadcast 145.17.184.255&lt;BR /&gt;&lt;BR /&gt;Example of broadcast address appearing incorrectly:&lt;BR /&gt;&lt;BR /&gt;# ifconfig lan0&lt;BR /&gt;lan0: flags=843 inet 145.17.184.50 netmask ffffff00 broadcast 145.17.184.128&lt;BR /&gt;&lt;BR /&gt;Second, correct the IP address if it was incorrect.  You can either use SAM -&amp;gt; Networking/Communications -&amp;gt; Network Interface Cards to change, or the ifconfig command to resolve it.  For example:&lt;BR /&gt;&lt;BR /&gt;# ifconfig lan0 inet 145.17.184.50 netmask 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;Check your change with:&lt;BR /&gt;&lt;BR /&gt;# ifconfig lan0&lt;BR /&gt;&lt;BR /&gt;Third, try /sbin/init.d/nis.client start to see if the problem is resolved.&lt;BR /&gt;&lt;BR /&gt;Fourth, if the problem is resolved, and if you did NOT use SAM to change the broadcast address, you need to edit /etc/rc.config.d/netconf file entry for the lan card's NETMASK and BROADCAST values.&lt;BR /&gt;&lt;BR /&gt;If the problem is not resolved by either of these two procedures, then contact the HP IT Resource Center Forums or Electronic Support for further assistance.&lt;BR /&gt;&lt;BR /&gt;/end_quote/&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 06 Aug 2001 15:16:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/2562113#M593953</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-06T15:16:00Z</dc:date>
    </item>
  </channel>
</rss>

