How to check the vCenter IP address on an ESXi host using the command line.
I recently modified the vCenter IP address as well as the vlan. Following that, a few ESXi hosts were updated with new vCenter IP addresses, but others were not.
> Login esxi host by using root credentials
In ESXi 7.0 Update 3 and later-
configstorecli config current get -c esx -g services -k vpxa_solution_user_config
ESXi 5.x up until 7.0 U2e
grep -i serverIp /etc/vmware/vpxa/vpxa.cfg
No comments: