Tag: Unix

How to change the hostname in Solaris 10

To change the hostname in Solaris 10 you need to edit 3 files and appply the new name. /etc/nodename /etc/hostname.*interface, e.g. hostname.bge0 /etc/inet/hosts this file is a hard link to /etc/inet/ipnodes. You will need to make /etc/inet/ipnodes writable before editing…

Managing the services in Solaris.

The svcs command will report the status of servics in Solaris. The svcadm command is used for service management such as starting, stopping and restoring services. To display all services with their state information, use the svcs command with the…