: I need a bit of help. I have a SPARC 10 running Solaris 2.3. I want to
: change the hostname, without having to reinstall the OS. Can anyone
: suggest how I might go about doing this? The IP address is correcct, just
: not the hostname.
: --
: ------------------------
: | Daryl Storey |
: |------------------------|
: | Newbie UNIX sys admin |
: | Ancient DOS sys admin |
: ------------------------
Do
1) edit /etc/hosts - change the hostname of your machine.
2) echo <the-new-hostname> > /etc/hostname.le0
3) echo <the-new-hostname> > /etc/nodename
( i assume you just have one ethernet card )
Alex