<?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 problem : no such map in server's NIS domain in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028680#M574161</link>
    <description>Hi, &lt;BR /&gt;When i would like to put a new server as slave's server on my new NIS domain, i have some errors.&lt;BR /&gt;When i put the command : ypinit -s &lt;NIS master=""&gt;&lt;BR /&gt; i have the error : &lt;BR /&gt;Transferring services.byname for domain &lt;NISDOMAIN&gt; from miahp004...&lt;BR /&gt;Transferring vhe_list for domain &lt;NISDOMAIN&gt; from miahp004...&lt;BR /&gt;ypxfr:  can't get order number for map vhe_list from ypserv at miahp004&lt;BR /&gt;        reason:  no such map in server's NIS domain&lt;BR /&gt;and the same problem appears whith ethers.byaddr ethers.byname netmasks.byaddr bootparams&lt;BR /&gt;&lt;BR /&gt;After i start the nis.client , it's take a long time to obtain prompt. Then when i shut the nis.client, there is no problem to obtain the prompt immedialtly.&lt;BR /&gt;&lt;BR /&gt;Could anyone help me ?&lt;BR /&gt;Thanks for alo&lt;/NISDOMAIN&gt;&lt;/NISDOMAIN&gt;&lt;/NIS&gt;</description>
    <pubDate>Mon, 21 Jul 2003 12:59:39 GMT</pubDate>
    <dc:creator>FOREST Michel</dc:creator>
    <dc:date>2003-07-21T12:59:39Z</dc:date>
    <item>
      <title>NIS problem : no such map in server's NIS domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028680#M574161</link>
      <description>Hi, &lt;BR /&gt;When i would like to put a new server as slave's server on my new NIS domain, i have some errors.&lt;BR /&gt;When i put the command : ypinit -s &lt;NIS master=""&gt;&lt;BR /&gt; i have the error : &lt;BR /&gt;Transferring services.byname for domain &lt;NISDOMAIN&gt; from miahp004...&lt;BR /&gt;Transferring vhe_list for domain &lt;NISDOMAIN&gt; from miahp004...&lt;BR /&gt;ypxfr:  can't get order number for map vhe_list from ypserv at miahp004&lt;BR /&gt;        reason:  no such map in server's NIS domain&lt;BR /&gt;and the same problem appears whith ethers.byaddr ethers.byname netmasks.byaddr bootparams&lt;BR /&gt;&lt;BR /&gt;After i start the nis.client , it's take a long time to obtain prompt. Then when i shut the nis.client, there is no problem to obtain the prompt immedialtly.&lt;BR /&gt;&lt;BR /&gt;Could anyone help me ?&lt;BR /&gt;Thanks for alo&lt;/NISDOMAIN&gt;&lt;/NISDOMAIN&gt;&lt;/NIS&gt;</description>
      <pubDate>Mon, 21 Jul 2003 12:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028680#M574161</guid>
      <dc:creator>FOREST Michel</dc:creator>
      <dc:date>2003-07-21T12:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: NIS problem : no such map in server's NIS domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028681#M574162</link>
      <description>Looks like 2 problems, so lets address 1 at a time.&lt;BR /&gt;&lt;BR /&gt;First, we'll tackle your ypinit -s issues.&lt;BR /&gt;&lt;BR /&gt;ypinit -s is a generic start up script, expecting default maps from MOST NIS installations.&lt;BR /&gt;&lt;BR /&gt;On the NIS master, type.&lt;BR /&gt;cd /var/yp/`domainname`&lt;BR /&gt;Most people dont use /etc/ethers any more, but it should still be there as a default.  If not, touch the file and repeat for other missing files.  I.E., /etc/netmasks&lt;BR /&gt;&lt;BR /&gt;Now lets manually build the maps it looks for.&lt;BR /&gt;makedbm /etc/netmasks netmasks&lt;BR /&gt;makedbm /etc/ethers ethers&lt;BR /&gt;makedbm /etc/vhe_list vhe_list&lt;BR /&gt;&lt;BR /&gt;Repeat this for the missing maps.  Then on the slave re-run ypinit -s.&lt;BR /&gt;&lt;BR /&gt;Remember too that ypinit -s will start the initial daemons, but not at reboot.  You need to modify the /etc/rc.config.d/namesvrs file and change the NIS_DOMAIN, client, and slave entries.&lt;BR /&gt;&lt;BR /&gt;Now to your client timing issues with ypbind... Are these systems on the same subnet?  if the server is not found via broadcast, it will usually hang.  Also if there is switching or network issues, you may need to force a server.&lt;BR /&gt;&lt;BR /&gt;I.E.&lt;BR /&gt;for PID in `ps -ef|grep ypbind|grep -v grep|awk '{print $2}'` ; do&lt;BR /&gt;kill $PID&lt;BR /&gt;done&lt;BR /&gt;ypbind -ypset&lt;BR /&gt;ypset &lt;IP_OF_MASTER&gt;&lt;BR /&gt;&lt;BR /&gt;See if this works.  If it does, again to keep changes made you need to modify /etc/rc.config.d/namesvrs and specify ypbind options of "-ypset" and make sure the YPSET_ADDR is set.&lt;BR /&gt;&lt;BR /&gt;I'd still investigate network etc.. issues and use the force ypset as a work around.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon&lt;/IP_OF_MASTER&gt;</description>
      <pubDate>Mon, 21 Jul 2003 13:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028681#M574162</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-07-21T13:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: NIS problem : no such map in server's NIS domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028682#M574163</link>
      <description>Sorry, but there is no progess in my problem. Have you some idee to help me ?</description>
      <pubDate>Mon, 21 Jul 2003 13:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028682#M574163</guid>
      <dc:creator>FOREST Michel</dc:creator>
      <dc:date>2003-07-21T13:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: NIS problem : no such map in server's NIS domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028683#M574164</link>
      <description>Did you try any of the things I suggested?&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 13:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028683#M574164</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-07-21T13:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: NIS problem : no such map in server's NIS domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028684#M574165</link>
      <description>I have try all you said , but there is no progress . But i haven't the repons's time so longer on the slave . So it's ai little better .&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 13:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028684#M574165</guid>
      <dc:creator>FOREST Michel</dc:creator>
      <dc:date>2003-07-21T13:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: NIS problem : no such map in server's NIS domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028685#M574166</link>
      <description>After you made the maps manually that the NIS slave complained about, did you try to ypcat these maps on the master to ensure that they were built and empty?&lt;BR /&gt;&lt;BR /&gt;Shannon</description>
      <pubDate>Mon, 21 Jul 2003 14:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028685#M574166</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-07-21T14:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: NIS problem : no such map in server's NIS domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028686#M574167</link>
      <description>when i use the ypcat , the answer of ypcat ypservers is empty .&lt;BR /&gt;I think, i trie to open a call into the HP Call center .&lt;BR /&gt;Thanks for your help, if i find a good solution, i complete this text to help other person.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot !</description>
      <pubDate>Mon, 21 Jul 2003 14:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028686#M574167</guid>
      <dc:creator>FOREST Michel</dc:creator>
      <dc:date>2003-07-21T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: NIS problem : no such map in server's NIS domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028687#M574168</link>
      <description>what is vhe_list? the error states you are trying to pull this map, but it doesn't exist on the master.&lt;BR /&gt;I think I would basically remove the maps you pulled, make sure the hostname is in /etc/hosts, and re-run ypinit -s &lt;MASTER&gt;. when it can't pull a map, create it with touch mapname, or makemap, and re-run ypinit.&lt;/MASTER&gt;</description>
      <pubDate>Mon, 21 Jul 2003 23:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028687#M574168</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-07-21T23:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: NIS problem : no such map in server's NIS domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028688#M574169</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to suggenst you, you create the map again using ypmake command in /var/yp directory than you try the above command&lt;BR /&gt;&lt;BR /&gt;And also check the services is running or not&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanx</description>
      <pubDate>Tue, 22 Jul 2003 08:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problem-no-such-map-in-server-s-nis-domain/m-p/3028688#M574169</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2003-07-22T08:23:29Z</dc:date>
    </item>
  </channel>
</rss>

