<?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 NIS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nis/m-p/2736014#M66538</link>
    <description>HP 9000 hp-ux 10.20  I am getting a tcp\unknown service message that I am sure has to do with NIS.  However since I am new to Unix I am unsure as to where I should be looking to correct this.</description>
    <pubDate>Mon, 03 Jun 2002 01:46:03 GMT</pubDate>
    <dc:creator>Jason_93</dc:creator>
    <dc:date>2002-06-03T01:46:03Z</dc:date>
    <item>
      <title>NIS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis/m-p/2736014#M66538</link>
      <description>HP 9000 hp-ux 10.20  I am getting a tcp\unknown service message that I am sure has to do with NIS.  However since I am new to Unix I am unsure as to where I should be looking to correct this.</description>
      <pubDate>Mon, 03 Jun 2002 01:46:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis/m-p/2736014#M66538</guid>
      <dc:creator>Jason_93</dc:creator>
      <dc:date>2002-06-03T01:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: NIS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis/m-p/2736015#M66539</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If your using NIS, you need to mnake sure&lt;BR /&gt;that your have the correct /etc/nsswitch.conf&lt;BR /&gt;file in place. There are a few examples in&lt;BR /&gt;the /etc directory. Here are two of mine, &lt;BR /&gt;one being with NIS (/etc/nsswitch.conf) and&lt;BR /&gt;the other with no NIS. If you are using NIS the file will need to be moved.&lt;BR /&gt;&lt;BR /&gt;# mv /etc/nsswitch.conf /etc/nsswitch.orig&lt;BR /&gt;# mv /etc/nsswitch.nis /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;~Michael&lt;BR /&gt;&lt;BR /&gt;# /etc/nsswitch.nis:&lt;BR /&gt;#&lt;BR /&gt;# @(#)B.11.11_LR&lt;BR /&gt;#&lt;BR /&gt;# An example file that could be copied over to /etc/nsswitch.conf; it&lt;BR /&gt;# uses NIS (YP) in conjunction with files.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;passwd:       files nis&lt;BR /&gt;group:        files nis&lt;BR /&gt;hosts:        nis [NOTFOUND=return] files&lt;BR /&gt;networks:     nis [NOTFOUND=return] files&lt;BR /&gt;protocols:    nis [NOTFOUND=return] files&lt;BR /&gt;rpc:          nis [NOTFOUND=return] files&lt;BR /&gt;publickey:    nis [NOTFOUND=return] files&lt;BR /&gt;netgroup:     nis [NOTFOUND=return] files&lt;BR /&gt;automount:    files nis&lt;BR /&gt;aliases:      files nis&lt;BR /&gt;services:     files nis&lt;BR /&gt;&lt;BR /&gt;$ more /etc/nsswitch.conf&lt;BR /&gt;hosts: files     [NOTFOUND=continue UNAVAIL=return TRYAGAIN=return] dns   [NOTFO&lt;BR /&gt;UND=return UNAVAIL=continue TRYAGAIN=return]</description>
      <pubDate>Mon, 03 Jun 2002 02:16:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis/m-p/2736015#M66539</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-03T02:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: NIS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis/m-p/2736016#M66540</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;One other thought, where exactly is the message being reported?&lt;BR /&gt;&lt;BR /&gt;A user logging in ?&lt;BR /&gt;An 'ftp' session message?&lt;BR /&gt;In the /var/adm/syslog/syslog.log file?&lt;BR /&gt;Somewhere else....&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;~Michael</description>
      <pubDate>Mon, 03 Jun 2002 02:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis/m-p/2736016#M66540</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-03T02:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: NIS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis/m-p/2736017#M66541</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Check these files for invalid lines .&lt;BR /&gt;/etc/services&lt;BR /&gt;/etc/inetd.conf &lt;BR /&gt;compare the above files with &lt;BR /&gt;/usr/newconfig/etc/services &lt;BR /&gt;/usr/newconfig/etc/inetd.conf&lt;BR /&gt;you can copy those files from /usr/newconfig/etc to /etc/ &lt;BR /&gt;#cp -p /usr/newconfig/etc/services /etc&lt;BR /&gt;#cp -p /usr/newconfig/etc/inetd.conf /etc&lt;BR /&gt;and give&lt;BR /&gt;#inetd -c&lt;BR /&gt;Now hope that error won't come again.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Mon, 03 Jun 2002 06:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis/m-p/2736017#M66541</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-06-03T06:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: NIS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis/m-p/2736018#M66542</link>
      <description>Within /etc there is not a nsswitch.conf file and that maybe the source of my grief.</description>
      <pubDate>Mon, 03 Jun 2002 10:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis/m-p/2736018#M66542</guid>
      <dc:creator>Jason_93</dc:creator>
      <dc:date>2002-06-03T10:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: NIS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis/m-p/2736019#M66543</link>
      <description>you have no need for the nsswitch.conf file if you are not altering the prefered way to look at the specific resources for a NIS exported file , if there is no nsswitch.conf it will use the standard setting which is NIS file immediately before the file locally itself&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;as you have an issue with this services file check first if your services file does contain the service required , if not if there is a sign in there for the NIS compatibility (look at the man pages) and if so with ypcat you can look at the services file exported from the NIS server (check with YPWHICH what server that is) if the service required does exist in there , if it is so then you could have a issue with the NIS request itself (timing / no answer etc...)&lt;BR /&gt;&lt;BR /&gt;I had a look at some known issues with NIS and there are some known timing issues which could case a slow reply from the NIS server to create this kind of problem , so it can be wise installing the latest NFS/NIS ONC megapatch and it's dependencies (they are important) about 15 patches are needed in total&lt;BR /&gt;&lt;BR /&gt;If at the end it turns out to be a timing issue not fixed by patchuing then the nsswitch file can be usefull , putting up &lt;BR /&gt;&lt;BR /&gt;services NIS [NOTFOUND=continue] files</description>
      <pubDate>Mon, 03 Jun 2002 12:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis/m-p/2736019#M66543</guid>
      <dc:creator>sven verhaegen</dc:creator>
      <dc:date>2002-06-03T12:04:18Z</dc:date>
    </item>
  </channel>
</rss>

