VMware Cloud Community
aiea96701
Enthusiast
Enthusiast

change host name

seems to me that there was a way to change the ESX host name.   Can anyone tell me how this is done?

0 Kudos
2 Replies
Troy_Clavell
Immortal
Immortal

see the below article

http://kb.vmware.com/kb/1010821

satishchirala
Enthusiast
Enthusiast

goto command prompt

Using a text editor, change the name and domain name, if applicable, of the host in the following files:

/etc/hosts

/etc/sysconfig/network

Execute this command where <hostname> is the new hostname for the ESX host:

esxcfg-advcfg -s <hostname> /Misc/HostName

Reboot the ESX host.