ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

VMware VCSA – IP Address Change

By Vladan SEGET | Last Updated: October 8, 2017

Shares

Today's post will tackle VMware VCSA – IP Address Change. One day you may need to change IP address of your VCSA. VMware vCenter server is a core component of an infrastructure and changing IP address is something quite rare especially when you plan ahead. But there can be several scenarios why this is necessary sometimes. Things like migrations sometimes go wrong and you just have to use another IP address for your vCenter during the migration phase and then change it to the one you want.

The dependencies might be a pain as usually backup/monitoring or replication software uses that information and also your ESXi hosts might look disconnected through a vSphere client. So if you change an IP address of your vCenter server or VCSA, you'll have to not only make sure that all your monitoring/backup/replication software is re-configured but also, you have to make sure that your ESXi hosts “sees” the new vCenter server.

Additionally, when deploying VCSA, you should make sure that you assign a FQDN and not IP address to your VCSA's System Name (hostname). If you don't, you'll see below that you'll be unable to change IP address of your VCSA in this case.

So we should verify this first. Let's do it. We need to go and open vSphere web client:

https://appliance-IP-address-or-FQDN/vsphere-client

Then System Configuration > click Nodes > Select nodes and click Manage tab > then Select Networking > Edit > Expand DNS

VMware VCSA - Change IP address

The VMware documentation page says that:

To change the IP address of the appliance, verify that the system name of the appliance is an FQDN. If, during the deployment of the appliance, you set an IP address as a system name, you cannot change the IP address after the deployment, because the system name is used as a primary network identifier.

So in our case it's ok. …

VMware VCSA - Change IP address

Click OK to save the edits.

So we can then easily change the IP address (in our case for testing purposes we set the IP address to 10.10.7.10).

Next, you should also create static DNS record on Forward lookup zones, on your DNS server and delete the one which is obsolete. Make sure that you also do the same on the reverse lookup zones. Restart the DNS service to clean the caches….

You can verify the change through the DCUI….

The VMware documentation page says that: To change the IP address of the appliance, verify that the system name of the appliance is an FQDN. If, during the deployment of the appliance, you set an IP address as a system name, you cannot change the IP address after the deployment, because the system name is used as a primary network identifier.

In my lab case, I did a reboot of the VCSA too….

You can check that everything is working, try to ping via FQDN. In our case, we used Windows box and CMD prompt with admin privileges. We first had to clear the local DNS cache as the system still tried to reach the old IP address of the VCSA. After doing that we had a response to a ping as expected…

VMware VCSA - Change IP address

The reboot of the VCSA was quite painful after the IP address change. The vpxd has had a hard time to initialize itself, but at the end, it started correctly. Perhaps it was just one-time issue… Have you done that in a lab? Or in production? Share your thoughts in the comment section below…

Wrap Up:

The central piece of VMware Infrastructure is a vCenter server. If unreachable, as I said, all the management/backup/migration software has to be re-configured. Additionally, your ESXi hosts might be “grayed out” through a vSphere client. As a solution, you may need to Right click > Disconnect > and then > Connect, or even worse, Remove and Add. Things which aren't difficult to do, but might lose you some historical data like performance data for virtual machines and the performance data for the hosts as it inform us about it this VMware KB – VMware vCenter Server IP address change causes VMware ESX hosts to disconnect.

Source: VMware Documentation

VMware VCSA:

  • How-to Install VMware VCSA
  • VMware VCSA – 3 Ways to Activate SSH
  • VMware VCSA – How to check running services?
  • VMware VCSA – How to Join Domain
  • VMware VCSA – IP Address Change – (This Post)
  • VMware VCSA – Configure NTP
Shares
4.7/5 - (3 votes)

| Filed Under: Server Virtualization Tagged With: VMware VCSA - IP Address Change

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. Damon says

    September 22, 2016 at 3:58 am

    I did find one issue, but it may have been a special case, but after the reboot, the vmware-vcxd service hung while initializing. I found that the host file did not update with the new IP address. Using VI, i changed the hosts file (/etc/hosts) entry for vcenter to the new IP. Saved the file, then rebooted. This fixed the issue!

    • Amit says

      November 22, 2016 at 12:53 am

      I had the same issue when updating the IP on my VCSA 6.0 u2. After changing the IP in the GUI, I rebooted it and then it hung on vmware-vcxd as well. I SSH’ed in while it was hanging on that service, used VI to change the host entry, and then initiated a soft reboot thru VMware Tools. It was fine after that. However, I did have to disconnect and reconnect all of my hosts to vCenter as they had the error: Host is down. After fixing all of that, I rebooted again and everything loaded more quickly and with no errors.

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in