<?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 ypbind does not start in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705009#M59031</link>
    <description>I've installed an hpux11.00&lt;BR /&gt;workstation. The nis server&lt;BR /&gt;of this station is a solaris in another lan. I've set the&lt;BR /&gt;YPBIND_OPTIONS to -ypset; I&lt;BR /&gt;can ping, "nslookup" my nis&lt;BR /&gt;server but my hpux11.00 WS&lt;BR /&gt;can't start ypbind.&lt;BR /&gt;&lt;BR /&gt;"nis.client start" gives me "FAILURE CODE: 1"&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;sylvain</description>
    <pubDate>Wed, 17 Apr 2002 08:19:47 GMT</pubDate>
    <dc:creator>Beragnes</dc:creator>
    <dc:date>2002-04-17T08:19:47Z</dc:date>
    <item>
      <title>ypbind does not start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705009#M59031</link>
      <description>I've installed an hpux11.00&lt;BR /&gt;workstation. The nis server&lt;BR /&gt;of this station is a solaris in another lan. I've set the&lt;BR /&gt;YPBIND_OPTIONS to -ypset; I&lt;BR /&gt;can ping, "nslookup" my nis&lt;BR /&gt;server but my hpux11.00 WS&lt;BR /&gt;can't start ypbind.&lt;BR /&gt;&lt;BR /&gt;"nis.client start" gives me "FAILURE CODE: 1"&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;sylvain</description>
      <pubDate>Wed, 17 Apr 2002 08:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705009#M59031</guid>
      <dc:creator>Beragnes</dc:creator>
      <dc:date>2002-04-17T08:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind does not start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705010#M59032</link>
      <description>Hi,&lt;BR /&gt;NIS to my knowledge cannot work across 2 networks, only NIS+ would...&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 17 Apr 2002 08:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705010#M59032</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2002-04-17T08:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind does not start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705011#M59033</link>
      <description>hi,&lt;BR /&gt;if you configure your router to forward the udp&lt;BR /&gt;broadcasts (UDP port 111 ) you will be able to &lt;BR /&gt;do that. In case your gateway is a firewall , you will have to open TCP ports 2049,1023.&lt;BR /&gt;for more information on ports see /etc/services&lt;BR /&gt;file&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Wed, 17 Apr 2002 08:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705011#M59033</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-04-17T08:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind does not start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705012#M59034</link>
      <description>in /etc/rc.config.d/namesvrs, set:&lt;BR /&gt;&lt;BR /&gt;NIS_CLIENT=1&lt;BR /&gt;YPBIND_OPTIONS="-ypset"&lt;BR /&gt;NISDOMAIN="your_NIS_domain"&lt;BR /&gt;YPSET_ADDR="your_NIS_server_IP_address"&lt;BR /&gt;&lt;BR /&gt;Then try to start NIS client again&lt;BR /&gt;/sbin/init.d/nis.client start&lt;BR /&gt;&lt;BR /&gt;Hai&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Apr 2002 12:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705012#M59034</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2002-04-17T12:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind does not start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705013#M59035</link>
      <description>&amp;gt;in /etc/rc.config.d/namesvrs, set: &lt;BR /&gt;&lt;BR /&gt;&amp;gt; NIS_CLIENT=1 &lt;BR /&gt;&amp;gt; YPBIND_OPTIONS="-ypset" &lt;BR /&gt;&amp;gt; NISDOMAIN="your_NIS_domain" &lt;BR /&gt;&amp;gt; YPSET_ADDR="your_NIS_server_IP_address" &lt;BR /&gt;&lt;BR /&gt;&amp;gt; Then try to start NIS client again &lt;BR /&gt;&amp;gt; /sbin/init.d/nis.client start &lt;BR /&gt;&lt;BR /&gt;&amp;gt; Hai &lt;BR /&gt;&lt;BR /&gt;this is exactly what I did...&lt;BR /&gt;&lt;BR /&gt;sylvain</description>
      <pubDate>Wed, 17 Apr 2002 12:40:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705013#M59035</guid>
      <dc:creator>Beragnes</dc:creator>
      <dc:date>2002-04-17T12:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind does not start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705014#M59036</link>
      <description>My hpux11.00 is a 64bit&lt;BR /&gt;one.&lt;BR /&gt;&lt;BR /&gt;I've just installed a 32bit&lt;BR /&gt;hpux11.00 on the second disk &lt;BR /&gt;and thinks work fine...&lt;BR /&gt;&lt;BR /&gt;Any clue ?&lt;BR /&gt;&lt;BR /&gt;sylvain</description>
      <pubDate>Wed, 17 Apr 2002 12:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705014#M59036</guid>
      <dc:creator>Beragnes</dc:creator>
      <dc:date>2002-04-17T12:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind does not start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705015#M59037</link>
      <description>HI,&lt;BR /&gt;I thinbk you have forgotten to put the IP address of NIS server in front of the variable YPSET_ADDR.&lt;BR /&gt;&lt;BR /&gt;It should be like this.&lt;BR /&gt;&lt;BR /&gt;YPBIND_OPTIONS="-ypset" &lt;BR /&gt;NISDOMAIN="your_NIS_domain" &lt;BR /&gt;YPSET_ADDR="your_NIS_server_IP_address" &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;one more thing,&lt;BR /&gt;&lt;BR /&gt;you need to host name and IP address for NIS Server in /etc/hosts file.&lt;BR /&gt;&lt;BR /&gt;If there are different networks , and NIS server is on different network, it doesn't matter as long as you have bind the NIS server using YP SET. Your work station should work fine as an NIS CLient.&lt;BR /&gt;&lt;BR /&gt;Also try to ping the NIS server from your workstation using host name. May be the resolver is not orking or /etc/nsswitch.conf is not configured with proper order.&lt;BR /&gt;&lt;BR /&gt;Just check following and you are all set.&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.con&lt;BR /&gt;/etc/resolv.conf&lt;BR /&gt;/etc/hosts (for NIS server entry)&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Wed, 17 Apr 2002 13:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705015#M59037</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-17T13:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind does not start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705016#M59038</link>
      <description>Try this sequence:&lt;BR /&gt;&lt;BR /&gt;mv /var/yp/secureservers /var/yp/secureservers.save &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nis.client start &lt;BR /&gt;&lt;BR /&gt;Hai&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Apr 2002 17:13:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705016#M59038</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2002-04-17T17:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind does not start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705017#M59039</link>
      <description>hi,&lt;BR /&gt;sorry , i have answered for a different question . i meant to answer another question&lt;BR /&gt;in the forum.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Thu, 18 Apr 2002 03:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705017#M59039</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-04-18T03:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind does not start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705018#M59040</link>
      <description>I just moved /var/yp/secureservers &amp;amp; it works !&lt;BR /&gt;&lt;BR /&gt;thanks Hai&lt;BR /&gt;&lt;BR /&gt;sylvain</description>
      <pubDate>Thu, 18 Apr 2002 07:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-does-not-start/m-p/2705018#M59040</guid>
      <dc:creator>Beragnes</dc:creator>
      <dc:date>2002-04-18T07:53:22Z</dc:date>
    </item>
  </channel>
</rss>

