Generate a PANIC with halt command or power off the server that is the recommendation because we will need recover the LDOM in the other T5 Server server.
#halt -d
#init 5 and go to OK prompt to power off or do init 0
Restore the XML from the location where you store it and apply it in the T5-X that is OK
#ldm
add-domain -i underdome.xml
#ldm
bind-domain underdome
#ldm ls
start
domain (power on the domain)
root@t5
# ldm start-domain underdome
LDom
underdome started
If the server is with the flag autoboot in false the server will power on and it will be going to OK prompt, if the flag is in true it will boot the server in multiuser mode, if the server does not have any error.
#telnet 0 5000
ok> boot
Verify the zpools
#zpool import -f oracle-pool
#ldm
stop-domain underdome
#ldm
unbind-domain underdome
#ldm
rm-domain underdome
Power ON the T5 in OFF state and with that you will have again the Live Migration Fixture
Comments