<?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 server migration! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-server-migration/m-p/2732147#M65738</link>
    <description>In my opinion the best reference is the Oreilly book "Managing NFS &amp;amp; NIS". If you don;t have a hard copy you can access it online with  subscription fee.&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://safari.oreilly.com/main.asp?bookname=nfs2&amp;amp;mode=0" target="_blank"&gt;http://safari.oreilly.com/main.asp?bookname=nfs2&amp;amp;mode=0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also check out HP docs online ..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90048/00/00/20-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90048/00/00/20-toc.html&amp;amp;searchterms=NIS&amp;amp;queryid=20020527-095536" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90048/00/00/20-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90048/00/00/20-toc.html&amp;amp;searchterms=NIS&amp;amp;queryid=20020527-095536&lt;/A&gt;</description>
    <pubDate>Mon, 27 May 2002 15:48:42 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-05-27T15:48:42Z</dc:date>
    <item>
      <title>NIS server migration!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-server-migration/m-p/2732144#M65735</link>
      <description>Hi everybody!!&lt;BR /&gt;&lt;BR /&gt;In our site, we were using an HP9000&lt;BR /&gt;as NIS master server (serverA); HP/UX 11 is running there.&lt;BR /&gt;&lt;BR /&gt;Last saturday we migrated the NIS services&lt;BR /&gt;to a Sun Netra 1125 (serverB)and everything&lt;BR /&gt;looked fine; the HP9000 is now an NIS SLAVE.&lt;BR /&gt;&lt;BR /&gt;I ran a shell script to detect how many clients&lt;BR /&gt;were bound to the MASTER and how many to the SLAVES and this is what I got:&lt;BR /&gt;&lt;BR /&gt;MASTER (Sun Netra serverB): 19 Clients bound.&lt;BR /&gt;SLAVE  (HP9K serverA): 180 Clients bound.&lt;BR /&gt;SLAVE  (HP9K serverC): 2 clients bound.&lt;BR /&gt;SLAVE  (HP9K serverD): 3 clients bound.&lt;BR /&gt;&lt;BR /&gt;As you can see, the current NIS server just&lt;BR /&gt;has 19 clients, while the slave (before it was the master) has 180 clients...&lt;BR /&gt;&lt;BR /&gt;I would want to know why is that behaviour!!&lt;BR /&gt;I suppossed the new MASTER should has more bound clients.&lt;BR /&gt;&lt;BR /&gt;About the servers:&lt;BR /&gt;serverB - Netra 1125 - Solaris 8 &lt;BR /&gt;serverA - HP9000 - HP/UX 11&lt;BR /&gt;serverC - HP9000 - HP/UX 11&lt;BR /&gt;serverD - HP9000 - HP/UX 11&lt;BR /&gt;&lt;BR /&gt;The ypbind process is configured to be executed&lt;BR /&gt;by broadcast..&lt;BR /&gt;&lt;BR /&gt;I??ll really appreciate any help and ideas!!!</description>
      <pubDate>Mon, 27 May 2002 14:52:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-server-migration/m-p/2732144#M65735</guid>
      <dc:creator>Tomas Carlos_1</dc:creator>
      <dc:date>2002-05-27T14:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: NIS server migration!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-server-migration/m-p/2732145#M65736</link>
      <description>It simply means serverA responded to a bind request faster than any other servers in that subnet. There is nothing to be concern about because this is how NIS mechanism work (broadcast mode), unless you specifically tell the NIS clients to bind to a particular server, there's nothing much you can do about it. I suppose if you disable serverA's service and let the clients to find another server to respond to their request to bind, then enble serverA's service after a while, you'll see a better "load balance" if you call it that.</description>
      <pubDate>Mon, 27 May 2002 14:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-server-migration/m-p/2732145#M65736</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-27T14:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: NIS server migration!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-server-migration/m-p/2732146#M65737</link>
      <description>Thanks S.K. Chan!!&lt;BR /&gt;&lt;BR /&gt;I agree with your point of view.&lt;BR /&gt;Do you know a web link to find further information regarding the ypbind -&amp;gt; ypserv processes...&lt;BR /&gt;&lt;BR /&gt;The man pages in both, solaris and HP dont&lt;BR /&gt;give me what I expect.. Maybe what I need is&lt;BR /&gt;how the broadcast works...&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 May 2002 15:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-server-migration/m-p/2732146#M65737</guid>
      <dc:creator>Tomas Carlos_1</dc:creator>
      <dc:date>2002-05-27T15:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: NIS server migration!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-server-migration/m-p/2732147#M65738</link>
      <description>In my opinion the best reference is the Oreilly book "Managing NFS &amp;amp; NIS". If you don;t have a hard copy you can access it online with  subscription fee.&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://safari.oreilly.com/main.asp?bookname=nfs2&amp;amp;mode=0" target="_blank"&gt;http://safari.oreilly.com/main.asp?bookname=nfs2&amp;amp;mode=0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also check out HP docs online ..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90048/00/00/20-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90048/00/00/20-toc.html&amp;amp;searchterms=NIS&amp;amp;queryid=20020527-095536" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90048/00/00/20-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90048/00/00/20-toc.html&amp;amp;searchterms=NIS&amp;amp;queryid=20020527-095536&lt;/A&gt;</description>
      <pubDate>Mon, 27 May 2002 15:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-server-migration/m-p/2732147#M65738</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-27T15:48:42Z</dc:date>
    </item>
  </channel>
</rss>

