<?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: HP-UX 11.11 NIS ypbind behaviour with ypset in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-nis-ypbind-behaviour-with-ypset/m-p/3845973#M545571</link>
    <description>Thanks to all of you for your comments. &lt;BR /&gt;&lt;BR /&gt;Hopefully I will now be able to set the order in which NIS clients bind to NIS servers and they will still be able to re-bind using the broadcast method.&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
    <pubDate>Mon, 21 Aug 2006 14:29:45 GMT</pubDate>
    <dc:creator>Peter Brook_1</dc:creator>
    <dc:date>2006-08-21T14:29:45Z</dc:date>
    <item>
      <title>HP-UX 11.11 NIS ypbind behaviour with ypset</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-nis-ypbind-behaviour-with-ypset/m-p/3845969#M545567</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to use the ypset feature of ypbind to force NIS clients to particular NIS servers. I just wondered if anyone can confirm the behaviour of ypbind in the event of...&lt;BR /&gt;&lt;BR /&gt;a) The preferred NIS server is unavailable when the NIS client starts,&lt;BR /&gt;b) If the peeferred NIS server becomes unavailable.&lt;BR /&gt;&lt;BR /&gt;I assume that in both cases, ypbind will broadcast after the rpc timeout (40 secs?), and hopefully pick up another local NIS server. I'm afraid that I am unable to test this and cannot see any manuals, knowledgebase, forum hits which specify the behaviour in the event of a preferred NIS server problem.&lt;BR /&gt;&lt;BR /&gt;Kit...&lt;BR /&gt;HP rp3440's running HP-UX 11.11&lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
      <pubDate>Fri, 18 Aug 2006 04:55:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-nis-ypbind-behaviour-with-ypset/m-p/3845969#M545567</guid>
      <dc:creator>Peter Brook_1</dc:creator>
      <dc:date>2006-08-18T04:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 NIS ypbind behaviour with ypset</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-nis-ypbind-behaviour-with-ypset/m-p/3845970#M545568</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Ideal:&lt;BR /&gt;a) The Master for the whole organization answers and all is well.&lt;BR /&gt;b) The Master for the organization answers and al is well.&lt;BR /&gt;&lt;BR /&gt;In practice this depends on how you configured the entire organizaation. I have found my recent NIS experience is that when the preferred server is unavailable, users can't log in.&lt;BR /&gt;&lt;BR /&gt;This makes it important that you test this scenario.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 18 Aug 2006 05:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-nis-ypbind-behaviour-with-ypset/m-p/3845970#M545568</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-18T05:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 NIS ypbind behaviour with ypset</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-nis-ypbind-behaviour-with-ypset/m-p/3845971#M545569</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you define ypbind with ypset option and the pointed server failed, all its clients have problems with connections and commands responce time for all users grows till minutes.&lt;BR /&gt;AFAIK, broadcast is impossible in this case. &lt;BR /&gt;May be, you have a good reason for such a configuration, but my preference is NIS-slaves in each subnet, which permits broadcast connections for all clients.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2006 05:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-nis-ypbind-behaviour-with-ypset/m-p/3845971#M545569</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2006-08-18T05:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 NIS ypbind behaviour with ypset</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-nis-ypbind-behaviour-with-ypset/m-p/3845972#M545570</link>
      <description>&lt;!--!*#--&gt;Hi Peter,&lt;BR /&gt;&lt;BR /&gt;Your understanding of the ypbind -ypset behavior is correct.  When you use the ypset syntax it forces the client to bind to a specific server, whether that server is on the local subnet or not.&lt;BR /&gt;&lt;BR /&gt;If that server becomes non-responsive, the client will give up that binding and revert back to sending UDP broadcast packets.  These can only be answered by an NIS server on the same subnet.&lt;BR /&gt;&lt;BR /&gt;There is another preferred method of designating NIS servers that are not on the same subnet.  You can use the "ypinit -c" command to specify a list of NIS servers to bind to.  This allows you to configure multiple servers, even servers on different subnets, for the client to bind to.  If the current server it is bound to fails it can contact one of the other servers in the list.&lt;BR /&gt;&lt;BR /&gt;According to the ypinit man page:&lt;BR /&gt;&lt;BR /&gt;           -c                 Configures the local host as a NIS client, so&lt;BR /&gt;                               that the NIS client will attempt to bind to a&lt;BR /&gt;                               particular NIS server. Invocation of ypinit&lt;BR /&gt;                               with a -c option prompts the user to&lt;BR /&gt;                               construct a list of NIS servers, in the order&lt;BR /&gt;                               of preference, to which the client will try&lt;BR /&gt;                               to bind.  This list of NIS servers is stored&lt;BR /&gt;                               in the file&lt;BR /&gt;                               /var/yp/binding/&lt;DOMAIN_NAME&gt;/ypservers.  In&lt;BR /&gt;                               order for ypbind to use this list of NIS&lt;BR /&gt;                               servers, ypbind should not be invoked with -&lt;BR /&gt;                               broadcast option. (see ypbind(1M) in&lt;BR /&gt;                               ypserv(1M)).  If it is so desired that it is&lt;BR /&gt;                               not necessary for a NIS client to bind to a&lt;BR /&gt;                               NIS server in a particular list, the ypinit&lt;BR /&gt;                               -c installation mechanism could be ignored.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In my experience this is a much better way of controlling which NIS servers the clients will bind to, and what they will do in the event of a failure.&lt;BR /&gt;&lt;BR /&gt;I hope this helps,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/DOMAIN_NAME&gt;</description>
      <pubDate>Sat, 19 Aug 2006 20:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-nis-ypbind-behaviour-with-ypset/m-p/3845972#M545570</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2006-08-19T20:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 NIS ypbind behaviour with ypset</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-nis-ypbind-behaviour-with-ypset/m-p/3845973#M545571</link>
      <description>Thanks to all of you for your comments. &lt;BR /&gt;&lt;BR /&gt;Hopefully I will now be able to set the order in which NIS clients bind to NIS servers and they will still be able to re-bind using the broadcast method.&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Mon, 21 Aug 2006 14:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-nis-ypbind-behaviour-with-ypset/m-p/3845973#M545571</guid>
      <dc:creator>Peter Brook_1</dc:creator>
      <dc:date>2006-08-21T14:29:45Z</dc:date>
    </item>
  </channel>
</rss>

