I just got a pretty SPARC ipc but it won't boot.
it keeps hanging after NIS looks for a bogus domain...
The recurrent message (I waited up to 30 minutes while it
scrolls on the monitor) is:
NIS: server not responding form domain "domain.com"; still trying...
NIS: server not responding form domain "domain.com"; still trying...
NIS: server not responding form domain "domain.com"; still trying...
NIS: server not responding form domain "domain.com"; still trying...
Is there any way to break out of this one and continue the
bjoot up process?
Any suggestions greatly appreciated!
--
Alfredo Lusa
INTERNET alfredo LLC
http://www.ina.com (Disneyland for Websurfers)
OPEN 24hrs: 790-A Brannan, SF, CA, USA.
415.437.3140
: I just got a pretty SPARC ipc but it won't boot.
: it keeps hanging after NIS looks for a bogus domain...
: The recurrent message (I waited up to 30 minutes while it
: scrolls on the monitor) is:
: NIS: server not responding form domain "domain.com"; still trying...
Boot single user, either empty or delete the file /etc/domainname, and
delete the file /var/yp/binding. That should do it.
--
Lee Ann Goldstein lgol...@ladc.lockheed.com
Network Administrator, F-117A Avionics Division
Lockheed Martin Skunk Works
I'm what passes for a Unix guru in my office. This is a frightening concept.
You will have to boot in single user mode to fix the prob. Hold down the
STOP (L1) key, and press the letter a. Then when the system halts,
use b -s at the > prompt. This should bring the system up to a # prompt (
may ask for prom password, try root's password).
Now, you can either change it to use a good NIS domain name, or disable NIS.
To change it, use the command echo good_domain_name > /etc/defaultdomain
To disable it, use mv /etc/defaultdomain /etc/defaultdomain.old
and mv /var/yp /var/yp.old
(oh yeah, you might have to "mount /var", if it is a separate partition...
do this if you get an error saying there is no /var/yp, then try the mv again)
Then type "sync" and "reboot"
Hope this helps.
Regards,
Lou