S smoked1 Verified User Joined Jul 5, 2005 Messages 85 Mar 2, 2007 #1 If I change my hostname in the DA admin panel will it then make the changes to the OS as well?
A adamp Verified User Joined Jan 11, 2007 Messages 137 Mar 2, 2007 #2 write in the root: hostname server.name.com Click to expand... good luck
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,989 Location California Mar 3, 2007 #3 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
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
S smoked1 Verified User Joined Jul 5, 2005 Messages 85 Mar 3, 2007 #4 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.
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.
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,989 Location California Mar 4, 2007 #5 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
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
S smoked1 Verified User Joined Jul 5, 2005 Messages 85 Mar 4, 2007 #6 Thank you again. That should help me to get things cleaned up.