Buongiorno a tutti,
abbiamo ereditato un cluster esxi 4.1 a 3 nodi che abbiamo recentemente migrato al 5.1 (essentials plus).
per lo storage abbiamo un msa2000 con doppio controller iscsi.
Nella parte networking del 4.1 era così:
nella quale le vmnic 8 e 10 erano collegate fisicamente allo switch iscsi1 e le vmnic 7 e 9 allo switch iscsi2.
Le vmkernel port erano su due subnet differenti 10.1.1.x/24 e 10.1.2.x/24
La migrazione delle vm tra i diversi host funzionava.
Nel migrare (col VUM) alla 5.1 ho voluto provare a fare il port binding e configurare la parte networking in questo modo:
con Iscsi_1A con vmnic7 attiva e vmnic0 unused.
con Iscsi_1B con vmnic0 attiva e vmnic7 unused.
E così anche per le VMkernel port del vSwitch2.
Ho provato anche ad attivare/disattivare il port binding dallo iscsi software adapter.
Il problema è che nel migrare una VM tra un host e un altro ottengo questo errore:
The vMotion migrations failed because the ESX hosts were not able to connect over the vMotion network. Check the vMotion network settings and physical network configuration.
vMotion migration [167838006:1379341030689232] vMotion migration [167838006:1379341030689232] stream thread failed to connect to the remote host <10.1.1.52>: The ESX hosts failed to connect over the VMotion network. Migration [167838006:1379341030689232] failed to connect to remote host <10.1.1.52> from host <10.1.2.53>: Network unreachable
A livello di cablaggio non ho toccato nulla.
Perchè il vmotion tra host sorgente e host destinazione usa le due subnet diverse invece di usare la stessa subnet e lo stesso vswitch?
Cos'è che sbaglio?