<?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: Turning NIS off in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425845#M1248</link>
    <description>I will try all of these methods and relay the information to my colleagues. Thank you all for your time!!</description>
    <pubDate>Mon, 12 Jun 2000 19:55:59 GMT</pubDate>
    <dc:creator>Kevin Griesmar</dc:creator>
    <dc:date>2000-06-12T19:55:59Z</dc:date>
    <item>
      <title>Turning NIS off</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425839#M1242</link>
      <description>I have a server setup as a slave and I want to remove it from NIS. What would be the easiest way for me to turn the NIS off?</description>
      <pubDate>Mon, 12 Jun 2000 18:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425839#M1242</guid>
      <dc:creator>Kevin Griesmar</dc:creator>
      <dc:date>2000-06-12T18:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Turning NIS off</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425840#M1243</link>
      <description>1) Turn off NIS client&lt;BR /&gt;/sbin/init.d/nis.client stop&lt;BR /&gt;2) Turn off NIS server&lt;BR /&gt;/sbin/init.d/nis.server stop&lt;BR /&gt;3) Edit /etc/nsswitch.conf to not use nis&lt;BR /&gt;4) Edit /etc/rc.config.d/namesvrs &amp;amp; set NIS_SLACE_SERVER=0&lt;BR /&gt;NIS_CLIENT=0&lt;BR /&gt;NIS_DOMAIN=""&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jun 2000 18:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425840#M1243</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-06-12T18:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Turning NIS off</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425841#M1244</link>
      <description>Check to make sure that there are not any hosts bound to the slave.&lt;BR /&gt;Also, do a ypcat -k ypservers - this will tell you what the NIS servers are.&lt;BR /&gt;You will need to remove the slave server in question from this list&lt;BR /&gt;&lt;BR /&gt;  ypcat -k ypservers &amp;gt; /tmp/&lt;NISSERVER file=""&gt;&lt;BR /&gt;  (edit the file to remove the servername in question)&lt;BR /&gt;  cat /tmp/&lt;NISSERVER file=""&gt; | makedbm - /var/yp/'domainname'/ypservers&lt;BR /&gt;&lt;BR /&gt;Remove the NIS maps on the slave in question so it won't start the ypserv process.&lt;BR /&gt;Also, edit the /etc/rc.config.d/namesvrs file and change the entry that tells the server to be a slave.&lt;BR /&gt;&lt;BR /&gt;The new ypservers map will only push out to those servers listed in the file.&lt;/NISSERVER&gt;&lt;/NISSERVER&gt;</description>
      <pubDate>Mon, 12 Jun 2000 18:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425841#M1244</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-06-12T18:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Turning NIS off</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425842#M1245</link>
      <description>The easiet method to tuyrn off NIS resolution is to edit the file /etc/nsswitch.conf make sure that NIS is not in the file, and then save it.  It will then revert to the method that you;ve selected.&lt;BR /&gt;&lt;BR /&gt;Sample configurations are available in /etc/nsswitch.files&lt;BR /&gt;&lt;BR /&gt;More information can be found by typing:&lt;BR /&gt;&lt;BR /&gt;man service.switch&lt;BR /&gt;man nsswitch.conf (or man switch - they are the same).&lt;BR /&gt;&lt;BR /&gt;Essentially by removing the nis statement in the /etc/nsswitch.conf file you disable nis lookups.  Although that does not disable the daemons.&lt;BR /&gt;&lt;BR /&gt;Hope that's what you are looking for.&lt;BR /&gt;&lt;BR /&gt;Have a Great Day!&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jun 2000 18:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425842#M1245</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2000-06-12T18:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Turning NIS off</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425843#M1246</link>
      <description>Then kill ypbind to finish it off!&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Mon, 12 Jun 2000 19:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425843#M1246</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-06-12T19:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Turning NIS off</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425844#M1247</link>
      <description>Then assign points to all that answered!&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jun 2000 19:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425844#M1247</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2000-06-12T19:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Turning NIS off</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425845#M1248</link>
      <description>I will try all of these methods and relay the information to my colleagues. Thank you all for your time!!</description>
      <pubDate>Mon, 12 Jun 2000 19:55:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425845#M1248</guid>
      <dc:creator>Kevin Griesmar</dc:creator>
      <dc:date>2000-06-12T19:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Turning NIS off</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425846#M1249</link>
      <description>First, execute from /sbin/init.d (start scripts) nis.client_stop, and nis.server_stop This will stop the nis scripts from running.  Check the name svrs, (located in /etc/rc.config.d), and vi the file, look at nis master server line&lt;BR /&gt;master needs to be = to 0, client=0, and slave should also =0.&lt;BR /&gt;  Second, on the servers, move the /var/yp/nis domain directory to disconnect the NIS Maps.&lt;BR /&gt;  Third, cd /etc, and look for the nsswitch.conf file, (this is the file that is used for the nis policies).  Rename nsswitch.conf to nsswitch.bak, then rename nsswitch.files to nsswitch.conf.  This should be on the clients as well.  Leave the /etc/passwd files alone!&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jun 2000 14:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/turning-nis-off/m-p/2425846#M1249</guid>
      <dc:creator>William Ringler</dc:creator>
      <dc:date>2000-06-16T14:02:24Z</dc:date>
    </item>
  </channel>
</rss>

