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
13 weeks 4 days ago
31 weeks 4 days ago
33 weeks 1 day ago
39 weeks 3 days ago
40 weeks 4 hours ago
47 weeks 2 days ago
1 year 2 days ago
1 year 3 days ago
1 year 5 days ago
1 year 1 week ago