I'm new with Solaris. I cloned a Solaris 11 machine and now I'm trying to change it so that it gets the hostname and DNS name from a DHCP client. I tried following the instructions here: https://blogs.oracle.com/VDIpier/entry/solaris_11_changing_the_hostname but when reconnecting to the console I get the old hostname.
1 Answer
Maybe you're just seeing an unchanged /etc/issue or something like that? When you log in again, and run hostname, does it show the new hostname? If so, that's it.
-
no, I still see the old hostname, even though I made the changes for nodename and loopbackfurni– furni2015-06-05 11:42:10 +00:00Commented Jun 5, 2015 at 11:42
-
@furni and does
svccfg -s system/identity:node listprop configshow the new hostname?Josip Rodin– Josip Rodin2015-06-05 16:23:46 +00:00Commented Jun 5, 2015 at 16:23 -
reboot solved all my problemsfurni– furni2015-06-26 13:43:05 +00:00Commented Jun 26, 2015 at 13:43