The error:
A general system error occurred: The VMotion failed because the ESX hosts were not able to connect over the VMotion network. Please check your VMotion network settings and physical network configuration.
Happens when your vmkernel port cannot connect to the vmkernel port on the remote Vsphere ESX host. In order to correct this you’ll have to ensure that your tcp-ip network settings are correctly defined and you can use the command vmkping with root privileges:
[admin@esx02 admin]$ vmkping
-bash: vmkping: command not found
[admin@esx02 admin]$ su -
Password:
[root@esx02 root]# vmkping
vmkping [args] [host]
args:
-D vmkernel TCP stack debug mode
-c <count> set packet count
-i <interval> set interval
-s <size> set send size
-v verbose
NOTE: In vmkernel TCP debug mode, vmkping traverses
VSI and pings various configured addresses.
[root@esx02 root]# |
In order to test the connectivity with other hosts the command should look like this:
|
If your results are like the ones shown above then you have successfully configured your vmkernel port.
Hope this helps!
Recent comments
11 weeks 2 days ago
13 weeks 11 hours ago
19 weeks 1 day ago
19 weeks 5 days ago
27 weeks 1 day ago
32 weeks 2 days ago
32 weeks 3 days ago
32 weeks 4 days ago
33 weeks 5 days ago