Can i change my hostname?

smoked1

Verified User
Joined
Jul 5, 2005
Messages
85
If I change my hostname in the DA admin panel will it then make the changes to the OS as well?
 
My understanding is that changing the hostname in DA will also change it for the OS, but changing it in only the OS will NOT change it for DA.

Jeff
 
As far as I can tell changing it in DA did indeed work. Is it ok that my hostname is neo.cbshost.com and that I also have another DNS file for cbshost.com? That is a website that I am going to setup.
 
You're okay as long as the host name isn't exactly the same as the domain. So you're good to go.

DA leaves a bit of a mess behind when you change a hostname; do a find:
Code:
# find / -name <oldhostname>
where <oldhostname> is replaced by your old hostname, and you'll find some files and directories that you can delete.

Jeff
 
Back
Top