VMware vCenter Server Appliance hostname and DNS configuration are reverted after a reboot
search cancel

VMware vCenter Server Appliance hostname and DNS configuration are reverted after a reboot

book

Article ID: 344865

calendar_today

Updated On: 04-10-2025

Products

VMware vCenter Server

Issue/Introduction

Symptoms:
  • vCenter Server Appliance (VCSA) hostname and DNS configuration reverts to original values after rebooting the appliance
  • Changes made to the hostname or the DNS server through the command line or VAMI do not persist across reboots

Environment

VMware vSphere ESXi 6.x
VMware vSphere ESXi 7.x
VMware vSphere ESXi 8.x

Resolution

Option 1:
  1. Verify the hostname has changed:
    $ cat /etc/hosts
  1. To prevent reversion of the host name, SSH to the VCSA and edit the file
    /etc/sysconfig/networking/devices/ifcfg-eth0

    to ensure the host has the correct name.

  2. When network configuration occurs insert this entry before the IP Address line:
    HOSTNAME=<hostname.fqdn> ()  [ Where <hostname.fqdn> is the fully qualified VCSA hostname] 
  1. Save the file.
 
Option 2:
Verify and update the vCenter appliance IP-address and hostname:
        $ /opt/vmware/share/vami/vami_config_net

Option 3: 
  1. Change the hostname from the VAMI page directly by navigating to <VCSA_IP>:5480 in a Web browser (where <VCSA_IP> is the IP address of the VCSA)
  2. Click the Admin Tab, and press the Toggle Certificate Setting Button to set 'Certificate Regeneration Enabled' to yes
  3. Power off the appliance
  4. Edit Settings of the VM:
            [Options] - [vApp Options]
             "vApp Options" should be in "Enabled" state.
              "Properties" section should be filled with all the required information i.e. Hostname, Default Gateway, DNS etc.
 
  1. Click on OK
  2. Power on the VM
 
To prevent generation of new certificates in every reboot:
  1. Login to the VAMI page
  2. Click the Admin Tab
  3. Press the Toggle Certificate Setting Button to set 'Certificate Regeneration Enabled' to No
To prevent reversion of the DNS configuration:
  1. Login to the VAMI page
  2. Click the Networking Tab
  3. Click the Address Tab and enter the desired DNS IP address
  4. Perform a graceful shutdown of the VCSA machine for the changes to apply
  5. Reboot the appliance

Additional Information