On 01/16/10 12:21 PM, Ilya Tatar wrote: > Thank you for the reply. I finally got a chance to look at the log. > Turns out the system cannon resolve opensolaris.org. It uses dhcp to > get a list of name services and our dhcp server is not configured > right. So I can manually modify /etc/resolv.conf to add a valid name > service, but how do I restart the installer afterwards? Or better > yet, is there a way to tell the installer to use nis and not hdcp > (maybe via some argument to obp's boot command?) Thank you, -Ilya
You should be able to "svcadm restart auto-installer" to pick up the modified resolv.conf. To use NIS you'd have to manually configure the NIS client and modify /etc/nsswitch.conf to reference it. Dave