How to change hostname Solaris 11
1.-Execute the followings command in order to change hostname in the identity node property in the SMF
#svccfg -s system/identity:node setprop config/nodename="unixserver"
#svccfg -s system/identity:node setprop config/loopback="unixserver"
# svcadm refresh system/identity:node
# svcadm restart system/identity:node
Comments