How do i change the Hostname on ESXi 5.x via SSH
Connect to ESXi via SSH
Run the following command to update the hostname
- esxcli system hostname set --host=newHostnameHere
Run the following command to update the FQDN
- esxcli system hostname set --fqdn=newHostnameHere.domain.tld
Comments