Short version of live migration between two T5-2”s. Using shared fiber LUN”s.
Source Host:
Check running status:
# ldm ls | grep test10test10 active -n---- 5002 8 8G 0.0% 0.0% 1mDry run first:
# ldm migrate-domain -n test10 10.2.10.12Target Password:Invalid shutdown-group: 0Failed to recreate domain on target machineDomain Migration of LDom test10 would fail if attemptedWe have a couple issues.
# ldm set-domain shutdown-group=15 test10
# ldm migrate-domain -n test10 10.2.10.12Target Password:Failed to find required volume test10-disk0@primary-vds0 on target machineDomain Migration of LDom test10 would fail if attempted
# ldm ls-bindings primary | grep test10test10@primary-vcc 5002 onvnet1@test10 00:14:4f:fa:17:4f 1913 1500test10-disk0 /dev/dsk/c0t600144F09D7311B5000054789ED30002d0s2disk0@test10 test10-disk0Target Host:
Fix the virtual device reference.
# ldm add-vdsdev /dev/dsk/c0t600144F09D7311B5000054789ED30002d0s2 test10-disk0@primary-vds0
# ldm migrate-domain -n test10 10.2.10.12Check status on target. I suggest also running a ping during the whole process.
# ldm ls | grep test10 test10 bound -----t 5018 8 8G# ldm ls | grep test10 test10 active -n---- 5018 8 8G 0.1% 0.1% 7m