Live Migration fails

sean

Renowned Member
Nov 11, 2010
28
0
66
2.png1.png6.png3.pngI have the latest version installed 1.7 and have just tried to live migrate a windows 2008 server from the master to the secondary node and I get the following error - iscsiadm: connection to discovery address 192.9.201.10 failed

The ip address listed is where the 'disks' are located which is on a drobo elite Iscsi setup. Any advice appreciated.

It appears the VMID has mode from the master to the node but it will not start

Also when I try and move the VM back it fails, I have attached some screenshots which may provide useful information about the setup.
 
Last edited:
Thanks for the reply I get the following differences which to me means for some reason the iscsi connection on 242 is failing for some reason, but I would not know why? 7.png8.png
 
try
Code:
# iscsiadm -m node session
# iscsiadm -m node -l ALL

the second command should connect the iSCSI
 
let's try to manually connect :
Code:
# iscsiadm -m discovery -t st -p 192.9.201.10
# iscsiadm -m node -l ALL
 
There had to be a good reason and your logic helped me think again - I had a typo in the IP on the secondary box for the storage network card so all my fault. Thanks again for your help, much appreciated.