Operating System - HP-UX
1855040 Members
6795 Online
104109 Solutions
New Discussion

Re: NIS Server not respondig for domain

 
SOLVED
Go to solution
Guillermo_21
Occasional Contributor

NIS Server not respondig for domain

When I reboot the workstation begins to run all good but when arriving at the part of the NIS it sends to an error message "NIS: server not responding for domain "PGE.RDS"; still trying"

and when it appears this error does not reboot the workstation correctly. Please can you help me to solve this problem.
Thanks
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: NIS Server not respondig for domain

Your NIS Server is not responding possibly because there is no NIS server (Master or Slave) on your subnet. You probably want to go ahead and boot even if you can't find an NIS Server:

edit /etc/rc.config.d/namesvrs
WAIT_FOR_NIS_SERVER=FALSE
MAX_NISCHECKS=2

You can also use the ypbind/ypset options to bind to a server not in your subnet.


In order to edit this file, you will probably have to boot in single-user and then manually mount /var and /usr.

If it ain't broke, I can fix that.