<?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 not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371407#M566366</link>
    <description>iff0 and iff1 have two ethernet cards installed&lt;BR /&gt;&lt;BR /&gt;I have added the second net to the securenets and the secureservers !&lt;BR /&gt;&lt;BR /&gt;securenets:&lt;BR /&gt;255.255.255.255 127.0.0.1&lt;BR /&gt;255.255.255.255 138.232.81.0&lt;BR /&gt;255.255.255.0 192.168.1.0&lt;BR /&gt;&lt;BR /&gt;secureservers:&lt;BR /&gt;&lt;BR /&gt;255.255.255.255 127.0.0.1&lt;BR /&gt;255.255.255.255 138.232.81.2&lt;BR /&gt;255.255.255.255 138.232.81.1&lt;BR /&gt;255.255.255.0 192.168.1.2&lt;BR /&gt;255.255.255.0 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;Doyou think the network adress of the 138 net is not correct ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rene</description>
    <pubDate>Fri, 03 Sep 2004 02:40:48 GMT</pubDate>
    <dc:creator>Rene_17</dc:creator>
    <dc:date>2004-09-03T02:40:48Z</dc:date>
    <item>
      <title>NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371401#M566360</link>
      <description>I have installed a NIS Server on iff1 with SAM !&lt;BR /&gt;The server is enabled and also the client is enabled ! I can´t get infos about the nis maps on the machine !&lt;BR /&gt;&lt;BR /&gt;ypcat passwd displays that there is no map available !&lt;BR /&gt;&lt;BR /&gt;Starting the Master server was succesfull !&lt;BR /&gt;( ypinit -m DOM=iff )&lt;BR /&gt;&lt;BR /&gt;Thats is the first problem and the second problem is when i want to install a slave server on iff0, then errors occurs.&lt;BR /&gt;( ypinit -s iff1 DOM=iff )&lt;BR /&gt;&lt;BR /&gt;[iff1:]/root# ypcat passwd&lt;BR /&gt;ypcat:  no such map in server's NIS domain&lt;BR /&gt;[iff1:]/root# ypwhich&lt;BR /&gt;iff1.uibk.ac.at&lt;BR /&gt;&lt;BR /&gt;[iff0:]/root# ypcat passwd&lt;BR /&gt;ypcat:  no such map in server's NIS domain&lt;BR /&gt;[iff0:]/root# ypwhich&lt;BR /&gt;iff1.uibk.ac.at&lt;BR /&gt;&lt;BR /&gt;Syslog:&lt;BR /&gt;&lt;BR /&gt;iff1:&lt;BR /&gt;Sep  3 08:19:24 iff1 syslog: ypserv: access denied for 138.232.81.2&lt;BR /&gt;Sep  3 08:19:19 iff1 syslog: ypserv: access denied for 138.232.81.1&lt;BR /&gt;&lt;BR /&gt;What´s that mean ypserv acces denied ?&lt;BR /&gt;Acces denied to what ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Re</description>
      <pubDate>Fri, 03 Sep 2004 01:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371401#M566360</guid>
      <dc:creator>Rene_17</dc:creator>
      <dc:date>2004-09-03T01:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371402#M566361</link>
      <description>Your NIS server only accepts slaves/clients that are in your securenets/secureservers files. Apparently 138.232.81.2 and 138.232.81.1 are not in those files...&lt;BR /&gt;&lt;BR /&gt;For the no such map messages, check out /var/yp/iff and /var/yp/src on your server. It seems you set up NIS, without any maps. Perhaps running the 'make' command in /var/yp solves that issue. Or gives more hints as to what is missing.</description>
      <pubDate>Fri, 03 Sep 2004 01:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371402#M566361</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-09-03T01:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371403#M566362</link>
      <description>[iff1:]/var/yp# cat securenets&lt;BR /&gt;# securenets $Revision: 1.1.211.1 $ $Date: 96/10/09 11:26:11 $&lt;BR /&gt;#&lt;BR /&gt;# /var/yp/securenets file&lt;BR /&gt;#&lt;BR /&gt;# The format of this file is one of more lines of&lt;BR /&gt;#&lt;BR /&gt;# netmask netaddr&lt;BR /&gt;# Both netmask and netaddr must be dotted quads.&lt;BR /&gt;#&lt;BR /&gt;# Note that for a machine with two Ethernet interfaces (i.e. a gateway&lt;BR /&gt;# machine), the IP addresses of both have to be in /var/yp/securenets.&lt;BR /&gt;#&lt;BR /&gt;# for example:&lt;BR /&gt;#255.255.255.0 128.185.124.00&lt;BR /&gt;255.255.255.255 127.0.0.1&lt;BR /&gt;255.255.255.255 138.232.81.0&lt;BR /&gt;[iff1:]/var/yp# ls&lt;BR /&gt;Makefile        binding         passwd.nis      updaters        ypxfr_1perday&lt;BR /&gt;Makefile.org    group.nis       securenets      ypbind.lock     ypxfr_1perhour&lt;BR /&gt;auto.iff        iff             secureservers   ypmake          ypxfr_2perday&lt;BR /&gt;[iff1:]/var/yp# cat secureservers&lt;BR /&gt;# secureservers $Revision: 1.1.211.1 $ $Date: 96/10/09 11:25:31 $&lt;BR /&gt;#&lt;BR /&gt;# /var/yp/secureservers file&lt;BR /&gt;#&lt;BR /&gt;# The format of this file is one of more lines of&lt;BR /&gt;#&lt;BR /&gt;# netmask netaddr&lt;BR /&gt;# Both netmask and netaddr must be dotted quads.&lt;BR /&gt;#&lt;BR /&gt;# Note that for a machine with two Ethernet interfaces (i.e. a gateway&lt;BR /&gt;# machine), the IP addresses of both have to be in /var/yp/secureservers.&lt;BR /&gt;#&lt;BR /&gt;# for example:&lt;BR /&gt;#255.255.255.0 128.185.124.00&lt;BR /&gt;255.255.255.255 127.0.0.1&lt;BR /&gt;255.255.255.255 138.232.81.2&lt;BR /&gt;255.255.255.255 138.232.81.1&lt;BR /&gt;[iff1:]/var/yp#&lt;BR /&gt;&lt;BR /&gt;[iff1:]/var/yp# make&lt;BR /&gt;`/var/yp/iff/passwd.time' is up to date.&lt;BR /&gt;`/var/yp/iff/group.time' is up to date.&lt;BR /&gt;`/var/yp/iff/hosts.time' is up to date.&lt;BR /&gt;`/var/yp/iff/networks.time' is up to date.&lt;BR /&gt;`/var/yp/iff/rpc.time' is up to date.&lt;BR /&gt;`/var/yp/iff/services.time' is up to date.&lt;BR /&gt;`/var/yp/iff/protocols.time' is up to date.&lt;BR /&gt;`/var/yp/iff/netgroup.time' is up to date.&lt;BR /&gt;`/var/yp/iff/aliases.time' is up to date.&lt;BR /&gt;`/var/yp/iff/publickey.time' is up to date.&lt;BR /&gt;`/var/yp/iff/netid.time' is up to date.&lt;BR /&gt;`/var/yp/iff/vhe_list.time' is up to date.&lt;BR /&gt;`/var/yp/iff/auto_master.time' is up to date.&lt;BR /&gt;[iff1:]/var/yp# ./ypmake&lt;BR /&gt;&lt;BR /&gt;For NIS domain iff:&lt;BR /&gt;&lt;BR /&gt;The passwd map(s) are up-to-date.&lt;BR /&gt;The group map(s) are up-to-date.&lt;BR /&gt;The hosts map(s) are up-to-date.&lt;BR /&gt;The networks map(s) are up-to-date.&lt;BR /&gt;The rpc map(s) are up-to-date.&lt;BR /&gt;The services map(s) are up-to-date.&lt;BR /&gt;The protocols map(s) are up-to-date.&lt;BR /&gt;The netgroup map(s) are up-to-date.&lt;BR /&gt;The aliases map(s) are up-to-date.&lt;BR /&gt;The vhe_list map(s) are up-to-date.&lt;BR /&gt;The publickey map(s) are up-to-date.&lt;BR /&gt;The netid map(s) are up-to-date.&lt;BR /&gt;The auto_master map(s) are up-to-date.&lt;BR /&gt;&lt;BR /&gt;ypmake complete:  no errors encountered.&lt;BR /&gt;&lt;BR /&gt;[iff1:]/var/yp# &lt;BR /&gt;&lt;BR /&gt;I have already made the maps !&lt;BR /&gt;&lt;BR /&gt;iff1:]/var/yp# ls iff&lt;BR /&gt;aliases.time            mail.aliases.dir        networks.byname.dir     rpc.byname.dir&lt;BR /&gt;auto.iff.dir            mail.aliases.pag        networks.byname.pag     rpc.byname.pag&lt;BR /&gt;auto.iff.pag            mail.byaddr.dir         networks.time           rpc.bynumber.dir&lt;BR /&gt;auto.master.dir         mail.byaddr.pag         passwd.byname.dir       rpc.bynumber.pag&lt;BR /&gt;auto.master.pag         netgroup.byhost.dir     passwd.byname.pag       rpc.time&lt;BR /&gt;auto_master.time        netgroup.byhost.pag     passwd.byuid.dir        servi.bynp.dir&lt;BR /&gt;group.bygid.dir         netgroup.byuser.dir     passwd.byuid.pag        servi.bynp.pag&lt;BR /&gt;group.bygid.pag         netgroup.byuser.pag     passwd.time             services.byname.dir&lt;BR /&gt;group.byname.dir        netgroup.dir            protocols.byname.dir    services.byname.pag&lt;BR /&gt;group.byname.pag        netgroup.pag            protocols.byname.pag    services.time&lt;BR /&gt;group.time              netgroup.time           protocols.bynumber.dir  vhe_list.dir&lt;BR /&gt;hosts.byaddr.dir        netid.byname.dir        protocols.bynumber.pag  vhe_list.pag&lt;BR /&gt;hosts.byaddr.pag        netid.byname.pag        protocols.time          vhe_list.time&lt;BR /&gt;hosts.byname.dir        netid.time              publickey.byname.dir    ypservers.dir&lt;BR /&gt;hosts.byname.pag        networks.byaddr.dir     publickey.byname.pag    ypservers.pag&lt;BR /&gt;hosts.time              networks.byaddr.pag     publickey.time&lt;BR /&gt;[iff1:]/var/yp# &lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2004 01:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371403#M566362</guid>
      <dc:creator>Rene_17</dc:creator>
      <dc:date>2004-09-03T01:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371404#M566363</link>
      <description>I have updated the /var/yp/passwd.nis&lt;BR /&gt;&lt;BR /&gt;SEE:&lt;BR /&gt;&lt;BR /&gt;[iff1:]/var/yp# make&lt;BR /&gt;updated passwd&lt;BR /&gt;Finding NIS servers:Map ypslaves.iff1 unknown NIS client error code -- using ypservers&lt;BR /&gt;Can't build server list from map "ypservers". Reason:  no such map in server's NIS domain&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;`/var/yp/iff/group.time' is up to date.&lt;BR /&gt;`/var/yp/iff/hosts.time' is up to date.&lt;BR /&gt;`/var/yp/iff/networks.time' is up to date.&lt;BR /&gt;`/var/yp/iff/rpc.time' is up to date.&lt;BR /&gt;`/var/yp/iff/services.time' is up to date.&lt;BR /&gt;`/var/yp/iff/protocols.time' is up to date.&lt;BR /&gt;`/var/yp/iff/netgroup.time' is up to date.&lt;BR /&gt;`/var/yp/iff/aliases.time' is up to date.&lt;BR /&gt;`/var/yp/iff/publickey.time' is up to date.&lt;BR /&gt;updated netid&lt;BR /&gt;Finding NIS servers:Map ypslaves.iff1 unknown NIS client error code -- using ypservers&lt;BR /&gt;Can't build server list from map "ypservers". Reason:  no such map in server's NIS domain&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;`/var/yp/iff/vhe_list.time' is up to date.&lt;BR /&gt;`/var/yp/iff/auto_master.time' is up to date.&lt;BR /&gt;[iff1:]/var/yp#&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2004 01:51:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371404#M566363</guid>
      <dc:creator>Rene_17</dc:creator>
      <dc:date>2004-09-03T01:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371405#M566364</link>
      <description>If your securenets file correct?&lt;BR /&gt;&lt;BR /&gt;255.255.255.255 138.232.81.0&lt;BR /&gt;&lt;BR /&gt;securenets controls access to NIS server and with this line allows access to single host with IP 138.232.81.0.&lt;BR /&gt;&lt;BR /&gt;Did you mean to allow access to any host on 138.232.81 subnet instead? Then use  255.255.255.0 instead of 255.255.255.255.&lt;BR /&gt;&lt;BR /&gt;255.255.255.0 138.232.81.0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2004 02:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371405#M566364</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-09-03T02:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371406#M566365</link>
      <description>Network:&lt;BR /&gt;&lt;BR /&gt;iff0     138.232.81.1/255.255.255.192&lt;BR /&gt;iff1     138.232.81.2/255.255.255.192&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2004 02:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371406#M566365</guid>
      <dc:creator>Rene_17</dc:creator>
      <dc:date>2004-09-03T02:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371407#M566366</link>
      <description>iff0 and iff1 have two ethernet cards installed&lt;BR /&gt;&lt;BR /&gt;I have added the second net to the securenets and the secureservers !&lt;BR /&gt;&lt;BR /&gt;securenets:&lt;BR /&gt;255.255.255.255 127.0.0.1&lt;BR /&gt;255.255.255.255 138.232.81.0&lt;BR /&gt;255.255.255.0 192.168.1.0&lt;BR /&gt;&lt;BR /&gt;secureservers:&lt;BR /&gt;&lt;BR /&gt;255.255.255.255 127.0.0.1&lt;BR /&gt;255.255.255.255 138.232.81.2&lt;BR /&gt;255.255.255.255 138.232.81.1&lt;BR /&gt;255.255.255.0 192.168.1.2&lt;BR /&gt;255.255.255.0 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;Doyou think the network adress of the 138 net is not correct ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rene</description>
      <pubDate>Fri, 03 Sep 2004 02:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371407#M566366</guid>
      <dc:creator>Rene_17</dc:creator>
      <dc:date>2004-09-03T02:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371408#M566367</link>
      <description>/var/yp/src doesnt exists !</description>
      <pubDate>Fri, 03 Sep 2004 02:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371408#M566367</guid>
      <dc:creator>Rene_17</dc:creator>
      <dc:date>2004-09-03T02:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371409#M566368</link>
      <description>I suggest you now log a formal call with your local HP Response Centre for help on this.</description>
      <pubDate>Fri, 03 Sep 2004 02:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371409#M566368</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2004-09-03T02:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371410#M566369</link>
      <description>Look at that !&lt;BR /&gt;&lt;BR /&gt;[iff1:]/var/yp# /sbin/init.d/nis.server start&lt;BR /&gt;    starting NIS SERVER networking&lt;BR /&gt;    starting up the rpcbind&lt;BR /&gt;        rpcbind already started, using pid: 526&lt;BR /&gt;        domainname iff&lt;BR /&gt;    starting up the Network Information Service&lt;BR /&gt;        starting up the ypserv daemon&lt;BR /&gt;FAILURE CODE: 1&lt;BR /&gt;        starting up the ypxfrd daemon&lt;BR /&gt;FAILURE CODE: 1&lt;BR /&gt;        starting up the rpc.yppasswdd daemon&lt;BR /&gt;        rpc.yppasswdd already started, using pid: 13862&lt;BR /&gt;        starting up the rpc.ypupdated daemon&lt;BR /&gt;        rpc.ypupdated already started, using pid: 6236&lt;BR /&gt;        starting up the keyserv daemon&lt;BR /&gt;        keyserv already started, using pid: 6241&lt;BR /&gt;[iff1:]/var/yp#&lt;BR /&gt;&lt;BR /&gt;The daemons are not starting ?&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2004 03:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371410#M566369</guid>
      <dc:creator>Rene_17</dc:creator>
      <dc:date>2004-09-03T03:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371411#M566370</link>
      <description>The client and the master server is running !&lt;BR /&gt;I add a new user to nis look !&lt;BR /&gt;&lt;BR /&gt;[iff1:]/var/yp# make&lt;BR /&gt;updated passwd&lt;BR /&gt;Finding NIS servers:Map ypslaves.iff1 unknown NIS client error code -- using ypservers&lt;BR /&gt;Can't build server list from map "ypservers". Reason:  no such map in server's NIS domain&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;`/var/yp/iff/group.time' is up to date.&lt;BR /&gt;`/var/yp/iff/hosts.time' is up to date.&lt;BR /&gt;`/var/yp/iff/networks.time' is up to date.&lt;BR /&gt;`/var/yp/iff/rpc.time' is up to date.&lt;BR /&gt;`/var/yp/iff/services.time' is up to date.&lt;BR /&gt;`/var/yp/iff/protocols.time' is up to date.&lt;BR /&gt;`/var/yp/iff/netgroup.time' is up to date.&lt;BR /&gt;`/var/yp/iff/aliases.time' is up to date.&lt;BR /&gt;`/var/yp/iff/publickey.time' is up to date.&lt;BR /&gt;updated netid&lt;BR /&gt;Finding NIS servers:Map ypslaves.iff1 unknown NIS client error code -- using ypservers&lt;BR /&gt;Can't build server list from map "ypservers". Reason:  no such map in server's NIS domain&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;`/var/yp/iff/vhe_list.time' is up to date.&lt;BR /&gt;`/var/yp/iff/auto_master.time' is up to date.&lt;BR /&gt;[iff1:]/var/yp#&lt;BR /&gt;&lt;BR /&gt;The make command reported an error !&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rene</description>
      <pubDate>Fri, 03 Sep 2004 03:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371411#M566370</guid>
      <dc:creator>Rene_17</dc:creator>
      <dc:date>2004-09-03T03:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371412#M566371</link>
      <description>In your securenets file, change this line&lt;BR /&gt;255.255.255.255 138.232.81.0&lt;BR /&gt;to&lt;BR /&gt;255.255.255.0 138.232.81.0&lt;BR /&gt;I think it will help...&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2004 03:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371412#M566371</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-09-03T03:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371413#M566372</link>
      <description>Hi Rene,&lt;BR /&gt;&lt;BR /&gt;could it be that your domain isn't set correctly?&lt;BR /&gt;&lt;BR /&gt;What does /etc/rc.log says about 'Start NIS Server subsystem'?&lt;BR /&gt;&lt;BR /&gt;Your domain is 'iff'?&lt;BR /&gt;It says:&lt;BR /&gt;Finding NIS servers:Map ypslaves.iff1 unknown NIS client &lt;BR /&gt;&lt;BR /&gt;Or client 'iff1' isn't set corretly in /etc/hosts?&lt;BR /&gt;&lt;BR /&gt;Or check /etc/rc.config.d/namesvrs for correct settings at both workstations.&lt;BR /&gt;NIS_DOMAIN="iff" ?&lt;BR /&gt;&lt;BR /&gt;Just some thoughts&lt;BR /&gt;Volkmar</description>
      <pubDate>Fri, 03 Sep 2004 05:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371413#M566372</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2004-09-03T05:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371414#M566373</link>
      <description>Must I add + to passwd accounts, that the nis works ?</description>
      <pubDate>Mon, 06 Sep 2004 07:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371414#M566373</guid>
      <dc:creator>Rene_17</dc:creator>
      <dc:date>2004-09-06T07:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371415#M566374</link>
      <description>Rene,&lt;BR /&gt;&lt;BR /&gt;in /etc/passwd end with:&lt;BR /&gt;+::-2:-2:::&lt;BR /&gt;in /etc/group end with: &lt;BR /&gt;+:*:*&lt;BR /&gt;in /etc/nsswitch.conf:&lt;BR /&gt;passwd:       compat&lt;BR /&gt;group:        compat&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2004 07:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371415#M566374</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-09-06T07:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371416#M566375</link>
      <description>Yes, Rene for the NIS accounts add a + NOT for your local accounts like ROOT.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 06 Sep 2004 07:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371416#M566375</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-09-06T07:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371417#M566376</link>
      <description>Can anyone give me an step by step manual for NIS !&lt;BR /&gt;&lt;BR /&gt;Reagards,&lt;BR /&gt;&lt;BR /&gt;Rene</description>
      <pubDate>Mon, 06 Sep 2004 07:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371417#M566376</guid>
      <dc:creator>Rene_17</dc:creator>
      <dc:date>2004-09-06T07:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371418#M566377</link>
      <description>&lt;BR /&gt;Hi, try this to start!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B1031-90054/00/00/19-con.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B1031-90054/00/00/19-con.html&lt;/A&gt;</description>
      <pubDate>Mon, 06 Sep 2004 07:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371418#M566377</guid>
      <dc:creator>Dino_4</dc:creator>
      <dc:date>2004-09-06T07:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371419#M566378</link>
      <description>ThatÂ´s now my problem !&lt;BR /&gt;&lt;BR /&gt;[iff1:]/etc/rc.config.d# /sbin/init.d/nis.server start&lt;BR /&gt;    starting NIS SERVER networking&lt;BR /&gt;    starting up the rpcbind&lt;BR /&gt;        rpcbind already started, using pid: 528&lt;BR /&gt;        domainname iff&lt;BR /&gt;    starting up the Network Information Service&lt;BR /&gt;        starting up the ypserv daemon&lt;BR /&gt;FAILURE CODE: 1&lt;BR /&gt;        starting up the ypxfrd daemon&lt;BR /&gt;FAILURE CODE: 1&lt;BR /&gt;        starting up the rpc.yppasswdd daemon&lt;BR /&gt;        rpc.yppasswdd already started, using pid: 556&lt;BR /&gt;        starting up the rpc.ypupdated daemon&lt;BR /&gt;        rpc.ypupdated already started, using pid: 561&lt;BR /&gt;        starting up the keyserv daemon&lt;BR /&gt;        keyserv already started, using pid: 566&lt;BR /&gt;&lt;BR /&gt;The server daemon donÂ´t start correct</description>
      <pubDate>Tue, 07 Sep 2004 03:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371419#M566378</guid>
      <dc:creator>Rene_17</dc:creator>
      <dc:date>2004-09-07T03:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: NIS not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371420#M566379</link>
      <description>&lt;P&gt;Hi Rene,&lt;BR /&gt;&lt;BR /&gt;It sounds like your NIS configuration is pretty messed up right now. In cases like this, I usually recommend wiping out the configuration and starting over again.&lt;BR /&gt;&lt;BR /&gt;Here are the steps I'd take:&lt;BR /&gt;&lt;BR /&gt;1. Delete any directories of maps under /var/yp. They will be called /var/yp/. There may be more than one if you've tried creating NIS domains more than once on this system.&lt;BR /&gt;&lt;BR /&gt;# cd /var/yp&lt;BR /&gt;# rm -rf &lt;BR /&gt;&lt;BR /&gt;2. Delete any information in the /var/yp/binding directory&lt;BR /&gt;&lt;BR /&gt;# cd /var/yp/binding&lt;BR /&gt;# rm -rf *&lt;BR /&gt;&lt;BR /&gt;3. Replace the /etc/rc.config.d/namesvrs file with the default one &lt;BR /&gt;&lt;BR /&gt;# cp /usr/newconfig/etc/rc.config.d/namesvrs /etc/rc.config.d/namesvrs&lt;BR /&gt;&lt;BR /&gt;4. Replace the /etc/nsswitch.conf file with the default "files" version&lt;BR /&gt;&lt;BR /&gt;# cp /etc/nsswitch.files /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;5. Reboot the system to clear out any cached information regarding the old NIS domain&lt;BR /&gt;&lt;BR /&gt;6. After reboot issue the following:&lt;BR /&gt;&lt;BR /&gt;# domainname &lt;BR /&gt;# ypinit -m&lt;BR /&gt;&lt;BR /&gt;At this point, you might want to only build the primary and not include any secondary, just to ensure that you can correctly build the NIS primary and get it working properly before moving on to secondary.&lt;BR /&gt;&lt;BR /&gt;7. Once ypinit finishes, make sure it didn't return any errors. If it didn't, then modify your /etc/rc.config.d/namesvrs file by changing the following lines:&lt;BR /&gt;&lt;BR /&gt;NIS_primary_SERVER=1&lt;BR /&gt;NIS_CLIENT=1&lt;BR /&gt;NIS_DOMAIN=&lt;BR /&gt;&lt;BR /&gt;8. Manually start the NIS server daemons before the client daemons:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nis.server start&lt;BR /&gt;&lt;BR /&gt;if the daemons start properly then start the client&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nis.client start&lt;BR /&gt;&lt;BR /&gt;9. Verify that the client can bind to the server and retrieve map information:&lt;BR /&gt;&lt;BR /&gt;# ypcat -k passwd&lt;BR /&gt;# ypwhich -m&lt;BR /&gt;&lt;BR /&gt;If all of these steps work properly then we can move on to configuring a secondary server, but I think you need to successfully build the primary and verify that it works before trying to configure a secondary.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 14:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-not-working/m-p/3371420#M566379</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2021-06-17T14:51:48Z</dc:date>
    </item>
  </channel>
</rss>

