In my network i have setup a Linux DHCP Server and multiple Solaris machines who obtain all their network information though dhcp.  First in the Solaris machine i enable the dhcp client:

ifconfig pcn0 dhcp start

To release the IP and obtain a new one:

ifconfig pcn0 dhcp release
ifconfig pcn0 dhcp start

This is going to obtain the IP, [...]

continue reading.....