Ex. setting the sunshine hostname on the machine with a bge0 interface and IP address 10.0.0.1
# echo -e "10.0.0.1\tsunshine" >> /etc/inet/hosts
# echo "sunshine" > /etc/hostname.bge0
# echo "sunshine" > /etc/nodename
There's one more file with the hostname and IP address information - /etc/inet/ipnodes. In Solaris 11 it's a symlink to /etc/inet/hosts file. So, you could leave it alone.
The change of the running system's name is as simple as:
# hostname sunshine
No comments:
Post a Comment