<?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: how to provide master and slave server in /etc/yp.conf ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-provide-master-and-slave-server-in-etc-yp-conf/m-p/3535283#M87112</link>
    <description>Ok I tested both method/syntax of /etc/yp.conf, and both work quite fine/smooth ;).&lt;BR /&gt;&lt;BR /&gt;First syntax/method of /etc/yp.conf:&lt;BR /&gt;domain domainname server 10.0.0.1# master nis&lt;BR /&gt;domain domainname server 10.0.0.2 # slave nis&lt;BR /&gt;domain domainname server 10.0.0.3 # slave nis&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Second syntax/method of /etc/yp.conf:&lt;BR /&gt;ypserver 10.0.0.1&lt;BR /&gt;ypserver 10.0.0.2&lt;BR /&gt;ypserver 10.0.0.3&lt;BR /&gt;&lt;BR /&gt;Thanks Dear Alexander, Ermin Borovac, and Srikanth A.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
    <pubDate>Wed, 04 May 2005 14:04:26 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2005-05-04T14:04:26Z</dc:date>
    <item>
      <title>how to provide master and slave server in /etc/yp.conf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-provide-master-and-slave-server-in-etc-yp-conf/m-p/3535278#M87107</link>
      <description>i have a master and two slave nis servers&lt;BR /&gt;is it right to configure nis clients as:&lt;BR /&gt;&lt;BR /&gt;#vi /etc/yp.conf&lt;BR /&gt;&lt;BR /&gt;domain domainname server 10.0.0.1 # master nis&lt;BR /&gt;domain domainname server 10.0.0.2 # slave nis&lt;BR /&gt;domain domainname server 10.0.0.3 # slave nis&lt;BR /&gt;&lt;BR /&gt;Thanks n Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sat, 30 Apr 2005 12:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-provide-master-and-slave-server-in-etc-yp-conf/m-p/3535278#M87107</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-04-30T12:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to provide master and slave server in /etc/yp.conf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-provide-master-and-slave-server-in-etc-yp-conf/m-p/3535279#M87108</link>
      <description>the best way to configure nis client is with the "authconfig" utility.&lt;BR /&gt;check the "use nis" option and give an address of nis server...</description>
      <pubDate>Sun, 01 May 2005 02:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-provide-master-and-slave-server-in-etc-yp-conf/m-p/3535279#M87108</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-05-01T02:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to provide master and slave server in /etc/yp.conf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-provide-master-and-slave-server-in-etc-yp-conf/m-p/3535280#M87109</link>
      <description>Thanks Dear Alexander&lt;BR /&gt;&lt;BR /&gt;Yes i know abt authconfig utility.. but dear there in "use nis" option it just ask abt the Domain:------ and Server:----- i.e it just ask abt a "single" server(and i think that must be a master nis).&lt;BR /&gt;&lt;BR /&gt;I wana know that what should i do to configure the clients, so that if master is offline then the clients will automatically contact for slave server(s) without doing BROADCAST.&lt;BR /&gt;Especially if anyone of u write me the syntax of /etc/yp.conf to configure the client.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sun, 01 May 2005 07:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-provide-master-and-slave-server-in-etc-yp-conf/m-p/3535280#M87109</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-05-01T07:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to provide master and slave server in /etc/yp.conf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-provide-master-and-slave-server-in-etc-yp-conf/m-p/3535281#M87110</link>
      <description>Your yp.conf looks good. I think you can also use the following lines for your local domain.&lt;BR /&gt;&lt;BR /&gt;ypserver 10.0.0.1&lt;BR /&gt;ypserver 10.0.0.2&lt;BR /&gt;ypserver 10.0.0.3&lt;BR /&gt;&lt;BR /&gt;ypbind man page (ypbind(8)) on FC3 says&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;After  a  binding has been established, ypbind will send YPPROC_DOMAIN requests to the current NIS server at 20 seconds  intervals.  If it doesnâ  t get an response or the NIS server tells that he doesnâ  t has        this domain any longer, ypbind will search a new NIS server.&lt;BR /&gt;&lt;BR /&gt;You could tell ypbind to use network broadcasts to find a new server, what is insecure, or you could give it a list of known, secure servers.&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;From this it looks like it won't do broadcast unless you tell it to via /etc/yp.conf or ypbind command line option.&lt;BR /&gt;&lt;BR /&gt;If your NIS servers are not in production yet, you can test this out by running ypbind with -debug option on the client and disabling network interface on NIS master server. ypbind on the client should re-bind to the second server on the list in /etc/yp</description>
      <pubDate>Sun, 01 May 2005 23:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-provide-master-and-slave-server-in-etc-yp-conf/m-p/3535281#M87110</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-05-01T23:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to provide master and slave server in /etc/yp.conf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-provide-master-and-slave-server-in-etc-yp-conf/m-p/3535282#M87111</link>
      <description>/etc/yp.conf entries are fine if you have defined NIS servers/slaves.&lt;BR /&gt;Other option would be running ypbind with broadcast option. In that case /etc/yp.conf file will be ignored and will pickup the available server.</description>
      <pubDate>Mon, 02 May 2005 07:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-provide-master-and-slave-server-in-etc-yp-conf/m-p/3535282#M87111</guid>
      <dc:creator>Srikanth A_1</dc:creator>
      <dc:date>2005-05-02T07:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to provide master and slave server in /etc/yp.conf ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-provide-master-and-slave-server-in-etc-yp-conf/m-p/3535283#M87112</link>
      <description>Ok I tested both method/syntax of /etc/yp.conf, and both work quite fine/smooth ;).&lt;BR /&gt;&lt;BR /&gt;First syntax/method of /etc/yp.conf:&lt;BR /&gt;domain domainname server 10.0.0.1# master nis&lt;BR /&gt;domain domainname server 10.0.0.2 # slave nis&lt;BR /&gt;domain domainname server 10.0.0.3 # slave nis&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Second syntax/method of /etc/yp.conf:&lt;BR /&gt;ypserver 10.0.0.1&lt;BR /&gt;ypserver 10.0.0.2&lt;BR /&gt;ypserver 10.0.0.3&lt;BR /&gt;&lt;BR /&gt;Thanks Dear Alexander, Ermin Borovac, and Srikanth A.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Wed, 04 May 2005 14:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-provide-master-and-slave-server-in-etc-yp-conf/m-p/3535283#M87112</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-05-04T14:04:26Z</dc:date>
    </item>
  </channel>
</rss>

