Symptoms:
df -h
shows normal output.
vCenter Server 7.x
vCenter Server 8.x
This issue occurs when two devices on the network are assigned the same IP address, either statically or dynamically. Common causes include:
The static IP address that was just configured is already in use on the network.
There is an IP address conflict with another system on the network.
This issue may also occur if the statically assigned IP conflicts with another device using the same IP address.
To verify, power off the Vcenter and attempt a ping to the assigned IP address. If replies are received while the Vcenter is powered down, there is a device with the same IP address on the network.
a. Power off the vCenter VM or physical server.
b. Open a command prompt or terminal on another device and run the following:ping <vCenter_IP>
c. If you receive replies while the vCenter is powered off, another device on the network is using the same IP address.
arp -a | find "<vCenter_IP>"
a. Reconfigure the conflicting device with a unique static IP address.
b. Alternatively, if it’s dynamically assigned, release and renew its IP address.
a. Assign a new, unique static IP address to the vCenter. Ensure it is outside the DHCP range.
b. Update DNS or relevant configurations to reflect the new IP address.