I found these posts: http://www.markwilson.co.uk/blog/2006/01/unknown-hostname-for-solaris-10-dhcp.htm http://www.idevelopment.info/data/Networking/Networking_Basics/SOLARIS_CONFIGTCPIP_TCPIP_Configuration_Files_Quick_Config_Guide.shtml
1. I added the desired hostname to /etc/hostname.nge0 (nge0 being the id of my ethernet device) : # echo blackhole > /etc/hostname.nge0 2. I added the desired hostname to /etc/nodename : # echo blackhole > /etc/hostname.nge0 Upon boot, the boot screen shows the correct hostname now, as does issuing 'uname -a'. Now I saw some messages complaining that 'loghost' was unresolved, so off to see how to fix that one now... -- This message posted from opensolaris.org _______________________________________________ networking-discuss mailing list [email protected]
