Tip: Adding timeout for solaris dhcp client agent
# echo "wait 15" > /etc/dhcp.<if_name>
Otherwise, your solaris box will not continue to boot until it gets an IP. Some documents said the default wait timeout is 30. But I found the it's not true in booting (or initing) stage.


Another way to fix this:
# svcadm disable network/physical:default
# svcadm enable network/physical:nwam
Refer to http://www.opensolaris.org/os/project/nwam/
发表于 Yong Sun 在 2007年10月18日, 10:41 下午 CST #