HOW TO CHANGE SOLARIS 11 HOSTNAME

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"
2. Refresh and restart the system/identity:node service for the changes to take effect.

# svcadm refresh system/identity:node

# svcadm restart system/identity:node

Comments