<?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: nsswitch.conf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254692#M569090</link>
    <description>Hi Ralf,&lt;BR /&gt;&lt;BR /&gt;Have a look at &lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90054/B1031-90054_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90054/00/00/34-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90054/00/00/34-toc.html&amp;amp;searchterms=nsswitch.conf&amp;amp;queryid=20040421-040130" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90054/B1031-90054_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90054/00/00/34-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90054/00/00/34-toc.html&amp;amp;searchterms=nsswitch.conf&amp;amp;queryid=20040421-040130&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You could use:&lt;BR /&gt;&lt;BR /&gt;hosts:      nis [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns[NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] files[NOTFOUND=return UNAVAIL=return TRYAGAIN=return]&lt;BR /&gt;passwd:      nis [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns[NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] files[NOTFOUND=return UNAVAIL=return TRYAGAIN=return]&lt;BR /&gt;services:      nis [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns[NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] files[NOTFOUND=return &lt;BR /&gt;UNAVAIL=return TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gary</description>
    <pubDate>Wed, 21 Apr 2004 05:05:08 GMT</pubDate>
    <dc:creator>Gary Cooper_1</dc:creator>
    <dc:date>2004-04-21T05:05:08Z</dc:date>
    <item>
      <title>nsswitch.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254687#M569085</link>
      <description>Hello&lt;BR /&gt;what is the correct entry in nsswitch.conf ?&lt;BR /&gt;I want look up first in NIS then in DNS and at last in files (by hosts)&lt;BR /&gt;also by passwd, services etc.&lt;BR /&gt;Thanks Ralf</description>
      <pubDate>Wed, 21 Apr 2004 04:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254687#M569085</guid>
      <dc:creator>Ralf Buchhold</dc:creator>
      <dc:date>2004-04-21T04:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: nsswitch.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254688#M569086</link>
      <description>It is always better to keep hosts in the first place as if your network interface goes down still u can get hosts list. Keep a minimum list in /etc/hosts&lt;BR /&gt;&lt;BR /&gt;hosts = local,nis,bind&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Wed, 21 Apr 2004 05:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254688#M569086</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-04-21T05:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: nsswitch.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254689#M569087</link>
      <description>There are examples in /usr/newconfig/etc one is called nswwitch.nis, another is nsswitch.nisplus copy the one you want  to /etc/nsswitch.conf and your in business.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2004 05:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254689#M569087</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2004-04-21T05:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: nsswitch.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254690#M569088</link>
      <description>passwd:       nis [NOTFOUND=continue] dns [NOTFOUND=continue] files&lt;BR /&gt;services:     nis [NOTFOUND=continue] dns [NOTFOUND=continue] files&lt;BR /&gt;&lt;BR /&gt;This only for passwd and services.&lt;BR /&gt;&lt;BR /&gt;Anil&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2004 05:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254690#M569088</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-04-21T05:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: nsswitch.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254691#M569089</link>
      <description>I think I have typed aix's netsvc.conf ignore me please ....&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Wed, 21 Apr 2004 05:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254691#M569089</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-04-21T05:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: nsswitch.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254692#M569090</link>
      <description>Hi Ralf,&lt;BR /&gt;&lt;BR /&gt;Have a look at &lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90054/B1031-90054_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90054/00/00/34-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90054/00/00/34-toc.html&amp;amp;searchterms=nsswitch.conf&amp;amp;queryid=20040421-040130" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90054/B1031-90054_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90054/00/00/34-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90054/00/00/34-toc.html&amp;amp;searchterms=nsswitch.conf&amp;amp;queryid=20040421-040130&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You could use:&lt;BR /&gt;&lt;BR /&gt;hosts:      nis [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns[NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] files[NOTFOUND=return UNAVAIL=return TRYAGAIN=return]&lt;BR /&gt;passwd:      nis [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns[NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] files[NOTFOUND=return UNAVAIL=return TRYAGAIN=return]&lt;BR /&gt;services:      nis [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns[NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] files[NOTFOUND=return &lt;BR /&gt;UNAVAIL=return TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Wed, 21 Apr 2004 05:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254692#M569090</guid>
      <dc:creator>Gary Cooper_1</dc:creator>
      <dc:date>2004-04-21T05:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: nsswitch.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254693#M569091</link>
      <description>Hi Ralf,&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf:&lt;BR /&gt;&lt;BR /&gt;hosts: nis [notfound=return] dns [notfound=return] files&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Wed, 21 Apr 2004 05:22:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nsswitch-conf/m-p/3254693#M569091</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-04-21T05:22:58Z</dc:date>
    </item>
  </channel>
</rss>

