<?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: changing nis master in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589794#M32740</link>
    <description>I'm assuming that the /etc/netgroup has the correct entries?  In that case, you should just try remaking the netgroup mapfile, i.e. ypmake netgroup.  This should make the new maps and then push it out.&lt;BR /&gt;&lt;BR /&gt;If this doesn't work, you might have to recreate the NIS master, i.e. stop NIS.server, mv /var/yp/domain, and then ypinit -m again.  Start up NIS.server and test that the server can ypcat all maps and they look correct, then proceed to remake the clients.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
    <pubDate>Fri, 05 Oct 2001 08:30:43 GMT</pubDate>
    <dc:creator>Santosh Nair_1</dc:creator>
    <dc:date>2001-10-05T08:30:43Z</dc:date>
    <item>
      <title>changing nis master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589786#M32732</link>
      <description>Hi all,&lt;BR /&gt;i need a help. I have changed the name and the ip address of the nis master server. &lt;BR /&gt;The clients and slave now point normally to it with its new name and ip address (in broadcast). Everything seemed ok. But now i'm having problems with nis users. When these try to enter to any client or slave or to the nis master, after password it takes about 5 minutes to enter. NFS is ok. In fact if i try to mount manually everythings works.&lt;BR /&gt;Now i noticed that if i issue ypwhich -m on the nis master server all maps points to itself with the old name. Could it be that the problem? Do i have to create again all nis maps? If i have to do that, do i have also modify nis clients and slaves? &lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 04 Oct 2001 14:29:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589786#M32732</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-10-04T14:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: changing nis master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589787#M32733</link>
      <description>Hi Tarek,&lt;BR /&gt;where are you Experts?????&lt;BR /&gt;I am not sure what to do.&lt;BR /&gt;1. Copy /var/yp/domainname to other location for backup.&lt;BR /&gt;&lt;BR /&gt;on master to rebuild all maps.&lt;BR /&gt;# cd /var/yp/domain&lt;BR /&gt;#rm *.time &lt;BR /&gt;#cd /var/yp&lt;BR /&gt;#make NOPUSH=1 (will rebuild all maps and will not push it to other server)&lt;BR /&gt;&lt;BR /&gt;If this doesn't work then try&lt;BR /&gt;#ypinit -m &lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Oct 2001 15:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589787#M32733</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-10-04T15:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: changing nis master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589788#M32734</link>
      <description>If you haven't re-made any of your maps, the nis ypservers map will still contain the old name for your master.&lt;BR /&gt;&lt;BR /&gt;Try the following (with your own NIS domain name)&lt;BR /&gt;copy /var/yp/domainname to safe location for backup.&lt;BR /&gt;# cd /var/yp/domainname&lt;BR /&gt;# ypcat -k ypservers &amp;gt; /tmp/serverlist.txt&lt;BR /&gt;edit /tmp/serverlist.txt to contain proper list of servers.&lt;BR /&gt;# makedbm /tmp/serverlist.txt ypservers&lt;BR /&gt;# yppush ypservers&lt;BR /&gt;&lt;BR /&gt;If this isn't enough you may need to remake all the maps and push 'em out again.</description>
      <pubDate>Thu, 04 Oct 2001 15:28:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589788#M32734</guid>
      <dc:creator>Sharon Prothero</dc:creator>
      <dc:date>2001-10-04T15:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: changing nis master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589789#M32735</link>
      <description>The more I think more I convience myself that you have to run ypinit -m. This will ask you all of your slave servers name. you can get there list using ypcat -k ypserveres. &lt;BR /&gt;&lt;BR /&gt;99% you have to run ypinit -m on master.&lt;BR /&gt;Make sure that you have all files in /etc/ uptodate. passwd, auto.direct, hosts, groups, networks, netgroups, aliases etc.....&lt;BR /&gt;&lt;BR /&gt;check your /var/yp/Makefile for this file list.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Thu, 04 Oct 2001 15:33:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589789#M32735</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-10-04T15:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: changing nis master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589790#M32736</link>
      <description>Thanks both.&lt;BR /&gt;Sachin it hasn't work. I think i have to make &lt;BR /&gt;ypinit -c.&lt;BR /&gt;Before that i noticed an error while trying to make what Sharon told me.&lt;BR /&gt;While i issue yppush ypservers i have:&lt;BR /&gt;bind_to_server clntudp_create error: RPC_PMAP_FAILURE - RPC_PMAP_FAILURE&lt;BR /&gt;What's this error? Can i try ypinit -c or it will give same error and i would have problems...&lt;BR /&gt;Thanks again</description>
      <pubDate>Fri, 05 Oct 2001 06:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589790#M32736</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-10-05T06:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: changing nis master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589791#M32737</link>
      <description>I issued ypinit -m on the nis master server and maps were created.&lt;BR /&gt;Now i tried to add a nis slave but while i issue ypinit -s NIS_server_name  i have this error:&lt;BR /&gt;ypxfr: can't get order number for map netid.byname from ypserv at lthp12&lt;BR /&gt;   reason: no such map in server's NIS domain&lt;BR /&gt;&lt;BR /&gt;By your request, ypinit is quitting as a result of the error.&lt;BR /&gt;&lt;BR /&gt;************ALL DATABASES BUILT THUS FAR HAVE BEEN DISCARED**************&lt;BR /&gt;Determine what the problem is, fix it and run ypinit all over again to create a complete set of databases.&lt;BR /&gt;&lt;BR /&gt;Please help, it's urgent. Why i'm having this error?? what should i do?&lt;BR /&gt;Before i have added the nis slave on the nis master when i made the ypinit -m&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2001 07:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589791#M32737</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-10-05T07:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: changing nis master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589792#M32738</link>
      <description>Tarek,&lt;BR /&gt;&lt;BR /&gt;Before proceeding, you said that you set up the NIS server...can you verify that the server is okay, i.e. can you ypcat any of the maps?&lt;BR /&gt;Once this has been verified, on the slave, stop NIS.client, move /var/yp/domainname to something else for backup, then try running ypinit -s NISSERVER again.&lt;BR /&gt;&lt;BR /&gt;-Santosh&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2001 08:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589792#M32738</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-05T08:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: changing nis master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589793#M32739</link>
      <description>If i issue ypcat passwd or others seems ok. Now i issued ypcat netgroup but i saw that this map is wrong. Inside there is the name of the old nis master and of the old nis domain.&lt;BR /&gt;What can i do??&lt;BR /&gt;I have followed the instructions of the manual:&lt;BR /&gt;Installing and administring NFS services&lt;BR /&gt;Hp 9000 Networking&lt;BR /&gt;Edition 7&lt;BR /&gt;Please help. All users aren't working.</description>
      <pubDate>Fri, 05 Oct 2001 08:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589793#M32739</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-10-05T08:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: changing nis master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589794#M32740</link>
      <description>I'm assuming that the /etc/netgroup has the correct entries?  In that case, you should just try remaking the netgroup mapfile, i.e. ypmake netgroup.  This should make the new maps and then push it out.&lt;BR /&gt;&lt;BR /&gt;If this doesn't work, you might have to recreate the NIS master, i.e. stop NIS.server, mv /var/yp/domain, and then ypinit -m again.  Start up NIS.server and test that the server can ypcat all maps and they look correct, then proceed to remake the clients.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 05 Oct 2001 08:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589794#M32740</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-05T08:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: changing nis master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589795#M32741</link>
      <description>Many many problems. Thanks really Sachin for your help. Other times i have set nis without problems but now i'm having a lot.&lt;BR /&gt;I removed /var/yp/domainname on the nis master server, then i issued again ypinit -m, i put the name of the server and the slave then continued. Script begins and tells it would take from 5 to 10 minutes but if finished in less than 30 seconds !!! It tells me that nis master has been setted and there were no errors. So i make an ypcat of netgroup and i saw again that it has old entries with the old nis domainname. Now i tried a reboot.&lt;BR /&gt;So i tried configuring again nis slave and i have the same error i mentioned above but with a different map that is: ethers.byaddr&lt;BR /&gt;Again i configured a client but it doesn't bind to the master server. I have to start manually the nis client, stopping it before (also if it isn't working)... and then it binds to master.&lt;BR /&gt;really many confusion and i don't know where i'm wrong. I followed the procedure exactly as the book.&lt;BR /&gt;Any help again?</description>
      <pubDate>Fri, 05 Oct 2001 08:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589795#M32741</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-10-05T08:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: changing nis master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589796#M32742</link>
      <description>Hi Tarak,&lt;BR /&gt;I am sorry if that has cause you any problem. But now you learn from your mistake that you don't mess with main sever in day time while everyone is working untill you are sure that it works.&lt;BR /&gt;&lt;BR /&gt;Well don't panic. Cool down.&lt;BR /&gt;1. Where is your netgroup file. may be /etc/netgroup check what is inside. As Santosh says you can make netgroup map my &lt;BR /&gt;#cd /var/yp&lt;BR /&gt;#make netgroup.&lt;BR /&gt;&lt;BR /&gt;2. Go in to one of the slave server move all maps from /var/yp/domainname to somewhere.&lt;BR /&gt;and build the map again&lt;BR /&gt;#ypinit -s servername or ip_address.&lt;BR /&gt;You will see it all maps generates. &lt;BR /&gt;For faster response. send me email at my work&lt;BR /&gt;sachin_patel@veritasdgc.com.&lt;BR /&gt;If you want to call me. 1 832 351-8536&lt;BR /&gt;&lt;BR /&gt;Where are these Royals? JRF, Clay, Alex, Rita, Ramesh......   &lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Fri, 05 Oct 2001 13:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589796#M32742</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-10-05T13:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: changing nis master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589797#M32743</link>
      <description>Thanks Sachin for your help.&lt;BR /&gt;I've solved in another way. I haven't created any slave, because of that problem, so i have a master and all clients! It's not very good, but it's working. &lt;BR /&gt;Every time i try to configure slave it gives me that problem. It's the first time i'm having all these problems.&lt;BR /&gt;However thanks very much, i will keep nis configuration like now, hoping that master won't have any problem.&lt;BR /&gt;Tarek</description>
      <pubDate>Mon, 08 Oct 2001 06:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nis-master/m-p/2589797#M32743</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-10-08T06:29:55Z</dc:date>
    </item>
  </channel>
</rss>

