Hi all,
Is there any tool/script/KB that can help verify if a new ESX that was added to a DRS cluster is indeed able to properly run all of the VMs included in the cluster.
Basically, the issue that i am more interested in is the network issue. we had some issues at the past where a vlan was misconfigured at the flex/switch side, so even if this vlan was properly configured at the vmware side, when i tried to move a vm using this vlan to the new host it lost its network.
I thought about a script that will identify all the networks that are configured in the cluster and will somehow check connectiviy to all of them, maybe by changing its vmnic network to every one of them and then trying to ping the default gateway, but this method forces me have an ip in every subnet which in kinda complicated.
So, is there some sort of procedure that can help me make sure a newly added host can properly run all the VMs in that cluster?
Thanks!